@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.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: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", serif;
  font-size: 1.4em;
  background: #fff;
  color: #111;
  line-height: 1.8;
}

a {
  color: #111;
  text-decoration: none;
  transition: opacity .2s ease;
}
a:hover {
  opacity: .7;
  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;
  box-sizing: border-box;
}

.disp-pc {
  display: block;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

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

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  a.link-tel {
    pointer-events: auto;
  }
}

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

.layout-type02 {
  padding: 0 40px;
  max-width: 840px;
  margin: auto;
}

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

/*  title
-------------------------*/
.title-type01 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #034693;
  border-bottom: 3px solid #034693;
  display: inline-block;
  letter-spacing: .085em;
  line-height: 1.5;
}

.title-type02 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  color: #333;
}

.title-type03 .ttl-ja {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
}

.title-type03 .ttl-en {
  color: #034693;
  font-size: 16px;
  font-size: 1.6rem;
}

.title-type04 {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  position: relative;
  padding: 0.5em;
  line-height: 1.3;
  background: #034693;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}
.title-type04 span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.title-type04:before {
  /*content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;*/
  content: '●';
  color: #fff;
  margin-right: 8px;
}

.title-type05 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: .6em;
  border-left: 2px solid #034693;
  line-height: 1.5;
  color: #888;
}

.title-type06 {
  background: #034693;
  color: #fff;
  padding: 5px 15px;
}

/*  btn
-------------------------*/
.btn-type01 {
  display: inline-block;
  background: #ff9b00;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .6em 1em;
  font-weight: bold;
}

.btn-type02 {
  display: inline-block;
  padding: .4em 1.5em;
  background: #47c2f0;
  border-radius: 4px;
  color: #fff;
}

.btn-type03 {
  display: inline-block;
  border: 2px solid #111;
  font-weight: bold;
  padding: .2em 1.5em;
}

/*  table
-------------------------*/
.table-type01 {
  width: 100%;
  text-align: left;
}
.table-type01 tr {
  border-bottom: 1px solid #d8d8d8;
}
.table-type01 th, .table-type01 td {
  padding: .6em 0;
  line-height: 1.5;
}
.table-type01 th {
  padding-right: 1em;
  width: 4em;
}

.table-type02 {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-bottom: none;
}
.table-type02 tr {
  border-bottom: 1px solid #d8d8d8;
}
.table-type02 th, .table-type02 td {
  padding: 1em;
}
.table-type02 th {
  width: 8em;
  background: #47c2f0;
  color: #fff;
}
.table-type02 td {
  background: #fff;
}

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

.table-type04 {
  max-width: 700px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 12px;
  font-size: 1.2rem;
}
.table-type04 tr {
  border-bottom: 1px solid #ccc;
}
.table-type04 th, .table-type04 td {
  border-right: 1px solid #ccc;
  padding: .4em;
  vertical-align: middle;
}
.table-type04 th {
  font-weight: bold;
}

/*  list
-------------------------*/
.list-type01 li {
  border-bottom: 1px dashed #ccc;
}
.list-type01 li:first-child {
  border-top: 1px dashed #ccc;
}

.list-type01 .item-inner {
  display: table;
  width: 100%;
  padding: 1em;
  position: relative;
  box-sizing: border-box;
}
.list-type01 .item-inner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #034693;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.list-type01 .item-label {
  display: table-cell;
  padding-right: 1em;
  width: 7em;
  color: #034693;
}

.list-type01 .item-text {
  display: table-cell;
}
.list-type01 .cat-name01 {
	background: #47c2f0;
	display: inline-block;
	margin-right: 0.5rem;
	color: #fff;
	padding: 0 0.5rem;
}
.list-type01 .cat-name02 {
	background: #ff9b00;
	display: inline-block;
	margin-right: 0.5rem;
	color: #fff;
	padding: 0 0.5rem;
}

.list-type02 .num {
  position: absolute;
  left: 0;
  font-weight: bold;
  line-height: 1.1;
  width: 28px;
  height: 28px;
  text-align: center;
  display: table;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.list-type02 .num span {
  display: table-cell;
  vertical-align: middle;
}

.list-type02 .item-text01, .list-type02 .item-text02 {
  position: relative;
  padding-left: 36px;
}

.list-type02 .item-text01 {
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #034693;
}
.list-type02 .item-text01 .num {
  background: #47c2f0;
}

.list-type02 .item-text02 {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dashed #ccc;
}
.list-type02 .item-text02 .num {
  background: #ff9b00;
}
.list-type02 .item-text02 a {
  color: #034693;
  text-decoration: underline;
}

.list-type03 li {
  position: relative;
  padding-bottom: 4%;
  margin-bottom: 4%;
}
.list-type03 li.noitem {
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.list-type03 li:nth-child(odd) .item-image {
  right: 0;
}
.list-type03 li:nth-child(even) .item-image {
  left: 0;
}
.list-type03 li:nth-child(even) .item-text {
  float: right;
}
.list-type03 li:last-child {
  margin-bottom: 0;
}

.list-type03 .item-image {
  position: absolute;
  top: 12%;
  width: 48%;
}

.list-type03 .item-text {
  background: #fff;
  position: relative;
  width: 56%;
  box-sizing: border-box;
  padding: 3em;
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
          box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
}

.list-type03 .item-title {
  margin-bottom: .8em;
}

.list-type04 .list-item {
  width: 49%;
  margin: 0 0 15px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.5;
}

.list-type04 .item-image {
  width: 42%;
}

.list-type04 .item-contents {
  width: 56%;
}

.list-type04 .item-title {
  color: #888;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.list-type04 .item-text {
  font-weight: bold;
  margin-bottom: 8px;
  color: #034693;
}

.list-type04 .item-btn {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
}

.list-type05 .list-item {
  width: 32%;
  line-height: 1.5;
}

.list-type06 .list-item {
  /*width: 49%;*/
  margin: 0 0 15px;
  box-sizing: border-box;
  padding: 10px;
  /*border: 1px solid #ccc;*/
  line-height: 1.5;
}

.list-type06 .item-image {
  /*width: 42%;*/
}

.list-type06 .item-contents {
  /*width: 56%;*/
}

.list-type06 .item-title {
  color: #888;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.list-type06 .item-text {
  font-weight: bold;
  margin-bottom: 8px;
  color: #034693;
}

.list-type06 .item-btn {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
}

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

.column-type02 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.col-w20 {
  width: 20%;
}

.col-w25 {
  width: 25%;
}

.col-w30 {
  width: 30%;
}

.col-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w50 {
  width: 50%;
}

.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%;
}

.col-w75 {
  width: 75%;
}

/*  textbox
-------------------------*/
.textbox-type01 {
  box-sizing: border-box;
  padding: 1.5em;
}
.textbox-type01 .box-text {
  margin-top: 4%;
  line-height: 1.5;
}
.textbox-type01 .box-btn {
  margin-top: 4%;
}

.textbox-type02 a {
  display: table;
  width: 100%;
  background: #fff;
  border: 2px solid #47c2f0;
  padding: 4px;
  box-sizing: border-box;
}

.textbox-type02 .item-image {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}

.textbox-type02 .item-text {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  box-sizing: border-box;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.textbox-type02 .item-text .ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #47c2f0;
  margin-bottom: 5px;
}

.textbox-type03 {
  padding: 1.5em;
  box-sizing: border-box;
  background: #e6f4ff;
  line-height: 1.5;
}
.textbox-type03 .box-head {
  margin-bottom: 10px;
}
.textbox-type03 .head-text {
  color: #888;
}
.textbox-type03 .head-title {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .08em;
  font-style: italic;
}
.textbox-type03 .head-title span {
  font-weight: bold;
  font-size: 140%;
}

/*  article
-------------------------*/
.article-type01 {
  margin-bottom: 6%;
  padding: 0 5%;
}
.article-type01 .article-header {
  margin-bottom: 2em;
}
.article-type01 .article-thumb {
  margin-bottom: 2em;
}

.article-type02 {
  max-width: 840px;
  margin: 0 auto 6%;
}
.article-type02 .lead-text {
  font-weight: bold;
  border: 1px solid #034693;
  color: #034693;
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.article-type02 .article-header {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
.article-type02 .header-thumb {
  width: 30%;
}
.article-type02 .header-text {
  width: 66%;
}
.article-type02 .article-title {
  color: #888;
  margin-bottom: 8px;
}

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

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

.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 #034693;
  padding: .1em 1em 0;
  font-weight: bold;
}
.pager-type01 .current {
  background: #034693;
  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: #034693;
  background: #034693;
  color: #fff;
}

/*  nav
-------------------------*/
.nav-type01 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.nav-type01 li {
  width: 18%;
  box-sizing: border-box;
  border: 2px solid #034693;
  line-height: 1.3;
}
.nav-type01 a {
  display: block;
  color: #034693;
  text-align: center;
  padding: .4em 0;
}

@media only screen and (max-width: 1024px) {
  /* layout */
  .layout-type01, .layout-type02 {
    padding: 0 20px;
  }
  /* list */
  .list-type03 li {
    padding-bottom: 0;
    max-width: 600px;
    margin: 0 auto 4%;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
            box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
  }
  .list-type03 li:last-child {
    margin-bottom: 0;
  }
  .list-type03 .item-image {
    position: static;
    width: 100%;
    text-align: center;
  }
  .list-type03 .item-text {
    float: none !important;
    width: 100%;
    padding: 1.5em 1em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 768px) {
  /* layout */
  .layout-type01, .layout-type02 {
    padding: 0 10px;
  }
  /* title */
  .title-type01 {
    font-size: 18px;
    font-size: 1.8rem;
    border-width: 2px;
    padding-bottom: .3em;
  }
  .title-type02 {
    font-size: 20px;
    font-size: 2rem;
  }
  .title-type03 .ttl-ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .title-type03 .ttl-en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title-type04 {
    font-size: 20px;
    font-size: 2rem;
  }
  /* btn */
  .btn-type01 {
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 2px;
  }
  /* list */
  .list-type01 .item-inner {
    padding: .6em 1em;
  }
  .list-type01 .item-label {
    display: block;
  }
  .list-type01 .item-text {
    display: block;
  }
  .list-type04 .list-item {
    width: 100%;
    padding: 8px;
  }
  .list-type04 .item-image {
    width: 36%;
  }
  .list-type04 .item-contents {
    width: 60%;
  }
  /* textbox */
  .textbox-type03 {
    padding: 1em;
  }
  /* article */
  .article-type01 {
    padding: 0;
  }
  .article-type01 .article-header {
    margin-bottom: 1em;
  }
  .article-type01 .article-thumb {
    margin-bottom: 1em;
  }
  .article-type02 .header-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .article-type02 .header-text {
    width: 100%;
  }
  .article-type02 .article-title {
    text-align: center;
  }
  /* nav */
  .nav-type01 {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .nav-type01 li {
    width: 48%;
    border-width: 1px;
    margin-bottom: 4px;
  }
  .nav-type01 a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* column */
  .column-type01 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .column-type02 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
}

@media only screen and (max-width: 480px) {
  /* list */
  .list-type04 .item-image {
    width: 36%;
  }
  .list-type04 .item-contents {
    width: 60%;
  }
  .list-type04 .item-contents .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .list-type04 .item-contents .item-text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  .list-type04 .item-contents .item-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* table */
  .table-type03 {
    border: none;
  }
  .table-type03 tr {
    border: 1px solid #ccc;
  }
  .table-type03 th, .table-type03 td {
    border: none;
    width: 100%;
    display: block;
  }
  .table-type03 td {
    padding: 1em;
  }
  /* pager */
  .pager-type01 span, .pager-type01 a {
    margin: 0 2px;
    line-height: 26px;
    padding: .1em .6em 0;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.cmn-header {
  position: relative;
}

.header-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.header-logo {
  padding: 0 1em;
}
.header-logo img {
  width: 85px;
}

.header-lead {
  width: 24%;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.header-lead span {
  font-size: 9px;
  line-height: 1.5;
  display: block;
}

.header-info {
  width: 26%;
  margin-left: auto;
  padding: .5em 1em;
  border-left: 1px solid #bfbfbf;
}

.header-contact {
  width: 22%;
  padding: .8em 1em;
  text-align: center;
  background: #ff9b00;
  color: #fff;
  letter-spacing: .075em;
  border-right: 1px solid #f0f0f0;
}
.header-contact .txt-entry {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.gnav {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 2px 4px -2px #888;
}

.gnav-fix {
  position: fixed;
  top: 0;
  left: 0;
}

.gnav-item {
  position: relative;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-flex: 1;
          flex: 1;
}
.gnav-item:first-child .gnav-link {
  border-left: 1px solid #f0f0f0;
}
.gnav-item.current .gnav-link:before, .gnav-item.current .gnav-link:after {
  width: 50%;
}
.gnav-item a {
  display: block;
}

.gnav-list {
  max-width: 1080px;
  margin: auto;
}

.gnav-link {
  position: relative;
  padding: 1em 0;
  border-right: 1px solid #f0f0f0;
}
.gnav-link:before, .gnav-link:after {
  content: "";
  width: 0;
  height: 4px;
  background: #034693;
  position: absolute;
  top: 0;
  -webkit-transition: .2s;
          transition: .2s;
}
.gnav-link:before {
  left: 50%;
}
.gnav-link:after {
  right: 50%;
}
.gnav-link:hover {
  opacity: 1;
}
.gnav-link:hover:before, .gnav-link:hover:after {
  width: 50%;
}

.gnav-toggle {
  display: none;
}
.gnav-toggle .txt {
  display: none;
}

.gnav-child {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-top: none;
  text-align: left;
  font-size: 90%;
  box-sizing: border-box;
}
.gnav-child li {
  border-bottom: 1px solid #f0f0f0;
}
.gnav-child li:last-child {
  border-bottom: none;
}
.gnav-child a {
  padding: 1em;
}

@media only screen and (max-width: 1024px) {
  .cmn-header {
    border-bottom: 1px solid #f0f0f0;
  }
  .header-contents {
    padding: 10px 20px;
  }
  .header-logo {
    padding: 0 10px 0 0;
  }
  .header-logo img {
    width: 90px;
  }
  .header-lead {
    width: 30%;
  }
  .header-info {
    display: none;
  }
  .header-contact {
    margin-left: auto;
    margin-right: 70px;
    width: 26%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-contact .txt-entry {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .gnav {
    border: none;
    background: none;
    position: fixed;
    top: 0;
  }
  .gnav-list {
    display: block;
    position: fixed;
    width: 40%;
    height: 100vh;
    background: #034693;
    left: -40%;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-list-open {
    left: 0 !important;
    border-right: 1px solid #f0f0f0;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    -webkit-flex: none;
            flex: none;
  }
  .gnav-link {
    color: #fff;
    padding: 1em;
    border: none !important;
  }
  .gnav-toggle {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #034693;
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 20;
  }
  .gnav-toggle-icon {
    position: relative;
  }
  .gnav-toggle-icon div {
    position: absolute;
    width: 22px;
    height: 20px;
    top: 15px;
    left: 14px;
  }
  .gnav-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .gnav-toggle-icon span:nth-of-type(1) {
    top: 0;
  }
  .gnav-toggle-icon span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .gnav-toggle-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav-open .gnav-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
  .gnav-child {
    position: static;
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .header-contact {
    display: none;
  }
  .header-lead {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .header-contents {
    padding: 5px 10px;
  }
  .header-logo img {
    width: 70px;
  }
  .gnav-list {
    width: 60%;
    left: -60%;
    height: calc(100vh - 81px);
  }
  .gnav-toggle {
    display: none;
  }
  .gnav-toggle-icon {
    display: table-cell;
    vertical-align: middle;
  }
  .gnav-toggle-icon div {
    display: none;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  margin-top: 3em;
}

.footer-top {
  padding: 3em 0;
  background: #edf1f4;
}

.footer-info {
  background: #fff;
  max-width: 900px;
  margin: auto;
  padding: 4% 8%;
  position: relative;
  top: -40px;
  box-sizing: border-box;
}
.footer-info .ft-title {
  text-align: center;
  margin-bottom: 6%;
}

.footer-access {
  width: 49%;
}

.footer-contact {
  width: 49%;
  margin-left: auto;
  text-align: center;
}
.footer-contact .btn {
  margin-top: 4%;
}

.footer-bottom {
  background: #034693;
  padding: .6em 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer-bottom a {
  color: #fff;
}

.footer-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.footer-copyright {
  margin-left: auto;
}

.sp-footer-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cmn-footer {
    margin-top: 2em;
  }
  .footer-top {
    padding: 2em 0;
  }
  .footer-map iframe {
    height: 300px;
  }
  .footer-info {
    top: 0;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .footer-access {
    width: 100%;
    margin-bottom: 6%;
  }
  .footer-contact {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .cmn-footer {
    padding-bottom: 80px;
  }
  .footer-bottom {
    background: #fff;
    color: #034693;
    text-align: center;
  }
  .footer-bottom a {
    color: #111;
    font-weight: bold;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav .nav-item {
    margin: 0 .5em;
  }
  .footer-copyright {
    width: 100%;
    padding: .6em 0 0;
  }
  .sp-footer-menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
  }
  .sp-footer-menu .menu-list {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .sp-footer-menu .menu-item {
    width: 25%;
    height: 80px;
    text-align: center;
    display: table;
    border-left: 1px solid #fff;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-footer-menu .menu-item:last-child {
    border-right: 1px solid #fff;
  }
  .sp-footer-menu .menu-item a, .sp-footer-menu .menu-item span {
    display: table-cell;
    vertical-align: middle;
    background: #034693;
    color: #fff;
    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;
  }
  .col-w20,
  .col-w30,
  .col-w75 {
    width: 100%;
  }
  .col-w30 img,
  .col-w20 img {
    display: block;
    margin: 0 auto;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
/*  page
-------------------------*/
.cmn-breadcrumb {
  background: #f0f0f0;
  padding: .6em 0 .8em;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 3em;
}
.cmn-breadcrumb a {
  display: inline-block;
}
.cmn-breadcrumb span {
  display: inline-block;
}

.cmn-pagetitle {
  padding: 4em 0;
  background: url(../images/common/bg-page.jpg) no-repeat center;
  background-size: cover;
}

.page-section {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 3em;
}
.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 .children {
  margin-top: 1.5em;
}
#sitemap_list a {
  display: block;
  padding: .5em 1em;
  border: 2px solid #034693;
  position: relative;
}
#sitemap_list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #034693;
  border-right: 2px solid #034693;
  -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;
}
.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: #034693;
  color: #fff;
}

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

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

.mw_wp_form_preview .input-submit span {
  margin: 0 5px;
}

/*  home
-------------------------*/
.top-section {
  padding: 3em 0;
}

.top-mainvisual {
  padding: 3em 0;
  background: #e6f4ff;
}
.top-mainvisual .main-slider {
  max-width: 600px;
  margin: auto;
}
.top-mainvisual .slick-list {
  overflow: visible;
}
.top-mainvisual .slide-item {
  padding: 0 10px;
}
.top-mainvisual .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 45%;
  margin-top: -30px;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #034693;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
}
.top-mainvisual .slick-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.top-mainvisual .slick-prev {
  left: -30px;
}
.top-mainvisual .slick-prev:after {
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  left: 24px;
}
.top-mainvisual .slick-next {
  right: -30px;
}
.top-mainvisual .slick-next:after {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  right: 24px;
}

.top-section01 .section-inner {
  max-width: 960px;
  margin: auto;
}

.top-section01 .section-header {
  margin-bottom: 1em;
}

.top-section02 {
  background: #e6f4ff;
}
.top-section02 .section-contents {
  max-width: 960px;
  margin: auto;
}
.top-section02 .column-type01 {
  background: #fff;
}

.top-section03 {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .top-mainvisual .slick-prev {
    left: 0;
  }
  .top-mainvisual .slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  /*  page
-------------------------*/
  .cmn-breadcrumb {
    margin-bottom: 2em;
  }
  .cmn-pagetitle {
    padding: 2em 0;
  }
  .page-section {
    padding-bottom: 10%;
  }
  .page-section .section-header {
    margin-bottom: 1.5em;
  }
  .page-section .contents-block {
    margin-bottom: 8%;
  }
  /*  home
-------------------------*/
  .top-section {
    padding: 2em 0;
  }
  .top-mainvisual {
    padding: 0;
  }
  .top-mainvisual .slick-arrow {
    display: none !important;
  }
  .top-mainvisual .slide-item {
    padding: 0;
  }
  .top-mainvisual .main-slider {
    border-top: 3px solid #e6f4ff;
    border-bottom: 3px solid #e6f4ff;
  }
  .top-section02 {
    padding: 8% 0;
  }
}

/*------------------------------------------
  pagetop
------------------------------------------*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 2%;
  bottom: 0;
  background: #034693;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
/*
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}*/
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page_top {
    display: none;
  }
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .list-type03 li {
  *zoom: 1;
}
.clearfix:after, .list-type03 li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
