@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
@font-face {
  font-family: "MADE_Canvas";
  src: url("/lib/cmn_css/fonts/MADE_Canvas_Regular.otf") format("opentype");
}
@font-face {
  font-family: "YuGothic-B";
  src: url("/lib/cmn_css/fonts/YuGothic-B.woff") format("woff");
}
/* reset
-------------------*/
html {
  background-color: #f8f8f8;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, '游ゴシック', Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.08em;
  /*	min-width:1000px;*/
  overflow-x: hidden;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
/*anchorのずれ調整
-------------------*/
.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
}
.en {
  font-family: "MADE_Canvas";
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-weight: bold;
  font-family: "YuGothic-B";
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.wrap {
  overflow: hidden;
}
.headerWrap {
  z-index: 10000000;
}
.headerWrap::after {
  position: fixed;
  content: "";
  background: #666;
  width: 100%;
  height: 60px;
  top: -100%;
  transition: all 0.5s;
  z-index: 10;
}
.headerWrap.active::after {
  top: 0;
}
.common_mv.mv {
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.common_mv.mv .mv_ttl {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #fff;
  max-width: 940px;
  margin: auto;
  width: 90%;
  font-size: 25px;
  font-family: "YuGothic-B";
}
.common_mv.mv .mv_ttl .en {
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
#spHeader .logo {
  width: 40px;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
  transition: all 0.5s;
}
#spHeader.active .logo {
  width: 30px;
  top: 10px;
}
/*list*/
.numList, .numListS {
  margin-bottom: 15px;
  padding-left: 1.6em;
}
.numList li, .numListS li {
  line-height: 150%;
  list-style: decimal outside none;
  margin-bottom: 5px;
}
.numListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}
/*table*/
.bscTbl01 table {
  border-collapse: collapse;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  width: 100%;
}
.bscTbl01 table th, .bscTbl01 table td {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  line-height: 1.4;
  padding: 20px 20px 17px;
  text-align: left;
}
.bscTbl01 table th {
  background-color: #DDD;
}
.bscTbl01 table tr.head th {
  background-color: #448CBC;
  color: #FFF;
}
.tblScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tblScroll table {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
  width: 1000px !important;
}
.contInr {
  max-width: 900px;
  margin: auto;
}
.bgtxt {
  background-color: transparent;
  position: relative;
  z-index: 0;
}
.bgtxt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 70%;
  background: #c2d3ff;
  z-index: -1;
  transition: all 0.8s;
}
.bgtxt.active:after {
  width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.hvrright {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvrright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvrright:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.contact_content {
  background: url("../cmn_img/footer.jpg")no-repeat center center/cover;
  padding: 85px 15px;
}
.contact_content .btnwrap {
  max-width: 820px;
  margin: auto;
  justify-content: space-between;
}
.contact_content .btnwrap li {
  width: 100%;
  margin: 0 auto 30px;
}
.contact_content .btnwrap li:last-child {
  margin: 0 auto;
}
.contact_content .btnwrap .btn a {
  border: 3px solid #fff;
  color: #fff;
}
.contact_content .btnwrap .btn a.hvrright:before {
  background-color: #000066;
}
.contact_content .btnwrap .btn a .arrow::after {
  background: url("../cmn_img/btn_w.png")no-repeat center center/contain;
}
.btn {
  max-width: 300px;
  text-align: center;
  margin: 50px auto;
}
.btn a {
  border: 2px solid #000066;
  display: block;
  padding: 15px 10px;
  color: #000066;
  font-family: "YuGothic-B";
  font-size: 16px;
}
.btn a .arrow {
  position: relative;
  padding-right: 45px;
}
.btn a .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 15px;
  transition: all 0.5s;
  background: url("../cmn_img/btn.png")no-repeat center center/contain;
}
.btn a:hover .arrow::after {
  right: -15px;
}
footer {
  padding: 50px 15px 30px;
}
footer .flex.logocont {
  align-items: center;
  margin-bottom: 0;
}
footer .flex .logo {
  width: 80px;
  margin-right: 20px;
}
footer .flex .txtcont, footer .footerlink .linkwrap li a {
  color: #000066;
  font-family: "YuGothic-B";
}
footer .footerlink .linkwrap li a:hover {
  color: #000;
}
footer .flex .ttl {
  font-size: 15px;
  margin-bottom: 15px;
}
footer .flex .txt {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}
footer .flex .txt a {
  color: #000066;
}
footer .footerlink {
  justify-content: space-between;
}
footer .footerlink .linkwrap li {
  border-right: 1px solid #000066;
}
footer .footerlink .linkwrap li a {
  padding: 3px 5px;
  font-size: 12px;
}
footer .footerlink .linkwrap li:last-child {
  border-right: none;
}
footer .copyright {
  color: #000066;
  font-size: 10px;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .headerWrap::after {
    height: 74px;
  }
  #spHeader .logo {
    width: 55px;
    left: 30px;
    top: 30px;
  }
  #spHeader.active .logo {
    width: 40px;
    left: 15px;
    top: 10px;
  }
  #spNav ul {
    display: flex;
    position: fixed;
    right: 0;
    width: 590px;
    z-index: 100000;
    align-items: center;
    justify-content: space-between;
  }
  #spNav ul li a {
    padding: 10px 0;
    color: #fff;
    position: relative;
  }
  #spNav ul li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.3rem;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1);
  }
  #spNav ul li a:hover::after {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1);
  }
  #spNav ul .contact a {
    padding: 40px 30px;
    color: #fff;
    background-color: #000066;
    display: block;
  }
  .headerWrap.active #spNav ul .contact a {
    padding: 30px 30px;
  }
  #spNav ul .contact a:hover {
    background-color: #ddd;
    color: #000066;
  }
  .btn {
    max-width: 350px;
  }
  .btn a {
    border: 3px solid #000066;
    padding: 20px 10px;
    font-size: 18px;
  }
  .contact_content .btnwrap li {
    width: 48%;
    margin: auto;
  }
  .btn a .arrow::after {
    width: 25px;
    height: 25px;
  }
  .common_mv.mv {
    height: 500px;
  }
  .common_mv.mv .mv_ttl {
    font-size: 50px;
  }
  .common_mv.mv .mv_ttl .en {
    font-size: 20px;
  }
  footer .flex.logocont {
    margin-bottom: 110px;
  }
  footer .flex .ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }
  footer .flex .logo {
    width: 150px;
    margin-right: 50px;
  }
  footer .flex .txt {
    font-size: 15px;
  }
  footer .footerlink .linkwrap li a {
    padding: 3px 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .headerWrap.active .spMenu {
    height: 60px;
    width: 60px;
  }
  .headerWrap.active .spMenu span {
    width: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .headerWrap.active .spMenu span:nth-of-type(1) {
    top: 18px;
  }
  .headerWrap.active .spMenu span:nth-of-type(2) {
    top: 26px;
  }
  .headerWrap.active .spMenu span:nth-of-type(3) {
    top: 34px;
  }
  #spHeader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 980;
  }
  .spMenu {
    cursor: pointer;
    display: block;
    height: 60px;
    width: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
    transition: all 1s;
  }
  .spMenu span {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 30px;
    position: absolute;
    border-radius: 10px;
    left: 14px;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .spMenu span:nth-of-type(1) {
    top: 20px;
  }
  .spMenu span:nth-of-type(2) {
    top: 28px;
  }
  .spMenu span:nth-of-type(3) {
    top: 36px;
  }
  .spMenu.active span {
    background-color: #000066;
  }
  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .spMenu.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  .spMenu.active span:nth-of-type(3) {
    background-color: transparent;
    top: 32px;
  }
  .spMenu.active small {
    color: #000;
  }
  /*spNav*/
  #spNav {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding: 100px 0;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background-color: #000066;
    overflow-y: scroll;
  }
  #spNav.active {
    visibility: visible;
    right: 0;
  }
  #spNav::after {
    background-color: #f8f8f8;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #spNav::before, #spNav::after {
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }
  #spNav.active::before, #spNav.active::after {
    opacity: 1;
  }
  #spNav ul {
    width: 100%;
  }
  #spNav ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    font-size: 18px;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-family: "YuGothic-B";
    border-bottom: 1px solid #ddd;
  }
  #spNav ul li a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../cmn_img/btn.png")no-repeat center center/contain;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #spNav ul li.contact a::after {
    background: url("../cmn_img/btn_w.png")no-repeat center center/contain;
  }
  #spNav ul li.contact a {
    color: #fff;
    background-color: #000066;
    padding: 30px 15px;
  }
  #spNav .profile {
    width: 100%;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #spNav .profile .profilelogo {
    width: 100px;
    margin: 0 15px 0 0;
  }
  #spNav .profile .txtcont {
    width: calc(100% - 150px);
    font-family: "YuGothic-B";
  }
  #spNav .profile .txtcont .ttl {
    font-size: 20px;
    margin-bottom: 15px
  }
  /*table*/
  .bscTbl01 th, .bscTbl01 td {
    display: block;
    font-size: 1.1rem;
    padding: 10px 3%;
    width: 100% !important;
  }
  .bscTbl01.scroll th, .bscTbl01.scroll td {
    display: table-cell;
  }
  .tblScroll {
    padding-bottom: 5px;
  }
  .tblScroll::before {
    content: '※横スクロールができます。';
    display: block;
    margin-bottom: 10px;
  }
  footer .flex .txtcont {
    width: calc(100% - 100px);
  }
  footer .footerlink .linkwrap, footer .copyright {
    width: 100%;
    margin: 30px auto 0;
  }
}