@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.clearfix, #pankuzu .pankuzu-list, #mainContents {
  *zoom: 1;
}
.clearfix:after, #pankuzu .pankuzu-list:after, #mainContents:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************
　共通CSS
******************************************/
body {
  color: #555;
  overflow-wrap: break-word;
  font-family: 'Lato', sans-serif;
}

a {
  text-decoration: none;
  color: #111;
  outline: none;
}
a:hover {
  color: #aaa;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

p {
  margin-bottom: 20px;
}

.wrapper {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 984px;
}
@media (max-width: 768px) {
  .wrapper {
    /*padding:{
    	left: 30px;
    	right: 30px;
    }*/
    width: auto;
  }
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

.arrow {
  display: inline-block;
  padding: 0 0 0 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}

.pdffile {
  display: inline-block;
  padding: 0 24px 0 0;
  background: url(../images/i_pdf.png) no-repeat right center;
}

.floatLeft {
  float: left;
  margin: 0 15px 5px 0;
}

.floatRight {
  float: right;
  margin: 0 0 5px 15px;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.fontRed {
  color: #FF0000;
}

.fontBlue {
  color: #0F3880;
}

.fontBlack {
  color: #222;
}

.t10px {
  font-size: 0.6250em;
  /* 10px */
  line-height: 1.8000em;
  /* 18px */
}

.t12px {
  font-size: 0.7500em;
  /* 12px */
  line-height: 1.6667em;
  /* 20px */
}

.t14px {
  font-size: 0.8750em;
  /* 14px */
  line-height: 1.5714em;
  /* 22px */
}

.t16px {
  font-size: 1.0000em;
  /* 16px */
  line-height: 1.5000em;
  /* 24px */
}

.t18px {
  font-size: 1.1250em;
  /* 18px */
  line-height: 1.4444em;
  /* 26px */
}

.t20px {
  font-size: 1.2500em;
  /* 20px */
  line-height: 1.4000em;
  /* 28px */
}

.t22px {
  font-size: 1.3750em;
  /* 22px */
  line-height: 1.3636em;
  /* 30px */
}

.t24px {
  font-size: 1.5000em;
  /* 24px */
  line-height: 1.3333em;
  /* 32px */
}

.display-sp {
  display: none;
}
@media (max-width: 680px) {
  .display-sp {
    display: block;
  }
}
.display-pc {
  display: block;
}
@media (max-width: 680px) {
  .display-pc {
    display: none;
  }
}

/******************************************
　マージン
******************************************/
.mg8 {
  margin-bottom: 8px !important;
}

.mg16 {
  margin-bottom: 16px !important;
}

.mg24 {
  margin-bottom: 24px !important;
}

.mg32 {
  margin-bottom: 32px !important;
}

.mg40 {
  margin-bottom: 40px !important;
}

.mg48 {
  margin-bottom: 48px !important;
}

.mg56 {
  margin-bottom: 56px !important;
}

.mg64 {
  margin-bottom: 64px !important;
}

.mg72 {
  margin-bottom: 72px !important;
}

.mg80 {
  margin-bottom: 80px !important;
}

.mg88 {
  margin-bottom: 88px !important;
}

.mg96 {
  margin-bottom: 96px !important;
}

.mg-lr-2px {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.mg-lr-4px {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mg-lr-6px {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.mg-lr-8px {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mg-lr-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mg-lr-12px {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.slick-prev-arrow,
.slick-next-arrow {
  width: 16px;
  height: 24px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 48px;
  height: 24px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.slick-prev-button,
.slick-next-button {
  position: absolute;
  display: block;
  width: 48px;
  height: 24px;
  text-align: center;
}
.slick-prev-button svg,
.slick-next-button svg {
  fill: #1a1a1a;
}
.slick-prev:hover .slick-next-button svg,
.slick-prev:hover .slick-prev-button svg,
.slick-next:hover .slick-next-button svg,
.slick-next:hover .slick-prev-button svg {
  fill: #3a7ea5;
}

.slick-next {
  right: 0;
}
.slick-next-button {
  right: 0;
}

.slick-prev {
  left: 0;
}
.slick-prev-button {
  left: 0;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #dbdbdb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #3a7ea5;
}

.slick-dots li button:hover:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity = 60);
  opacity: 0.6;
}

.youtube-movie {
  margin: 0 0 20px 0;
}
@media (max-width: 680px) {
  .youtube-movie {
    width: 90%;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 5% 20px 5%;
  }
}
@media (max-width: 680px) {
  .youtube-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
}

/******************************************
　ヘッダー
******************************************/
header {
  height: 153px;
}
@media (max-width: 768px) {
  header {
    position: relative;
    z-index: 2000;
    height: auto;
  }
}

#header {
  height: 48px;
  border-bottom: 1px #eee solid;
  background-color: #fff;
  min-width: 984px;
}
@media (max-width: 768px) {
  #header {
    padding: 10px;
    height: auto;
    min-width: auto;
    text-align: center;
  }
}
#header h1 {
  float: left;
  color: #999;
  font-size: 0.7500em;
  line-height: 48px;
  font-weight: normal;
}
@media (max-width: 768px) {
  #header h1 {
    float: none;
    margin: 0;
    font-size: 0.7500em;
    line-height: 1.6667em;
    text-align: center;
  }
}

.global_search {
  float: right;
  padding: 8px 0 0;
  display: inline;
}

.searchTxt {
  background-color: #eee;
  background-color: #eeeeee;
  border: 1px #eee solid;
  float: left;
  padding-left: 10px;
  width: 254px;
  _width: 264px;
  height: 30px;
  line-height: 30px;
  border: none;
  font-size: 12px;
  color: #666;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.searchButton {
  height: 30px;
  background-color: #a3cacf;
  background-color: #a3cacf;
  border: 1px #a3cacf solid;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.searchButton:hover {
  opacity: 0.6;
}

.glNav {
  	/*background-color:#fff; 
  	position:absolute; 
  	height:105px; 
  	width:100%; 
  	z-index:1000; 
  	min-width:984px;
  	@include media(tablet){
  		min-width: auto;
  	}
  	&.sticky {
          position:fixed; 
          top:0; 
          -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.2); 
          -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.2); 
          box-shadow:0px 0px 4px rgba(0,0,0,0.2);
      }*/
}

#headerNav {
  background-color: #fff;
  position: absolute;
  height: 105px;
  width: 100%;
  z-index: 1000;
  min-width: 984px;
}
@media (max-width: 768px) {
  #headerNav {
    min-width: auto;
    height: 64px;
  }
}
#headerNav.sticky {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#headerNav .siteName {
  padding: 24px 0;
  float: left;
  width: 140px;
  font-size: 0;
}
#headerNav .siteName:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  #headerNav .siteName {
    float: none;
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 0;
    margin: -20px 0 0 0;
    width: 100px;
  }
  #headerNav .siteName img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #headerNav nav {
    display: none;
  }
}
#headerNav nav.sp {
  display: none;
}
#headerNav ul {
  margin: 0;
  padding: 24px 0;
  float: right;
  list-style: none;
}
@media (max-width: 768px) {
  #headerNav ul {
    float: none;
  }
}
#headerNav li {
  float: left;
  margin: 0 32px 0 0;
  height: 57px;
  padding-top: 30px;
  font-size: 0.8750em;
  line-height: 1.5714em;
}
#headerNav li:last-child {
  margin-right: 0;
}
#headerNav li.englishlin a {
  background-color: #0f0f0f;
  padding: 4px 15px;
  color: #fff;
}
#headerNav li.englishlin a:hover {
  text-decoration: none;
  background-color: rgba(15, 15, 15, 0.5);
}
@media (max-width: 768px) {
  #headerNav li {
    float: none;
  }
}

.page-header-clone {
  display: none;
  position: fixed;
  z-index: 1800;
  top: 61px;
  left: -100%;
  bottom: 0;
  width: 100%;
  background-color: rgba(22, 65, 140, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .page-header-clone {
    display: block;
  }
}
.page-header-clone.open {
  left: 0;
}
.page-header-clone.sticky {
  top: 0;
}
.page-header-clone ul {
  margin: 0;
  padding: 100px 0 0 0;
  list-style: none;
  overflow-y: auto;
  height: calc(100% - 100px);
}
.page-header-clone li {
  text-align: center;
}
.page-header-clone li.englishlin {
  padding: 30px 0;
}
.page-header-clone li.englishlin a {
  margin: 0 auto;
  width: 200px;
  background-color: #fff;
  color: #16418c;
}
.page-header-clone a {
  display: block;
  padding: 12px;
  color: #fff;
}

#menu-btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 2000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #menu-btn {
    display: block;
  }
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  margin: 0 0 0 -12px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu-btn .menu-btn-icon:before, #menu-btn .menu-btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu-btn .menu-btn-icon:before {
  margin-top: -8px;
}
#menu-btn .menu-btn-icon:after {
  margin-top: 8px;
}
#menu-btn .menu-btn-text {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
#menu-btn.open .menu-btn-icon {
  background: transparent;
}
#menu-btn.open .menu-btn-icon:before {
  margin-top: 0;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon:after {
  margin-top: 0;
  background-color: #000;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#menu-btn.open .menu-btn-text {
  color: #fff;
}
#menu-btn.sticky.open .menu-btn-icon, #menu-btn.lowerpage.open .menu-btn-icon {
  background: transparent;
}

/******************************************
　パンくず
******************************************/
#pankuzu .pankuzu-list {
  width: 952px;
  margin: 0 auto;
  padding: 16px;
  list-style: none;
}
#pankuzu .pankuzu-list li {
  float: left;
  position: relative;
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
#pankuzu .pankuzu-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #ccc;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pankuzu .pankuzu-list li:last-child {
  color: #999999;
}
#pankuzu .pankuzu-list li:last-child:before {
  display: none;
}
@media (max-width: 768px) {
  #pankuzu .pankuzu-list {
    width: auto;
    padding: 16px;
  }
}

/******************************************
　メイン
******************************************/
#mainContents {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #mainContents {
    padding-bottom: 80px;
  }
}

#leftContents {
  float: left;
  width: 720px;
  display: inline;
}
@media (max-width: 768px) {
  #leftContents {
    float: none;
    width: auto;
    display: block;
    margin: 0 30px 48px 30px;
  }
}

#rightContents {
  float: right;
  width: 232px;
  display: inline;
}
@media (max-width: 768px) {
  #rightContents {
    float: none;
    width: auto;
    display: block;
    margin: 0 30px;
  }
}

/******************************************
　フッター
******************************************/
footer {
  position: relative;
}

.pageTopButton {
  position: absolute;
  left: 0;
  top: -48px;
  width: 100%;
  text-align: center;
}
.pageTopButton a {
  outline: none;
}

#footerSitemap {
  background-color: #ededed;
  min-width: 984px;
}
@media (max-width: 768px) {
  #footerSitemap {
    min-width: auto;
  }
}

.footerSitemaplist {
  padding: 48px 0 36px;
  background: url(../images/boder_f_kugiri.png) repeat-x left bottom;
  width: 1008px\9;
  margin: 0 -24px 0 0\9;
}
@media (max-width: 768px) {
  .footerSitemaplist {
    padding: 48px 30px 24px 30px;
  }
}
.footerSitemaplist ul {
  margin: 0 24px 0 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 228px;
}
.footerSitemaplist ul:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footerSitemaplist ul {
    width: 48%;
    margin: 0;
    padding: 0 2% 16px 0;
  }
}
@media (max-width: 680px) {
  .footerSitemaplist ul {
    float: none;
    width: auto;
  }
}
.footerSitemaplist ul li {
  font-size: 1em;
  line-height: 1.5000em;
  font-weight: bold;
}
.footerSitemaplist ul li a {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .footerSitemaplist ul ul {
    margin: 0 0 0 16px;
    width: auto;
  }
}
.footerSitemaplist ul ul li {
  font-size: 0.7500em;
  font-weight: normal;
}
.footerSitemaplist ul ul li a {
  margin-bottom: 8px;
}
.footerSitemaplist a {
  display: block;
}

.footerBannerlist {
  padding: 48px 0 32px;
  width: 1032px\9;
  margin: 0 -48px 0 0\9;
}
@media (max-width: 768px) {
  .footerBannerlist {
    padding: 48px 30px 24px 30px;
  }
}
.footerBannerlist aside {
  margin: 0 0 32px;
}
.footerBannerlist aside:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .footerBannerlist aside {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.footerBannerlist h2 {
  margin-bottom: 10px;
  font-size: 0.8750em;
  line-height: 1.7143em;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.footerBannerlist ul {
  margin: 0 -3px;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}
.footerBannerlist li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  margin: 0;
}
@media (max-width: 768px) {
  .footerBannerlist li {
    width: 33.333333%;
  }
}
@media (max-width: 680px) {
  .footerBannerlist li {
    width: 50%;
  }
}
.footerBannerlist li a {
  display: block;
  margin: 0 3px 6px 3px;
}
.footerBannerlist img {
  width: 100%;
}
.footerBannerlist img:hover {
  opacity: 0.4;
}

.footerOri {
  background: url(../images/f_oriimage.jpg) top center no-repeat;
  height: 550px;
  width: 100%;
  overflow: hidden;
  min-width: 984px;
}
@media (max-width: 768px) {
  .footerOri {
    background-position: bottom center;
    background-size: cover;
    height: 380px;
    min-width: 100%;
  }
}
@media (max-width: 680px) {
  .footerOri {
    height: 200px;
  }
}
.footerOri img {
  width: auto;
  opacity: 0;
  z-index: -1;
}

.footerAddress {
  height: 390px;
  text-align: center;
  background: url(../images/bg_f_address.jpg) #fff no-repeat center top;
  min-width: 984px;
}
@media (max-width: 768px) {
  .footerAddress {
    padding: 0 20px;
    min-width: auto;
    background: url(../images/bg_f_address_tab.png) #fff no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 680px) {
  .footerAddress {
    background-image: url(../images/bg_f_address_sp.png);
    background-size: cover;
  }
}
.footerAddress_Copy {
  padding: 52px 0 48px;
  margin: 0;
  font-size: 0.7500em;
  line-height: 1.8333em;
}
.footerAddress_title {
  margin-bottom: 10px;
  font-size: 0;
}
.footerAddress_add {
  margin: 0 0 18px;
  font-size: 0.7500em;
  line-height: 1.8333em;
}
.footerAddress_face {
  margin: 0;
  font-size: 0;
}
.footerAddress_face img:hover {
  opacity: 0.4;
}

/******************************************
　Not Found
******************************************/
.notfoundPage {
  background: url(../images/bg_404.png) no-repeat center top;
  height: 800px;
}
.notfoundPageTitle {
  text-align: center;
  padding: 100px 0 48px;
  font-size: 0;
}
.notfoundPageText {
  margin: 0;
  padding-bottom: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.notfoundPageButton {
  text-align: center;
  margin: 0 0 48px;
}
.notfoundPageButton img:hover {
  opacity: 0.4;
}
.notfoundPageCopy {
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

/*# sourceMappingURL=common.css.map */
