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

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  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.6rem;
  word-wrap: break-word;
}

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

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

.link1 a {
  color: #095aab;
  font-weight: bold;
}

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

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

.annot {
  display: none;
}

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

#header {
  width: 100%;
}

#header_text {
  background: #095aab;
}

#header_text p {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  max-width: 1000px;
  margin: auto;
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  #header_text p {
    padding: 0 20px;
  }
}

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

@media screen and (max-width: 480px) {
  #header_text p {
    display: none;
  }
}

#header_text h1 {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  max-width: 1000px;
  margin: auto;
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  #header_text h1 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_text h1 {
    padding: 0 10px;
    font-size: 1rem;
  }
}

#header_inner_wrap {
  background: #fff;
  border-bottom: 3px solid #007acc;
  padding-bottom: 10px;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap {
    padding-bottom: 0;
  }
}

#header_inner_wrap.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

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

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

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_inner_wrap #header_inner #siteID {
    margin-right: auto;
  }
}

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

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

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

.h_contact .telwrap {
  color: #006eb8;
  text-align: right;
  line-height: 1.2;
  margin-right: 15px;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .h_contact .telwrap {
    margin-right: 10px;
  }
}

.h_contact .telwrap .call {
  font-size: 2.6rem;
}

@media screen and (max-width: 834px) {
  .h_contact .telwrap .call {
    font-size: 2.4rem;
  }
}

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

.h_contact .telwrap .call a {
  color: #006eb8;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .h_contact .telwrap .call a {
    background: #006eb8;
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 3px;
    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: 375px) {
  .h_contact .telwrap .call a {
    width: 38px;
    height: 38px;
  }
}

.h_contact .telwrap .call i {
  font-size: 2.2rem;
  margin-right: 5px;
}

@media screen and (max-width: 834px) {
  .h_contact .telwrap .call i {
    font-size: 2rem;
    margin-right: 2px;
  }
}

@media screen and (max-width: 640px) {
  .h_contact .telwrap .call i {
    color: #fff;
    margin-right: 0;
  }
}

.h_contact .telwrap .fax {
  font-weight: 700;
}

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

.h_contact .h_btn a {
  background: #fac614;
  color: #333;
  border-radius: 3px;
  padding: 7px 30px;
  display: block;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}

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

@media screen and (max-width: 834px) {
  .h_contact .h_btn a {
    padding: 0;
    width: 44px;
    height: 44px;
    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;
  }
  .h_contact .h_btn a span {
    display: none;
  }
}

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

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

@media screen and (max-width: 834px) {
  .h_contact .h_btn a i {
    margin-right: 0;
    font-size: 2.4rem;
  }
}

#nav_global {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

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

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

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

#nav_global > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  border-left: 1px solid #ccc;
  color: #0d4fa6;
  line-height: 1.6;
}

#nav_global > ul > li:last-child {
  border-right: 1px solid #ccc;
}

#nav_global > ul > li a {
  display: block;
  color: #0d4fa6;
  -webkit-transition: .5s;
  transition: .5s;
}

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

#nav_global > ul > li > ul {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 10px 0 0;
}

#nav_global > ul > li > ul li {
  padding: 0 10px;
}

#nav_global > ul > li > ul li a {
  display: block;
  padding: 15px 0;
}

#nav_global > ul > li > ul li:not(:last-child) a {
  border-bottom: 1px solid #ccc;
}

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

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

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

#mainArea .mainText {
  position: absolute;
  right: calc(2rem + ((1vw - 1rem) * 32.6087));
  bottom: 10%;
  text-align: right;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1000px) {
  #mainArea .mainText {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .mainText {
    position: static;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -15px;
  }
}

@media screen and (max-width: 480px) {
  #mainArea .mainText {
    right: 10px;
    bottom: 10px;
  }
}

#mainArea .mainText p {
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-align: right;
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  background: rgba(1, 28, 64, 0.92);
  letter-spacing: 0.025em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: calc(3.2rem + ((1vw - 1rem) * 1.7391));
}

@media screen and (max-width: 1000px) {
  #mainArea .mainText p {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 2.3529));
  }
}

@media screen and (max-width: 640px) {
  #mainArea .mainText p {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #mainArea .mainText p {
    padding: 10px 15px;
  }
}

#mainArea .mainText p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea .mainText p:not(:last-child) {
    margin-bottom: 5px;
  }
}

#mainArea .mainText p span {
  color: #fac614;
}

.slider li {
  position: relative;
}

#subArea {
  position: relative;
}

#subArea #h1Wrap {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

#subArea h1 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  margin: auto;
  font-size: 4.2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1000px) {
  #subArea h1 {
    left: 20px;
  }
}

@media screen and (max-width: 640px) {
  #subArea h1 {
    position: static;
    text-align: left;
    margin-top: -15px;
    padding-left: 10px;
  }
}

#subArea h1 span {
  background: rgba(1, 28, 64, 0.92);
  display: inline-block;
  padding: 25px 50px;
}

@media screen and (max-width: 640px) {
  #subArea h1 span {
    padding: 15px 35px;
  }
}

@media screen and (max-width: 1000px) {
  #subArea h1 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 2.9412));
  }
}

.blogPage #subArea {
  background-image: url(../images/common/blog.jpg);
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    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: #333;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
    z-index: 250;
  }
}

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

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  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;
  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;
}

.nav_wrap ul li {
  opacity: 0;
  border-bottom: 1px solid #ccc;
  width: 48.5%;
}

@media screen and (max-width: 834px) {
  .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: #0d4fa6;
  display: block;
}

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

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

#pankuzuWrap {
  background: #f3f3f3;
}

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

#pankuzuWrap .pankuzu {
  font-size: 1.3rem;
  max-width: 1000px;
  margin: auto;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  #pankuzuWrap .pankuzu {
    padding: 0 20px;
  }
}

#footer {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

#footer a {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

#footer a:hover {
  opacity: 0.7;
}

#contactArea {
  background: url(../images/contents/bg_contact.jpg) center top;
  background-size: cover;
  padding: 80px 0 90px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  #contactArea {
    padding: 80px 20px 90px;
  }
}

@media screen and (max-width: 768px) {
  #contactArea {
    padding: 60px 20px 70px;
  }
}

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

#contactArea h2 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  #contactArea h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.3619));
  }
}

#contactArea h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 10px auto 0;
}

#contactArea .contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: relative;
}

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

#contactArea .contactWrap::after {
  content: "";
  width: 1px;
  height: 120px;
  border-left: 1px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #contactArea .contactWrap::after {
    display: none;
  }
}

#contactArea .contactWrap .telWrap {
  width: 44.77612%;
  color: #fff;
  text-align: right;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contactArea .contactWrap .telWrap {
    margin-bottom: 20px;
    width: 300px;
  }
}

#contactArea .contactWrap .telWrap .call {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

#contactArea .contactWrap .telWrap .call a {
  color: #fff;
  font-weight: 700;
}

#contactArea .contactWrap .telWrap .call i {
  font-size: 2.6rem;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#contactArea .contactWrap .telWrap .fax {
  font-weight: 700;
  font-size: 2rem;
}

#contactArea .contactWrap .h_btn {
  width: 44.77612%;
}

@media screen and (max-width: 768px) {
  #contactArea .contactWrap .h_btn {
    width: 300px;
  }
}

#contactArea .contactWrap .h_btn a {
  background: #fac614;
  color: #333;
  border-radius: 3px;
  padding: 15px 10px;
  display: block;
  font-weight: 500;
}

#contactArea .contactWrap .h_btn a:hover {
  background: #faeb14;
  opacity: 1;
}

#contactArea .contactWrap .h_btn a i {
  margin-right: 3px;
}

#footer_inner {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 40px;
}

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

@media screen and (max-width: 768px) {
  #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: 30px 10px 40px;
  }
}

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

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

#footer_inner .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

#footer_inner .subnav ul:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav ul:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav ul {
    width: 48.5%;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav ul li a {
    background: #006eb8;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 640px) and (max-width: 375px) {
  #footer_inner .subnav ul li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.f_copy {
  background: #095aab;
  padding: 7px 0;
}

#contents_wrap {
  padding: 100px 0 120px;
}

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

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

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

h3 {
  color: #095aab;
  font-weight: 500;
}

.btn a {
  color: #fff;
  background: #006eb8;
  display: block;
  border-radius: 3px;
  padding: 7px 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn a:hover {
  background: #0a9fc4;
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 {
  max-width: 300px;
}

.btn.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title01 h2 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #0d4fa6;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * 1.9455));
  }
}

.title01 h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #0d4fa6;
  display: block;
  margin: 10px auto 0;
}

.title01 h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0d4fa6;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h3 {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * 1.9455));
  }
}

.title01 h3::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #0d4fa6;
  display: block;
  margin: 10px auto 0;
}

.title02 h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #0d4fa6;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title02 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.title02 h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0d4fa6;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title02 h3 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.title03 h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #0d4fa6;
  line-height: 1.4;
  border-bottom: 2px solid #dddddd;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .title03 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.title03 h2::after {
  content: "";
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #0d4fa6;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.title03 h3 {
  color: #095aab;
}

.title04 h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #0d4fa6;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title04 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.title04 h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #0d4fa6;
  display: block;
  margin: 10px auto 0;
}

.title04 h3 {
  background: #095aab;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title04 h3 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.5564));
  }
}

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

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

.news dl {
  padding: 22px;
  border-bottom: 1px solid #ddd;
}

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

.news dl:nth-child(even) {
  background: #f2faff;
}

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

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

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

.news dl dt span {
  background: #006eb8;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
}

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

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

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

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

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

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

.flex01 .leftArea {
  width: 54%;
}

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

.flex01 .rightArea {
  width: 42%;
}

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

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

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

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

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

.flex02 .leftArea {
  width: 32%;
}

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

.flex02 .rightArea {
  width: 64%;
}

.flex02 .rightArea h2 {
  font-size: 2.2rem;
}

.flex02 .rightArea h3 {
  color: #095aab;
}

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

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

.flexbox01 .box {
  width: 31%;
}

.flexbox01 .box:nth-child(-n + 3) {
  margin-bottom: 6%;
}

@media screen and (max-width: 768px) {
  .flexbox01 .box {
    width: 48.5%;
  }
  .flexbox01 .box:nth-child(-n + 4) {
    margin-bottom: 6%;
  }
  .flexbox01 .box img {
    width: 100% !important;
  }
}

@media screen and (max-width: 414px) {
  .flexbox01 .box {
    width: 100%;
  }
  .flexbox01 .box:nth-child(-n + 3) {
    margin-bottom: 10%;
  }
  .flexbox01 .box:not(:last-child) {
    margin-bottom: 10%;
  }
}

.flexbox01 .box a {
  color: #fff;
  background: #006eb8;
  text-align: center;
  display: block;
  width: 85%;
  margin: 20px auto 0;
  border-radius: 3px;
  padding: 5px 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.flexbox01 .box a:hover {
  background: #0a9fc4;
}

@media screen and (max-width: 640px) {
  .flexbox01 .box a {
    width: 100%;
    margin: 10px 0 0;
  }
}

.flexbox01 .box a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg_products {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}

.bg_products::after {
  content: "";
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 100%;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .bg_products::after {
    width: 100%;
  }
}

.contactText .call {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}

.contactText .call i {
  margin-right: 5px;
}

.contactText .call a {
  font-weight: bold;
}

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

.layout01 dl:first-child {
  padding-top: 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 {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .layout01 dl dt {
    background: #095aab !important;
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    color: #fff;
  }
}

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

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

.imgText h3 {
  margin-bottom: 10px;
}

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

.flexbox02 .box {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .flexbox02 .box {
    width: 100%;
  }
  .flexbox02 .box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.flexbox02 .box h3 {
  background: #095aab;
  color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.4;
}

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

.flexbox03 .box {
  width: 100%;
}

.flexbox03 .box:not(:last-child) {
  margin-bottom: 20px;
}

.flexbox03 .box article {
  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: 414px) {
  .flexbox03 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox03 .box article img {
  width: 24% !important;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

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

@media screen and (max-width: 414px) {
  .flexbox03 .box article img {
    width: 100% !important;
    height: 85.99034vw !important;
    margin-bottom: 15px;
  }
}

.flexbox03 .box article div {
  width: 72%;
}

@media screen and (max-width: 414px) {
  .flexbox03 .box article div {
    width: 100%;
  }
}

.flexbox03 .box h3 {
  background: #095aab;
  color: #fff;
  margin: 0 0 10px;
  padding: 5px 10px;
  font-size: 1.8rem;
  line-height: 1.4;
}

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

.flexbox04 .box {
  width: 24%;
}

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

@media screen and (max-width: 375px) {
  .flexbox04 .box {
    width: 100%;
    margin-bottom: 3%;
  }
}

.flexbox04 .box:first-child h3 {
  font-size: 1.8rem;
}

.slider02 > ul li.slick-slide img {
  width: 100% !important;
  height: 208px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .slider02 > ul li.slick-slide img {
    height: 20.46667vw !important;
  }
}

@media screen and (max-width: 640px) {
  .slider02 > ul li.slick-slide img {
    width: 80% !important;
    height: 51.66667vw !important;
    margin: auto;
  }
}

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

.slider02 > ul > ul.slick-dots {
  position: static;
}

.slider02 > ul > ul li {
  width: 23.5%;
  float: none !important;
  margin: 0;
  height: auto;
  margin-top: 2% !important;
}

.frame {
  background: #f3f3f3;
}

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

.gallery::after {
  content: "";
  display: block;
  width: 32%;
}

.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

.gallery .box img {
  width: 100%;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .gallery .box img {
    height: 23.025vw !important;
  }
}

.frame01 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
}

.frame01 dl:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .frame01 dl:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

.frame01 dl dt {
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 150px !important;
  padding: 5px !important;
  font-weight: bold;
}

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

.frame01 dl dd {
  border: none !important;
  padding: 0 0 0 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

@media screen and (max-width: 640px) {
  .layout02 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .layout02 dl dt:last-of-type {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 640px) {
  .layout02 dl dd {
    width: 100% !important;
    font-size: 1.4rem;
  }
}

.blogPage article ul {
  margin-top: 15px;
}

.anchor {
  padding-top: 80px;
  margin-top: -80px !important;
}
/*# sourceMappingURL=common_style.css.map */