@charset "utf-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video{
  margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;}
/*bgcolorタグが効かなくなるため↑から【background:transparent】を削除しました。bgcolorを使用しているページが無くなったら戻してください;*/
body {line-height:1; width: 100%;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline;}
/*bgcolorタグが効かなくなるため↑から【background:transparent】を削除しました。bgcolorを使用しているページが無くなったら戻してください;*/
ins {background-color:#ff9; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #000; cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}

/* = clearfix.php
----------------------------------------------- */
.clearfix:after{content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;}
.clearfix{display: inline-block;} 
/* Hides from IE Mac */
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/* End Hack */ 











@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html, body{
  width:100%;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:"Lato", dnp-shuei-gothic-gin-std, "Helvetica Neue", 'kozgo', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}
/* ---------------------------------------------------------
HEADER
----------------------------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 100vh;
  border-right: 1px solid #f0f0f0;
  z-index: 3;
  background-color: #fff;
}

#header .header-logo {
  width: 160px;
  height: 160px;
  text-align: center;
}

#header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 56px 0 0 0;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .header-logo svg {
  width: 120px;
  height: 48px;
}

#header .header-logo path.path01 {
  fill: #e04433;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .header-hamb button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

#header .header-hamb line.path01 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

#header .header-close {
  padding: 0 8px;
  text-align: right;
}

#header .header-close button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

#header .header-close line.path01 {
  fill: none;
  stroke: #444;
  stroke-width: 2;
}

#header .header-hamb line.path01 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

#header .header-gnav {
  margin: 32px 0;
  padding: 0 16px;
  font-family: oswald, "Lato", dnp-shuei-gothic-gin-std, "Helvetica Neue", 'kozgo', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #444;
}

#header .header-gnav a {
  display: block;
  width: 100%;
  padding: 4px 0;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .header-subMenu {
  margin: 32px 0;
  padding: 0 16px;
}

#header .header-subMenu .subMenu-list .list-item {
  font-size: 14px;
  line-height: 1.89;
  color: #acacac;
}

#header .header-subMenu .subMenu-list .list-item a {
  display: block;
  width: 100%;
  padding: 4px 0;
  color: #acacac;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .header-subMenu .subMenu-list .list-item i {
  font-size: 12px;
}

#header .header-subMenu .subMenu-list .list-search .search-form{
  position: relative;
  width: 100%;
  height: 32px;
}

#header .header-subMenu .subMenu-list .list-search .search-form .form-box{
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #acacac;
  position: absolute; 
  left: 0;
  top: 0; 
  outline: 0;
  background: #fff;
  font-size: 12px;
  color: #444;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .header-subMenu .subMenu-list .list-search .search-form .form-box::placeholder {
  color: #acacac;
}

#header .header-subMenu .subMenu-list .list-search .search-form .form-btn{
  height: 32px;
  position: absolute; 
  right: 0;
  top: 0;
  background: none;
  color: #acacac;
  border: none;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}



@media only screen and (min-width: 768px) {

  #header .header-hamb,
  #header .header-close {
    display: none!important;
  }

  #header .header-menuWrap {
    display: block!important;
  }

  #header .header-logo a:hover {
    background-color: #e04433;
  }

  #header .header-logo a:hover path.path01 {
    fill: #fff;
  }

  #header .header-gnav a:hover {
    color: #e04433;
  }

  #header .header-subMenu .subMenu-list .list-item a:hover {
    color: #555;
  }

  #header .header-subMenu .subMenu-list .list-search .search-form .form-box:hover{
    border-bottom: 1px solid #555;
  }

  #header .header-subMenu .subMenu-list .list-search .search-form .form-btn:hover{
    color: #555;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    position: relative;
  }

  #header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    box-sizing: border-box;
    background-color: #E04433;
  }

  #header .header-logo {
    width: 60px;
    height: 40px;
    text-align: center;
  }

  #header .header-logo a {
    padding-top: 8px;
  }

  #header .header-logo svg {
    width: 60px;
    height: 24px;
  }

  #header .header-logo path.path01 {
    fill: #fff;
  }

  #header .header-menuWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background-color: #fff;
  }
}

/* ---------------------------------------------------------
FOOTER
----------------------------------------------------------*/

#footer {
  padding: 0 0 0 161px;
  z-index: 2;
}

#footer .footer-nav {
  padding: 32px 16px;
  background-color: #f0f0f0;
}

#footer .footer-nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .footer-nav .nav-col {
  width: 25%;
  max-width: 250px;
  overflow: hidden;
}

#footer .footer-nav .nav-list {
  margin: 0 0 32px 0;
}

#footer .footer-nav .nav-list .list-item.f01 {
  font-family: oswald, "Lato", dnp-shuei-gothic-gin-std, "Helvetica Neue", 'kozgo', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.89;
  font-weight: bold;
}

#footer .footer-nav .nav-list .list-item.f02 {
  font-size: 12px;
  line-height: 2.08;
  color: #666;
}

#footer .footer-nav .nav-list .list-item a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#footer .footer-nav .nav-list .list-item.f01 a {
  color: #555;
}

#footer .footer-nav .nav-list .list-item.f02 a {
  color: #acacac;
}

#footer .footer-bnr {
  padding: 32px 0;
  background-color: #fff;
}

#footer .footer-bnr .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .footer-bnr .bnr-list .list-item {
  width: 160px;
  padding: 4px 8px;
}

#footer .footer-bnr .bnr-list .list-item a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#footer .footer-bnr .bnr-list .list-item img {
  width: 100%;
  height: auto;
}

#footer .footer-copy {
  padding: 32px 0;
  background-color: #E04433!important;
  text-align: center;
}

#footer .footer-copy small {
  font-size: 10px;
  font-style: normal;
  color: #fff;
}

@media only screen and (min-width: 768px) {

  #footer .footer-nav .nav-list .list-item.f01 a:hover {
    color: #E04433;
  }

  #footer .footer-nav .nav-list .list-item.f02 a:hover {
    color: #777;
  }

  #footer .footer-bnr .bnr-list .list-item a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-left: 0;
  }

  #footer .footer-nav {
    padding-top: 16px;
    padding-left: 8px;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  #footer .footer-nav .nav-col {
    width: 100%;
    max-width: none;
  }

  #footer .footer-nav .nav-col.fb {
    width: 100%;
    margin-top: 8px;
  }

  #footer .footer-nav .nav-list {
    margin-bottom: 0;
  }

  #footer .footer-nav .nav-list .list-item.f01 {
    text-align: center;
  }

  #footer .footer-nav .nav-list .list-item.f02 {
    display: none;
  }

  #footer .footer-nav .nav-list .list-item a {
    display: block;
    padding: 4px 0;
  }

  #footer .footer-bnr {
    padding-top: 16px;
    padding-left: 8px;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  #footer .footer-bnr .bnr-list .list-item {
    width: 50%;
    max-width: 160px;
    box-sizing: border-box;
  }

  #footer .footer-copy {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* ---------------------------------------------------------
MAIN - COMMON
----------------------------------------------------------*/

#main {
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #main {
    padding: 0 0 0 161px!important;
  }
}

@media only screen and (max-width: 767px) {
  #main {
    padding: 0!important;
  }
}











/* ---------------------------------------------------------
MAIN - HOME
----------------------------------------------------------*/

#main {
  background-color: #f8f8f8;
}

#main img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#main .home-key img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #main .home-key-sp{
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  #main .home-key-pc{
    display: none;
  }
}

#main .home-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1px 16px 80px 16px;
  box-sizing: border-box;
  background-color: #fff;
}

#main .home-notice .notice-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main .home-notice {
  padding: 32px 0; 
}

#main .home-notice .notice-list {
  margin: 16px 0;
}

#main .home-notice .notice-list .list-item {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

#main .home-notice .notice-list .list-item a {
  display: block;
  padding: 8px;
  border-radius: 4px;
  background-color: #e04433;
  border: 2px solid #e04433;
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#main .home-notice .notice-list .list-item a:hover {
  background-color: #fff;
  color: #e04433;
}

@media only screen and (min-width: 768px) {
  #main .home-notice .notice-bnr img.sp{
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  #main .home-notice {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #main .home-notice .notice-list {
    margin-bottom: 8px;
  }

  #main .home-notice .notice-list .list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
  }

  #main .home-notice .notice-list .list-item a br {
    display: none;
  }

  #main .home-notice .notice-bnr img.pc{
    display: none;
  }
}

#main .home-news h2{
  margin: 2em 0 1em;
  text-align: center;
}

#main .home-news h2:after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #e04433;
  margin: 8px auto 0;
}

#main .home-news h2 .en{
  margin: 0 8px 0 0;
  font-size: 36px;
  line-height: 1.28;
  color: #000;
}

#main .home-news h2 .ja{
  display: block;
  font-size: 12px;
  line-height: 2.08;
  color: #777;
  font-weight: normal;
}

#main .home-news .news-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .home-news .news-list .list-item {
  width: 33.333333%;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.89;
  color: #555;
}

#main .home-news .news-list .list-item a {
  text-decoration: none;
  color: #555;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#main .home-news .news-list .list-item .item-thumb {
  margin: 0 0 1em 0;
  background-color: #e04433;
  overflow: hidden;
}

#main .home-news .news-list .list-item .item-thumb img {
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0;
}

#main .home-news .news-list .list-item .item-txt {
  margin: 0;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {

  #main .home-news .news-list .list-item a:hover {
    color: #e04433;
  }

  #main .home-news .news-list .list-item a:hover .item-thumb img {
    transform: scale(1.04);
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {

  #main .home-news h2:before {
    width: 40px;
    height: 4px;
  }

  #main .home-news h2 .en{
    font-size: 26px;
    line-height: 1.48;
  }

  #main .home-news h2 .ja{
    font-size: 12px;
    line-height: 2.08;
    color: #777;
    font-weight: normal;
  }

  #main .home-news .news-list .list-item {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 24px;
    padding-right: 0;
  }

  #main .home-news .news-list .list-item a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #main .home-news .news-list .list-item .item-txt {
    font-size: 12px;
  }

}

.under-pc-border{width:100%;height:40px;background:#e04433}
@media only screen and (max-width: 767px) {.under-pc-border{display:none}}

