@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(//use.typekit.net/fge1ira.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6em;
  background: #fff;
  color: #000;
  line-height: 1.8;
  letter-spacing: .025em;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
a:hover {
  opacity: .7;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
a.link-tel {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

.fa-phone {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*------------------------------------------
  parts
------------------------------------------*/
/* layout */
.layout-type01 {
  padding: 0 40px;
  max-width: 1080px;
  margin: auto;
}

/* flexbox */
.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* title */
.title-type01 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #052991;
  border: 1px solid #052991;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: inline-block;
  letter-spacing: .085em;
  line-height: 1.5;
  padding: .5em 2em;
}

.title-type02 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #052991;
  border-bottom: 3px solid #052991;
  display: inline-block;
  letter-spacing: .085em;
  line-height: 1.5;
}

.title-type03 {
  text-align: center;
  margin-bottom: 3em;
  line-height: 1.5;
}
.title-type03 .ttl-en {
  font-size: 52px;
  font-size: 6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .15em;
  font-weight: 900;
  color: #000;
  line-height: 1.1;
}
.title-type03 .ttl-en:first-letter {
  color: #f5970b;
}
.title-type03 .ttl-en span {
  color: #f5970b;
}
.title-type03 .ttl-ja {
  font-size: 20px;
  font-size: 2rem;
  color: #052991;
  margin-top: .5em;
}

.title-type04 {
  text-align: center;
  line-height: 1.3;
}
.title-type04 .ttl-main {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  letter-spacing: .08em;
  padding-bottom: .8em;
}
.title-type04 .ttl-main:after {
  content: "";
  height: 2px;
  width: 30px;
  background: #052991;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.title-type04 .ttl-sub {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: .8em;
  color: #aaa;
}

.title-type05 .ttl-main, .title-type05 .ttl-sub {
  display: inline-block;
  vertical-align: middle;
}

.title-type05 .ttl-main {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .08em;
}

.title-type05 .ttl-sub {
  font-size: 16px;
  font-size: 1.6rem;
  color: #aaa;
  margin-left: .5em;
}

.title-type06 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 4px solid #052991;
}

.title-type07 {
  font-size: 22px;
  font-size: 2.2rem;
  background: #efefef;
  border-left: 4px solid #052991;
  padding: .2em .5em;
}

.title-type08 {
  font-size: 22px;
  font-size: 2.2rem;
  border-left: 4px solid #9d9d9d;
  line-height: 1.3;
  padding: 0 .5em;
  position: relative;
}
.title-type08:after {
  content: "";
  width: 4px;
  height: 50%;
  background: #052991;
  position: absolute;
  left: -4px;
  bottom: 0;
}

.title-type09 {
  color: #052991;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #052991;
}

.title-type10 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: solid 3px #9d9d9d;
  position: relative;
  display: inline-block;
}

.title-type10:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #052991;
  bottom: -3px;
  width: 50%;
}

/* btn */
.btn-type01 {
  display: inline-block;
  background: #f5970b;
  color: #fff;
  padding: .3em 2em;
  font-weight: bold;
}

.btn-type02 {
  text-align: center;
  display: inline-block;
  border: 1px solid #052991;
  color: #052991;
  font-size: 22px;
  font-size: 2.2rem;
  padding: .3em 0;
  position: relative;
  width: 240px;
}
.btn-type02:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #052991;
  position: absolute;
  top: 50%;
  right: -18px;
}

.btn-type03 {
  display: inline-block;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .4em 2em;
  font-weight: bold;
}

.btn-type04 {
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  padding: .3em 0;
  position: relative;
  width: 240px;
}
.btn-type04:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -18px;
}

/* table */
.table-type01 {
  width: 100%;
  text-align: left;
}
.table-type01 tr {
  border-bottom: 1px solid #d8d8d8;
}
.table-type01 tr:first-child th, .table-type01 tr:first-child td {
  padding-top: 0;
}
.table-type01 th, .table-type01 td {
  padding: 1em 0;
}
.table-type01 th {
  padding-right: 1em;
}

.table-type02 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-type02 tr {
  border-bottom: 1px solid #ccc;
}
.table-type02 tr:nth-child(odd) td {
  background: #eee;
}
.table-type02 th, .table-type02 td {
  border-right: 1px solid #ccc;
  padding: .6em 1em;
}
.table-type02 th {
  background: #052991;
  color: #fff;
  vertical-align: middle;
}

.table-type03 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-type03 tr {
  border-bottom: 1px solid #ccc;
}
.table-type03 th, .table-type03 td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
  box-sizing: border-box;
}
.table-type03 th {
  background: #052991;
  color: #fff;
  width: 11em;
  padding: .6em 1em;
}
.table-type03 td {
  padding: 1em;
}

/* list */
.list-type01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.list-type01 li {
  border-bottom: 2px solid;
}
.list-type01 .item-inner {
  display: table;
  width: 100%;
  padding: .8em 0;
}
.list-type01 .item-label {
  display: table-cell;
  padding-right: 1em;
  width: 10em;
}
.list-type01 .item-text {
  display: table-cell;
}

.list-type02 {
  margin-bottom: 4%;
  overflow: visible;
}
.list-type02 .list-item {
  width: 30%;
  margin-bottom: 4%;
  position: relative;
  background: #fff;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, .2);
}
.list-type02 .list-item:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}
.list-type02 .item-inner {
  display: block;
}
.list-type02 .item-text {
  padding: 1em;
}
.list-type02 .item-head {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.list-type02 .item-head .date {
  /* float: right; */
  color: #cfcfcf;
}
.list-type02 .item-head .title{
  margin-bottom: .5rem;
}
.list-type02 .item-image img {
  width: 100%;
  height: auto;
}

/* column */
.column-type01 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.col-w20 {
  width: 20%;
}

.col-w25 {
  width: 25%;
}

.col-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w50 {
  width: 50%;
}

.col-w30 {
  width: 30%;
}

.col-w36 {
  width: 36%;
}

.col-w40 {
  width: 40%;
}

.col-w46 {
  width: 46%;
}

.col-w48 {
  width: 48%;
}

.col-w49 {
  width: 49%;
}

.col-w56 {
  width: 56%;
}

.col-w60 {
  width: 60%;
}

.col-w66 {
  width: 66%;
}

/* textbox */
.textbox-type01 .box-title {
  margin-bottom: 1.5em;
}

.textbox-type01 .box-lead {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
}

.textbox-type01 .box-text {
  margin-bottom: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.textbox-type02 {
  box-shadow: 6px 6px 20px 2px rgba(0, 0, 0, .2);
  position: relative;
}
.textbox-type02 .box-inner {
  position: relative;
  display: block;
}
.textbox-type02 .box-inner:before, .textbox-type02 .box-inner:after {
  content: "";
  position: absolute;
}
.textbox-type02 .box-inner:before {
  width: 90%;
  height: 80%;
  border: 2px solid #fff;
  top: 10%;
  left: 5%;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: .5s;
          transition: .5s;
}
.textbox-type02 .box-inner:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(31, 105, 130, .28);*/
  background-color: #02030852;
}
.textbox-type02 .box-inner:hover {
  opacity: 1;
}
.textbox-type02 .box-inner:hover:before {
  opacity: 1;
}
.textbox-type02 .box-text {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.textbox-type02 .box-text .ttl-en, .textbox-type02 .box-text .ttl-ja {
  color: #fff;
}

/* article */
.article-type01 {
  margin-bottom: 6%;
}
.article-type01 .article-header {
  margin-bottom: 1.5em;
}
.article-type01 .article-thumb {
  text-align: center;
  margin-bottom: 1em;
}
.article-type01 .article-thumb img {
  height: auto;
}

/* pager */
.pagenav {
  text-align: center;
  margin-top: 2em;
}

.pagenav a {
  color: #848484;
  display: block;
  padding: .4em 1.5em;
  border: 2px solid #052991;
}

.pagenav .prev, .pagenav .next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.pager-type01 {
  text-align: center;
  margin-top: 4%;
}
.pager-type01 span, .pager-type01 a {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  background: #fff;
  line-height: 32px;
  border: 1px solid #052991;
  padding: .1em 1em 0;
  font-weight: bold;
}
.pager-type01 .current {
  background: #052991;
  color: #fff;
}
.pager-type01 .next, .pager-type01 .prev {
  background: none;
  border: none;
  padding: 0;
}

.pager-type02 {
  text-align: center;
  margin-top: 4%;
}
.pager-type02 li {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 .4em;
}
.pager-type02 li a {
  display: block;
  border: 2px solid #666;
  padding: .4em;
}
.pager-type02 .all a {
  border-color: #052991;
  background: #052991;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  /* layout */
  .layout-type01 {
    padding: 0 20px;
  }
  /* list */
  .list-type02 .list-item {
    width: 32%;
  }
  .list-type02 .list-item:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .list-type02 .item-head .date {
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  /* layout */
  .layout-type01 {
    padding: 0 10px;
  }
  /* title */
  .title-type01 {
    font-size: 18px;
    font-size: 1.8rem;
    border-width: 2px;
    padding-bottom: .3em;
  }
  .title-type02 {
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 2px;
  }
  .title-type03 {
    margin-bottom: 2em;
  }
  .title-type03 .ttl-en {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .title-type03 .ttl-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .title-type04 .ttl-main {
    font-size: 20px;
    font-size: 2rem;
  }
  .title-type04 .ttl-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title-type05 .ttl-main {
    font-size: 20px;
    font-size: 2rem;
  }
  .title-type05 .ttl-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title-type06 {
    /* font-size: 20px;
    font-size: 2rem; */
    font-size: 18px;
    font-size: 1.8rem;
    border-width: 2px;
  }
  .title-type07 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type08 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* btn */
  .btn-type02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-type03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn-type04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* list */
  .list-type01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-type01 .item-label {
    display: block;
  }
  .list-type01 .item-text {
    display: block;
  }
  .list-type02 .list-item {
    width: 49%;
    margin-bottom: 6%;
  }
  .list-type02 .list-item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .list-type02 .list-item:nth-child(odd) {
    margin-right: 2%;
  }
  /* textbox */
  .textbox-type01 .box-lead {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .textbox-type01 .box-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  /* column */
  .column-type01 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .column-type01 .col:last-child {
    margin-bottom: 0;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
  /* table */
  .table-type03 {
    border: none;
  }
  .table-type03 tr {
    border: 1px solid #052991;
  }
  .table-type03 th, .table-type03 td {
    border: none;
    width: 100%;
    display: block;
  }
  /* list */
  .list-type02 .list-item {
    width: 100%;
  }
  .list-type02 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  /* pager */
  .pager-type01 span, .pager-type01 a {
    margin: 0 2px;
    line-height: 26px;
    padding: .1em .6em 0;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.header-description {
  background: #052991;
  padding: .6em 0;
}
.header-description .sitecatch {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.header-contents {
  padding: 15px 40px 15px 10px;
  -webkit-align-items: center;
          align-items: center;
}

.header-logo {
  margin-right: auto;
  width: 240px;
}

.header-logo img {
  /*height: 100px;*/
}

.header-info {
  text-align: right;
}
.header-info .info-text {
  color: #052991;
  font-weight: bold;
  margin-bottom: .6em;
  font-size: 13px;
  font-size: 1.3rem;
}
.header-info .info-text p {
  display: inline-block;
  vertical-align: middle;
}
.header-info .phone {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 2%;
}

.gnav {
  font-weight: bold;
}

.gnav-toggle {
  display: none;
}

.gnav-list {
  text-align: right;
}

.gnav-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.3em;
  text-align: center;
}
.gnav-item:first-child {
  margin-left: 0;
}
.gnav-item.current .gnav-link:before {
  background: #052991;
}
.gnav-item .txt-ja {
  font-size: 15px;
  font-size: 1.5rem;
  color: #4b4b4b;
}
.gnav-item .txt-en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #052991;
  line-height: 1.1;
}

.gnav-link {
  display: block;
  padding-left: 26px;
  position: relative;
}
.gnav-link:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #4b4b4b;
  position: absolute;
  top: .8em;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .cmn-header {
    border-bottom: 1px solid #f0f0f0;
  }
  .header-contents {
    padding: 15px 20px;
  }
  .header-info .info-text {
    display: none;
  }
  .gnav-list {
    display: block;
    position: fixed;
    width: 40%;
    height: 100vh;
    background: #052991;
    left: -40%;
    top: 0;
    z-index: 2;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-list-open {
    left: 0 !important;
    border-right: 1px solid #f0f0f0;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-item {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    text-align: left;
    margin-left: 0;
  }
  .gnav-item .txt-ja, .gnav-item .txt-en {
    display: inline-block;
    vertical-align: middle;
  }
  .gnav-item .txt-ja {
    color: #fff;
  }
  .gnav-item .txt-en {
    color: #cfcfcf;
    margin-left: .5em;
  }
  .gnav-link {
    color: #fff;
    padding: 1.5em 1em;
  }
  .gnav-link:before {
    content: none;
  }
  .gnav-toggle {
    z-index: 20;
    position: fixed;
    top: 54px;
    right: 20px;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #052991;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .gnav-toggle .toggle-icon {
    position: relative;
  }
  .gnav-toggle .toggle-icon div {
    position: absolute;
    width: 22px;
    height: 20px;
    top: 15px;
    left: 14px;
  }
  .gnav-toggle .toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .gnav-toggle .toggle-icon span:nth-of-type(1) {
    top: 0;
  }
  .gnav-toggle .toggle-icon span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .gnav-toggle .toggle-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav-toggle.gnav-open .toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
  }
  .gnav-toggle.gnav-open .toggle-icon span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .gnav-toggle.gnav-open .toggle-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav-toggle.gnav-open .toggle-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
}

@media only screen and (max-width: 768px) {
  .header-description .sitecatch {
    font-size: 9px;
    font-size: .9rem;
  }
  .header-contents {
    padding: 10px;
  }
  .gnav-toggle {
    right: 10px;
    top: 46px;
  }
}

@media only screen and (max-width: 480px) {
  .header-contents {
    padding: 10px 0;
  }
  .header-logo {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .header-logo img {
/*    width: 150px;
    height: 85px;*/
    width: 220px;
    height: auto;
  }
  .footer-manu .ft-logo img {
    width: 250px;
  }
  .gnav-toggle {
    display: none;
  }
  .gnav-list {
    width: 60%;
    left: -60%;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  position: relative;
  background: #fffbe8;
}
.cmn-footer:before, .cmn-footer:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.cmn-footer:before {
  background: #fff;
  height: 20%;
  top: 0;
}
.cmn-footer:after {
  background: #cfcfcf;
  height: 2px;
  top: 20%;
}

.footer-contents {
  position: relative;
  z-index: 1;
}

.footer-map {
  border: 2px solid #cfcfcf;
}
.footer-map iframe {
  vertical-align: bottom;
}

.footer-info {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .3);
}
.footer-info .title {
  margin-bottom: 1em;
}

.footer-access, .footer-contact {
  width: 49%;
  padding: 4% 8%;
  box-sizing: border-box;
  text-align: center;
}

.footer-access {
  position: relative;
  padding-left: 10%;
  font-weight: bold;
  color: #052991;
}
.footer-access:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #cfcfcf;
  position: absolute;
  right: 0;
  top: 10%;
}
.footer-access .tel {
  color: #000;
}

.footer-access .text {
  color: #000;
}

.footer-contact {
  margin-left: auto;
  padding-right: 10%;
}

.footer-manu {
  padding: 5% 0;
}
.footer-manu .ft-nav, .footer-manu .ft-logo {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 33%;
}
.footer-manu .ft-nav {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer-manu .ft-nav li {
  display: inline-block;
  margin: 0 1%;
}
.footer-manu .ft-nav a {
  color: #052991;
  text-decoration: underline;
}
.footer-manu .ft-logo img {
  /*width: 190px;*/
}

.footer-copyright {
  background: #052991;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
.footer-copyright .layout-type01 {
  position: relative;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}

.btn-pagetop {
  position: absolute;
  right: 0;
  top: 0;
  width: 148px;
  height: 100%;
  text-align: center;
}
.btn-pagetop a {
  color: #fff;
  display: block;
  height: 100%;
  background: #f5970b;
  font-size: 24px;
  font-size: 2.4rem;
}
.btn-pagetop i {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-footer-menu {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer-info {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer-access, .footer-contact {
    width: 100%;
    background: #fff;
    margin-top: 4%;
  }
  .footer-access {
    padding-left: 8%;
  }
  .footer-access:after {
    content: none;
  }
  .footer-contact {
    padding-right: 8%;
  }
}

@media only screen and (max-width: 480px) {
  .cmn-footer {
    padding-bottom: 80px;
  }
  .cmn-footer:before, .cmn-footer:after {
    content: none;
  }
  .footer-map, .footer-access, .footer-contact {
    /*display: none;*/
  }
  .footer-manu .ft-nav, .footer-manu .ft-logo {
    display: block;
    width: 100%;
  }
  .footer-manu .ft-nav {
    margin-bottom: 2em;
  }
  .footer-copyright {
    text-align: center;
  }
  .btn-pagetop {
    display: none;
  }
  .sp-footer-menu {
    display: block;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #f0f0f0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
  }
  .sp-footer-menu .menu-item {
    width: 25%;
    height: 80px;
    text-align: center;
    display: table;
    border-left: 1px solid #f0f0f0;
    position: relative;
    box-sizing: border-box;
  }
  .sp-footer-menu .menu-item a, .sp-footer-menu .menu-item span {
    display: table-cell;
    vertical-align: middle;
    background: #052991;
    color: #f0f0f0;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sp-footer-menu .menu-item i {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: .2em;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
/* page */
.contents-wrapper {
  padding-bottom: 6%;
}

.cmn-breadcrumb {
  background: #efefef;
  padding: .6em 0 .8em;
  font-size: 12px;
  font-size: 1.2rem;
}
.cmn-breadcrumb a {
  display: inline-block;
}
.cmn-breadcrumb span {
  display: inline-block;
}

.cmn-pagetitle {
  padding-top: 5%;
}

.page-section {
  padding-bottom: 6%;
}
.page-section:last-child {
  padding-bottom: 0;
}
.page-section .section-header {
  margin-bottom: 2em;
}
.page-section .contents-block {
  margin-bottom: 4%;
}
.page-section .contents-block:last-child {
  margin-bottom: 0;
}

/* sitemap */
#sitemap_list {
  max-width: 800px;
  margin: auto;
}
#sitemap_list li {
  margin-bottom: 1.5em;
}
#sitemap_list a {
  display: block;
  padding: .5em 1em;
  border: 2px solid #052991;
  position: relative;
}
#sitemap_list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #052991;
  border-right: 2px solid #052991;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px;
}

/* form */
.form-block .txt-form {
  margin-bottom: 2%;
}

.form-block .txt-form-conf {
  display: none;
}

.form-block .input-text input, .form-block .input-textarea textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.form-block .input-text input {
  height: 36px;
  padding: 0 .5em;
}

.form-block .input-textarea textarea {
  padding: .5em;
}

.form-block .input-submit {
  text-align: center;
  margin-top: 2em;
}
.form-block .input-submit span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.form-block .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.form-block .input-submit .back input {
  background: #ccc;
}
.form-block .input-submit .enter input {
  background: #f5970b;
  color: #fff;
}

.mw_wp_form_preview .form-block .txt-form-entry {
  display: none;
}

.mw_wp_form_preview .form-block .txt-form-conf {
  display: block;
}

/* home */
.top-section01 {
  position: relative;
}
.top-section01 .slick-dots {
  position: absolute;
  bottom: 64px;
  left: 40px;
  z-index: 1;
}
.top-section01 .slick-dots li {
  margin-top: 10px;
}
.top-section01 .slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 10px;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  border: none;
  -webkit-transition: .3s;
          transition: .3s;
}
.top-section01 .slick-dots .slick-active button {
  width: 40px;
  background: #f5970b;
}
.top-section01 .main-catch {
  font-size: 58px;
  font-size: 5.8rem;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  text-shadow: 2px 2px 1px #000;
}
.top-section01 .new-arrivals {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.top-section01 .new-arrivals .title, .top-section01 .new-arrivals .contents {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.top-section01 .new-arrivals .title {
  text-align: center;
  width: 20%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #f5970b;
  color: #fff;
}
.top-section01 .new-arrivals .contents {
  width: 80%;
  padding: 0 2em;
  line-height: 1.5;
}
.top-section01 .new-arrivals .contents a {
  display: block;
}
.top-section01 .new-arrivals .contents p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
}
.top-section01 .new-arrivals .contents .date {
  color: #052991;
  line-height: 1.2;
}
.top-section01 .new-arrivals .contents .text {
  font-weight: bold;
}
.top-section01 .new-arrivals-inner {
  width: 100%;
  max-width: 1080px;
  height: 54px;
  margin: auto;
  background: #fff;
  display: table;
}

.top-section02 {
  padding: 5% 0 6%;
  background: #fffbe8;
}
.top-section02 .section-header {
  text-align: left;
  padding-bottom: .5em;
  border-bottom: 3px solid #052991;
}

.top-section03 {
  position: relative;
}
.top-section03 .section-inner {
  position: relative;
}
.top-section03 .section-inner:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
}
.top-section03 .section-bg {
  position: absolute;
  height: 100%;
  width: 60%;
  background: #052991;
}
.top-section03 .section-bg:before {
  content: "";
  width: 200%;
  height: 100%;
  background: #052991;
  position: absolute;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.top-section03 .section-contents {
  position: relative;
}
.top-section03-type01 .section-header .ttl-en:before {
    left: -135%;
}
.top-section03-type02 .section-header .ttl-en:before {
    right: -96%;
}
.top-section03 .section-header .ttl-en:before {
    content: "";
    width: 760px;
    height: 526px;
    background: url(../images/top/icon01.png);
    position: absolute;
    top: -5px;
    opacity: 0.2;
}
.top-section03 .section-contents .image {
  width: 50%;
  position: absolute;
  z-index: 2;
  box-shadow: 6px 6px 20px 2px rgba(0, 0, 0, .2);
}
.top-section03 .section-header {
  text-align: left;
}
.top-section03 .section-header .ttl-en, .top-section03 .section-header .ttl-ja {
  color: #fff;
}
.top-section03 .section-header .ttl-en {
  display: inline-block;
  position: relative;
}

.top-section03 .textbox-type01 {
  /* width: 24em; */
  width: 33em;
}
.top-section03 .box-text {
  color: #fff;
}

.top-section03-type01 {
  padding-bottom: 16%;
}
.top-section03-type01 .section-inner {
  padding: 4% 0 0;
}
.top-section03-type01 .section-inner:before {
  bottom: 4%;
}
.top-section03-type01 .section-bg {
  top: 0;
  left: 0;
}
.top-section03-type01 .section-bg:before {
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.top-section03-type01 .section-contents .image {
  right: 0;
  top: 10%;
}

.top-section03-type02 {
  padding-top: 16%;
}
.top-section03-type02 .section-inner {
  padding: 0 0 8%;
}
.top-section03-type02 .section-inner:before {
  top: 0;
}
.top-section03-type02 .section-bg {
  right: 0;
  bottom: 0;
}
.top-section03-type02 .section-bg:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.top-section03-type02 .section-contents .image {
  left: 0;
  bottom: -10%;
}
.top-section03-type02 .textbox-type01 {
  float: right;
}

.top-section04 {
  position: relative;
  padding: 6% 0;
}
.top-section04:before, .top-section04:after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-section04:before {
  /* background: url(../images/top/bg-top04.png) no-repeat center; */
  background: url(../images/top/bg-topb.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
/* .top-section04:after {
  background: rgba(31, 105, 130, .28);
} */
.top-section04 .section-inner {
  position: relative;
  z-index: 1;
}

.top-section05 {
  padding-top: 4%;
  padding-bottom: 6%;
}

table.product_tb {
    margin-top: 25px;
}

table.product_tb td {
	width: 260px;
    border: 2px solid #fff;
    padding: 12px;
    background: #052991;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 768px) {
table.product_tb td {
	font-size: 10px
	}
}

@media only screen and (max-width: 1024px) {
  .top-section01 .main-catch {
    font-size: 40px;
    font-size: 4rem;
  }
  .top-section01 .slick-dots {
    left: 20px;
  }
  .top-section01 .slick-dots li {
    margin-top: 6px;
  }
  .top-section01 .slick-dots button {
    height: 6px;
  }
}

@media only screen and (max-width: 768px) {
  /* page */
  .cmn-pagetitle {
    padding-top: 7%;
  }
  .page-section {
    padding-bottom: 10%;
  }
  .page-section .section-header {
    margin-bottom: 1em;
  }
  .page-section .contents-block {
    margin-bottom: 8%;
  }
  /* home */
  .top-section01 .main-catch {
    top: 40%;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .top-section01 .slick-dots {
    display: none !important;
  }
  .top-section01 .new-arrivals {
    position: static;
  }
  .top-section01 .new-arrivals .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-section01 .new-arrivals .contents p {
    font-size: 13px;
  }
  .top-section02 {
    padding: 8% 0;
  }
  .top-section02 .col {
    width: 100%;
  }
  .top-section02 .image {
    text-align: center;
    margin-top: 2em;
  }
  .top-section02 .box-btn {
    text-align: center;
  }
  .top-section03 .section-inner:before {
    content: none;
  }
  .top-section03 .section-bg {
    width: 100%;
  }
  .top-section03 .section-bg:before {
    content: none;
  }
  .top-section03 .section-contents .image {
    margin-top: 6%;
    text-align: center;
    width: 100%;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top-section03 .section-contents .image img {
    width: 400px;
  }
  .top-section03 .section-header {
    text-align: center;
  }
  .top-section03 .section-header .ttl-en:before {
    width: 53px;
    height: 53px;
    background-size: 53px;
  }
  .top-section03 .textbox-type01 {
    width: 100%;
    float: none;
  }
  .top-section03 .box-btn {
    text-align: center;
  }
  .top-section03-type01 {
    padding-bottom: 0;
    margin-bottom: 6%;
  }
  .top-section03-type01 .section-inner {
    padding: 8% 0;
  }
  .top-section03-type01 .section-header .ttl-en:before {
    left: -65px;
  }
  .top-section03-type02 {
    padding-top: 0;
  }
  .top-section03-type02 .section-inner {
    padding: 8% 0;
  }
  .top-section03-type02 .section-header .ttl-en:before {
    right: -65px;
  }
  .top-section05 {
    padding: 8% 0;
  }
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .list-type02 .item-head, .top-section03 .section-contents {
  *zoom: 1;
}
.clearfix:after, .list-type02 .item-head:after, .top-section03 .section-contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*------------------------------------------
  add
------------------------------------------*/
.company_img img {
  /*width:400px;*/
  padding-left: 25px;
}
.img_box {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  flex-wrap: wrap;
}

.img_box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 25px;
}

.img_box2 img {
  width: 31%;
  height: auto;
  margin-bottom: 30px;
}

.flex_box {
  display: flex;
  justify-content: space-evenly;
}
.pc_mt25 {
  margin-top: 25px;
}

.story {
  margin-bottom: 40px;
}

.story {
  text-align: center;
}

.story h3, .history h3 {
  margin-bottom: 25px;
}

.history {
  text-align: center;
}

.history img + img {
  margin-top: 20px;
}

.history dl {
  padding-bottom: 40px;
  width: 41.7%;
  margin: auto;
  text-align: left;
}

.company .img_box img {
  margin-bottom: 45px;
}

.business_tb th {
  text-align: left;
}

.business_tb td {
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .company_img img {
    width: 100%;
    padding: 0;
  }

  .img_box {
    display: block;
    margin-top: 0px;
    text-align: center;
  }
  .img_box img {
    margin-bottom: 30px;
    width:100%;
  }
  .flex_box {
    display: block;
  }
  .pc_mt25 {
    margin-top: 0;
  }
  .history dl {
    width: 100%;
  }
  .sp_mb45 {
    margin-bottom: 45px;
  }

}

@media only screen and (max-width: 480px) {
  a.link-tel {
    pointer-events: auto;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  .top-section01 .main-catch {
    font-size: 2rem;
    top: 37%;
  }
  .img_box2 {
    margin-top: 0;
  }
  .img_box2 img {
    margin-bottom: 15px;
    width: 100%;
  }
}