@charset "UTF-8";
/* $notoSans: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/*=================================================================*/
/*	webフォント
/*=================================================================*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: bold;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 500;
  src: url("../font/ShipporiMincho-Medium.woff") format("woff");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: bold;
  font-weight: 700;
  src: url("../font/ShipporiMincho-Bold.woff") format("woff");
}
/*=================================================================*/
/* ローディング画面
/*=================================================================*/
#fade {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
}

.loaded #fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 0.8s;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: auto;
  font-size: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(186, 186, 186, 0.2);
  border-right: 0.7em solid rgba(186, 186, 186, 0.2);
  border-bottom: 0.7em solid rgba(186, 186, 186, 0.2);
  border-left: 0.7em solid #004DB2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=================================================================*/
/* 全デバイス共通 */
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

/*	img
---------------------------------------------------------------*/
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*	table
----------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table th, table td {
  border: solid 2px #e4dcb5;
  padding: 15px;
  font-weight: bold;
}
table th {
  background-color: #fbf7eb;
}
table td.txtLeft {
  text-align: left;
}
table td.normal {
  font-weight: 500;
}
table td.fSize16 {
  font-size: 1.6rem;
}

/*	clearfix
---------------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */
/*	link
---------------------------------------------------------------*/
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

/*	color
---------------------------------------------------------------*/
#wrap .red {
  color: #E80B74;
}

/*	space
---------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 50px;
}

/*	ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*	inputreset
---------------------------------------------------------------*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

html {
  height: 100%;
  font-size: 62.5%;
} /*10px相当にreset*/
body {
  line-height: 1.6;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
}
body.noScroll {
  overflow: hidden;
}

.inner {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

/*=================================================================*/
/*	header
/*=================================================================*/
header .inner {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner h1 {
  font-size: unset;
}
header .inner h1 img {
  min-width: 255px;
}
header .inner .nav ul {
  display: flex;
  align-items: center;
}
header .inner .nav ul li {
  margin-left: 40px;
}
header .inner .nav ul li a {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
}
header .inner .nav ul li a::after {
  position: absolute;
  content: "";
  background: #333;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header .inner .nav ul li a:hover::after {
  transform: scale(1, 1);
}
header .inner .nav ul li:first-child {
  margin-left: 0;
}
header .inner .nav ul li:last-child a {
  background: #FF842C;
  color: #FFF;
  padding: 6px 30px;
  border-radius: 50px;
  position: unset;
}

/*=================================================================*/
/*	footer
/*=================================================================*/
footer {
  color: #777;
  font-size: 13px;
  border-top: #a3a3a3 1px solid;
  margin-top: 100px;
}
footer .footer_wrap {
  margin: 0 auto;
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_left address {
  font-style: normal;
  font-weight: 400;
}

#copy {
  background: #004DB2;
  color: #fff;
  padding: 3px;
  text-align: center;
  letter-spacing: 1px;
}

/*=================================================================*/
/*	ハンバーガーメニュー
/*=================================================================*/
.menuTriggerBox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  z-index: 20;
  background-color: #004DB2;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}
.menuTriggerBox.compact {
  height: 55px;
}
.menuTriggerBox.active {
  height: 45px !important;
}
.menuTriggerBox.active .menuTrigger {
  height: 24px;
}

.menuTrigger,
.menuTrigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menuTrigger {
  position: relative;
  top: 12px;
  width: 25px;
  height: 18px;
  left: 10px;
}

.menuTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
}

.menuTrigger span:nth-of-type(1) {
  top: 0;
}

.menuTrigger span:nth-of-type(2) {
  top: 8px;
}

.menuTrigger span:nth-of-type(3) {
  bottom: 0;
}

.menuTrigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menuTrigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

/*=================================================================*/
/*	ハンバーガーボタンと連動したメニュー
/*=================================================================*/
.navMenu {
  background: #004DB2;
  color: #FFF;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  position: fixed;
  box-sizing: border-box;
  transition: 0.5s;
  top: 0;
  padding: 12% 10% 40px;
  overflow: scroll;
}
.navMenu a {
  color: #FFF;
}
.navMenu.left {
  left: -100vw;
}
.navMenu.left.active {
  left: 0;
}
.navMenu.right {
  right: -100vw;
}
.navMenu.right.active {
  right: -17px;
}
.navMenu.top {
  top: -100vh;
}
.navMenu.top.active {
  top: 0;
}
.navMenu.fade {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.01);
}
.navMenu.fade.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navMenu .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.navMenu .inner > ul {
  margin: 0 0 30px;
  text-align: left;
}
.navMenu .inner > ul > li {
  border-bottom: solid 1px #FFF;
  font-size: 1.6rem;
  position: relative;
}
.navMenu .inner > ul > li > a {
  padding: 12px 2px 12px 22px;
  display: block;
  position: relative;
}
.navMenu .inner > ul > li > a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  transform: rotate(135deg);
  left: 2px;
  top: 20px;
}
.navMenu .inner > ul .contact_btn {
  margin: 30px auto;
  position: unset;
  border-bottom: none;
  text-align: center;
}
.navMenu .inner > ul .contact_btn a {
  background: #FF842C;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 6px 40px;
  display: inline-block;
}
.navMenu .inner > ul .contact_btn a::after {
  content: unset;
}

/*=================================================================*/
/*	topscroll
/*=================================================================*/
a.topscroll {
  display: block;
  position: fixed;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #004DB2;
  border: #fff 1px solid;
  z-index: 20;
}
a.topscroll::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: solid 3px;
  border-right: solid 3px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -9px;
  color: #fff;
  display: block;
  transform: rotate(-45deg);
}

/*******************************************************************/
/* PC
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .sp {
    display: none !important;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* TB
/*******************************************************************/
/*******************************************************************/
/* w1125
/*******************************************************************/
@media screen and (min-width: 1000px) and (max-width: 1125px) {
  /*=================================================================*/
  /*	ナビ調整
  /*=================================================================*/
  header .inner .nav ul li {
    margin-left: 20px;
  }
  header .inner .nav ul li a {
    font-size: 1.2rem;
  }
  header .inner .nav ul li:last-child a {
    padding: 4px 20px;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* w1000
/*******************************************************************/
@media screen and (max-width: 1000px) {
  /*=================================================================*/
  /*	ハンバーガーメニュー
  /*=================================================================*/
  .menuTriggerBox {
    display: block;
  }
  header .inner {
    padding: 10px;
    display: block;
  }
  header .inner h1 {
    font-size: unset;
  }
  header .inner h1 img {
    max-width: 200px;
    min-width: 150px;
  }
  header .inner .nav {
    display: none;
  }
  header .inner .nav ul {
    display: flex;
    align-items: center;
  }
  header .inner .nav ul li {
    margin-left: 40px;
  }
  header .inner .nav ul li a {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
  }
  header .inner .nav ul li a::after {
    position: absolute;
    content: "";
    background: #333;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  header .inner .nav ul li a:hover::after {
    transform: scale(1, 1);
  }
  header .inner .nav ul li:first-child {
    margin-left: 0;
  }
  header .inner .nav ul li:last-child a {
    background: #FF842C;
    color: #FFF;
    padding: 6px 30px;
    border-radius: 50px;
    position: unset;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* タブレット
/*******************************************************************/
@media screen and (min-width:769px) and ( max-width:1200px) {
  /*<start>==========================================================*/
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /* $notoSans: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  html {
    font-size: 62.5%;
  } /*10px相当にreset*/
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  /*	img
  ----------------------------------------------------*/
  img {
    width: 100%;
    height: auto;
  }
  .inner {
    padding: 0 3%;
  }
  /*=================================================================*/
  /*	header
  /*=================================================================*/
  /*=================================================================*/
  /*	footer
  /*=================================================================*/
  footer {
    font-size: 12px;
    margin-top: 40px;
  }
  footer .footer_wrap {
    padding: 20px 10px 10px;
    display: block;
  }
  footer .footer_wrap .footer_left p {
    width: 200px;
  }
  #copy {
    padding: 2px;
    font-size: 12px;
  }
  /*=================================================================*/
  /*	topscroll
  /*=================================================================*/
  a.topscroll {
    width: 46px;
    height: 46px;
    z-index: 10;
  }
  a.topscroll::before {
    width: 12px;
    height: 12px;
    margin-top: -5px;
    margin-left: -8px;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=theme.css.map */