@charset "UTF-8";
/* @import url(//use.fontawesome.com/releases/v5.0.6/css/all.css); */
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@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", sans-serif;
  font-size: 1.4em;
  background: #fff;
  color: #212121;
  line-height: 1.8;
}

a {
  color: #212121 !important;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
  transition: opacity 0.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 {
  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;
}

/*  flexbox
-------------------------*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/*  title
-------------------------*/
.title-type01 {
  text-align: center;
}
.title-type01 .ttl-main {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
.title-type01 .ttl-sub {
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  color: #434baa;
  font-size: 16px;
  font-size: 1.6rem;
}

.title-type02 {
  display: inline-block;
  text-align: center;
}
.title-type02 .ttl-en {
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.title-type02 .ttl-ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.title-type03 {
  border-bottom: 3px solid #ccc;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 0.5em;
  position: relative;
  line-height: 1.5;
}
.title-type03:after {
  content: "";
  width: 4em;
  height: 3px;
  background: #434baa;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.title-type04 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #f4a460;
  position: relative;
  padding: 0.3em 0.6em;
}
.title-type04:before,
.title-type04:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
.title-type04:before {
  top: 2px;
}
.title-type04:after {
  bottom: 2px;
}

/*  btn
-------------------------*/
.btn-type01 {
  display: inline-block;
}
.btn-type01 i {
  color: #434baa;
}

.btn-type02 {
  display: inline-block;
  padding: 0.5em 2em;
  background: #434baa;
  color: #fff;
  border-radius: 4px;
}

/*  table
-------------------------*/
.table-type01 {
  width: 100%;
  line-height: 1.5;
}
.table-type01 tr {
  border-bottom: 1px solid #ccc;
}
.table-type01 th,
.table-type01 td {
  vertical-align: middle;
}
.table-type01 th {
  width: 6em;
  text-align: left;
  padding: 1em 0;
  font-weight: bold;
  vertical-align: top;
}
.table-type01 td {
  padding: 1em;
}

.table-type02 {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-type02 th {
  border-right: 4px solid #ccc;
  font-weight: bold;
  color: #434baa;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1em;
  width: 7em;
}
.table-type02 td {
  vertical-align: middle;
  padding: 1em 0 1em 1em;
}
.table-type02 td.month {
  padding-left: 30px;
  width: 100px;
  box-sizing: border-box;
  position: relative;
}
.table-type02 td.month:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #212121;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -5px;
}
.table-type02 .label-month {
  width: 60px;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background: #434baa;
  color: #fff;
  position: relative;
}
.table-type02 .label-month:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #434baa transparent transparent;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -10px;
}
.table-type02 tr:nth-child(2n) .label-month {
  background: #f4a460;
}
.table-type02 tr:nth-child(2n) .label-month:after {
  border-color: transparent #f4a460 transparent transparent;
}

.table-type03 {
  width: 100%;
  border-top: 1px solid #434baa;
}
.table-type03 tr {
  border-bottom: 1px solid #434baa;
}
.table-type03 th,
.table-type03 td {
  padding: 1.5em 1em;
  vertical-align: middle;
}
.table-type03 th {
  background: #ebedfd;
  font-weight: bold;
  width: 11em;
}

/*  list
-------------------------*/
.list-type01 li {
  border-bottom: 2px solid #434baa;
  margin-bottom: 1.5em;
}

.list-type01 a {
  display: table;
  width: 100%;
}

.list-type01 .item-head,
.list-type01 .item-text {
  display: table-cell;
  vertical-align: bottom;
}

.list-type01 .item-head {
  width: 10em;
}
.list-type01 .item-head .date {
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
}
.list-type01 .item-head .label {
  display: inline-block;
  background: #434baa;
  color: #fff;
  padding: 0 1em;
}

.list-type01 .item-text {
  font-size: 16px;
  font-size: 1.6rem;
}

.list-type02 li {
  margin-bottom: 1em;
}

.list-type02 a {
  display: block;
  padding-left: 1.5em;
  position: relative;
}
.list-type02 a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #434baa;
  border-right: 2px solid #434baa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 0.2em;
  top: 50%;
  margin-top: -2px;
}

.list-type03 {
  border: 1px solid #ccc;
  border-bottom: none;
}
.list-type03 li {
  border-bottom: 1px solid #ccc;
}
.list-type03 li.current {
  background: #effcda;
  font-weight: bold;
}
.list-type03 li.current a:after {
  content: none;
}
.list-type03 a {
  display: block;
  padding: 0.8em 1em;
  position: relative;
}
.list-type03 a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #434baa;
  border-right: 2px solid #434baa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 1.3em;
  top: 50%;
  margin-top: -4px;
}

/*  textbox
-------------------------*/
.textbox-type01 {
  border: 2px solid #434baa;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  padding: 2.5em 2em;
  border-radius: 4px;
  background: #effcda;
}

/*  article
-------------------------*/
.article-type01 .article-header {
  margin-bottom: 1.5em;
}
.article-type01 .article-header .date {
  color: #888;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
}

.article-type01 .article-contents {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

.article-type01 .article-thumb {
  margin-bottom: 1.5em;
}

/*  pager
-------------------------*/
.pager-type01 {
  margin-top: 2em;
  text-align: right;
}
.pager-type01 li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.pager-type01 a {
  display: block;
  position: relative;
  padding: 0.5em 2em;
  color: #fff;
  background: #434baa;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pager-type02 {
  margin-top: 25px;
  font-size: 0;
  text-align: center;
}
.pager-type02 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
.pager-type02 a {
  display: block;
  position: relative;
  padding: 0.5em 2em;
  color: #fff;
  background: #434baa;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 5px;
}

/*  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-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w50 {
  width: 50%;
}

.col-w30 {
  width: 30%;
}

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

@media only screen and (max-width: 1024px) {
  /* layout */
  .layout-type01 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* layout */
  .layout-type01 {
    padding: 0 10px;
  }
  /* title */
  .title-type01 .ttl-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title-type02 .ttl-en {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .title-type02 .ttl-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .title-type03 {
    border-width: 2px;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 0;
  }
  .title-type03:after {
    height: 2px;
    bottom: -2px;
  }
  /* table */
  .table-type02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table-type02 th {
    font-size: 16px;
    font-size: 1.6rem;
    width: 4em;
    padding-left: 0;
  }
  .table-type02 td.month {
    padding-left: 20px;
    width: 80px;
  }
  .table-type02 .label-month {
    width: 54px;
    line-height: 54px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table-type02 .label-month:after {
    border-width: 8px 12px 8px 0;
    left: -8px;
    margin-top: -8px;
  }
  /* list */
  .list-type01 li {
    margin-bottom: 1em;
  }
  .list-type01 .item-head,
  .list-type01 .item-text {
    display: block;
  }
  .list-type01 .item-head {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .list-type01 .item-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* textbox */
  .textbox-type01 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5em 1em;
  }
}

@media only screen and (max-width: 480px) {
  /* table */
  .table-type03 {
    border-top: 1px solid #434baa;
  }
  .table-type03 tr {
    border-bottom: 1px solid #434baa;
  }
  .table-type03 th,
  .table-type03 td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .table-type03 th {
    padding: 0.6em;
  }
  /* 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;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  z-index: 20;
}

.header-contents {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.42);
  z-index: 20;
  /* padding-left: 20px;
  padding-right: 20px; */
  padding: 10px;
  -webkit-align-items: center;
  align-items: center;
}

.header-logo {
  width: 214px;
  margin-right: 25px;
}

.header-menu {
  margin-left: auto;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-search {
  color: #434baa;
  margin-left: 20px;
}
.header-search .search-trigger {
  cursor: pointer;
}
.header-search .search-trigger .icon {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
}
.header-search .search-trigger .icon-minus {
  display: none;
}
.header-search .search-form {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  background: #f2f2f2;
  padding: 1.5em 0;
  display: none;
  box-sizing: border-box;
}
.header-search input {
  display: block;
  float: left;
  height: 46px;
  box-sizing: border-box;
}
.header-search .input-text {
  width: 90%;
  background: #fff;
  padding: 0 1em;
  border: 1px solid #f4f4f4;
}
.header-search .input-submit {
  width: 10%;
  background: #212121;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.header-search-open .search-trigger .icon-plus {
  display: none;
}

.header-search-open .search-trigger .icon-minus {
  display: block;
}

.gnav-item {
  position: relative;
  text-align: center;
}
.gnav-item.current .gnav-link:before,
.gnav-item.current .gnav-link:after {
  width: 50%;
}
.gnav-item a {
  display: block;
}

.gnav-link {
  position: relative;
  padding: 1em 1.5em;
  font-weight: bold;
}
.gnav-link:before,
.gnav-link:after {
  content: "";
  width: 0;
  height: 4px;
  background: #434baa;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.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-link .txt-en {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  color: #434baa;
}

.gnav-toggle {
  display: none;
}

.gnav-child {
  display: none;
  background: #f2f2f2;
  position: absolute;
  width: 150%;
  left: 0;
  z-index: 2;
  text-align: left;
}
.gnav-child li {
  border-bottom: 1px solid #fff;
}
.gnav-child a {
  padding: 1em 1em 1.2em;
  font-size: 13px;
  font-size: 1.3rem;
}

/* @media only screen and (max-width: 1024px) { */
@media only screen and (max-width: 1120px) {
  .header-logo {
    margin-right: 0;
  }
  .header-menu {
    display: none;
  }
  .header-search {
    /* margin-left: auto; */
    margin-right: 70px;
  }
  .gnav-list {
    background: #434baa;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 0 !important;
    position: fixed;
    left: -40%;
    top: 0;
    height: 100vh;
    width: 40%;
    z-index: 10;
  }
  .gnav-list-open {
    left: 0 !important;
    border-right: 1px solid #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .gnav-item {
    width: 100%;
    text-align: left;
    -webkit-flex: none;
    flex: none;
    border-bottom: 1px solid #fff;
  }
  .gnav-item.current .gnav-link {
    background: #434baa;
  }
  .gnav-link {
    color: #fff;
    padding: 1em;
    border: none !important;
  }
  .gnav-link:hover {
    background: #434baa;
  }
  .gnav-link:before,
  .gnav-link:after {
    content: none;
  }
  .gnav-link .txt-en {
    color: #fff;
  }
  .gnav-child {
    position: static;
    width: 100%;
    display: block !important;
  }
  .gnav-toggle {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #434baa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 6px;
    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: 0.2s;
    transition: 0.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: 0.2s;
    transition: 0.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);
  }
}

@media only screen and (max-width: 768px) {
  .header-contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-search input {
    height: 40px;
  }
  .header-search .input-text {
    width: 80%;
  }
  .header-search .input-submit {
    width: 20%;
  }
  .gnav-toggle {
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .header-logo {
    width: 180px;
  }
  .header-search {
    margin-right: 65px;
  }
  .header-search .search-form {
    padding: 15px 5px;
  }
  .gnav-list {
    width: 60%;
    left: -60%;
    height: calc(100vh - 51px);
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  position: relative;
  border-top: 2px solid #434baa;
  z-index: 3;
  background: #fff;
}

.footer-contents {
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-align-items: center;
  align-items: center;
}

.footer-info .txt01 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-info .txt01 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.footer-menu {
  margin-left: auto;
  text-align: right;
}
.footer-menu li {
  display: inline-block;
  margin-left: 1em;
}
.footer-menu li a {
  text-decoration: underline;
}

.footer-link {
  margin-top: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
  justify-content: space-between;
}

.footer-link a:nth-child(2) {
  margin-top: 35px;
}

.footer-copyright {
  text-align: center;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  padding: 1em 0;
  font-weight: 700;
  background: #434baa;
  color: #fff;
}

.sp-footer-menu {
  display: none;
  text-align: center;
}
.sp-footer-menu .menu-list{
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .footer-info {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .footer-menu {
    width: 100%;
    text-align: center;
  }
  .footer-menu li {
    margin: 0 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 480px) {
  .cmn-footer {
    padding-bottom: 50px;
  }
  .sp-footer-menu {
    display: block;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
  }
  .sp-footer-menu .menu-item {
    width: 50%;
    height: 50px;
    text-align: center;
    display: table;
    border-left: 1px solid #f0f0f0;
    position: relative;
    box-sizing: border-box;
  }
  .sp-footer-menu .menu-item:last-child {
    border-right: 1px solid #f0f0f0;
  }
  .sp-footer-menu .menu-item a,
  .sp-footer-menu .menu-item span {
    display: table-cell;
    vertical-align: middle;
    background: #434baa;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sp-footer-menu .menu-item i {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
/*  home
-------------------------*/
.top-section {
  position: relative;
  padding: 0 0 6%;
  background: #fff;
}
.top-section .section-header {
  margin-bottom: 2em;
}

.top-section01 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.top-section01 .main-catch {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", sans-serif;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-section01 .main-catch .lead {
  font-size: 54px;
  font-size: 5.4rem;
}
.top-section01 .main-catch .catch {
  font-size: 30px;
  font-size: 3rem;
}
.top-section01 .main-catch .sub {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
  margin-bottom: 10px;
}
.top-section01 .icon-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  padding-top: 50px;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-section01 .icon-scroll .scroll-bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 40px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.top-section01 .icon-scroll .scroll-bar:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: scroll02 2s infinite;
}

.main-slider {
  height: 100%;
  position: relative;
}
.main-slider:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.main-slider .slick-list,
.main-slider .slick-track,
.main-slider .slide-item {
  height: 100%;
}
.main-slider .slide-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-section02 {
  margin-top: 100vh;
  padding-top: 6%;
}

.top-menulist .list-item {
  width: 25%;
  height: 30vw;
  padding: 15px;
  /* float: left; */
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fll {
  float: left;
  width: 25%;
}
.top-menulist .list-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-menulist .list-item:hover:before {
  opacity: 1;
}
.top-menulist .list-item:hover a:before,
.top-menulist .list-item:hover .item-inner:before {
  width: 100%;
}
.top-menulist .list-item:hover a:after,
.top-menulist .list-item:hover .item-inner:after {
  height: 100%;
}
.top-menulist .list-item:hover .txt-sub {
  opacity: 1;
}

.top-menulist .list-item04,
.top-menulist .list-item05 {
  height: 15vw;
  width: 100%;
}

.top-menulist a,
.top-menulist .item-inner {
  height: 100%;
  position: relative;
}
.top-menulist a:before,
.top-menulist a:after,
.top-menulist .item-inner:before,
.top-menulist .item-inner:after {
  content: "";
  background: #fff;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-menulist a:before,
.top-menulist .item-inner:before {
  width: 0;
  height: 2px;
}
.top-menulist a:after,
.top-menulist .item-inner:after {
  width: 2px;
  height: 0;
}

.top-menulist a {
  display: block;
}
.top-menulist a:hover {
  opacity: 1;
}
.top-menulist a:before,
.top-menulist a:after {
  top: 0;
}
.top-menulist a:before {
  left: 0;
}
.top-menulist a:after {
  right: 0;
}

.top-menulist .item-inner:before,
.top-menulist .item-inner:after {
  bottom: 0;
}

.top-menulist .item-inner:before {
  right: 0;
}

.top-menulist .item-inner:after {
  left: 0;
}

.top-menulist .item-text {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-menulist .txt-main {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}

.top-menulist .txt-sub {
  padding: 0.5em 1.5em;
  opacity: 0;
  position: absolute;
  line-height: 1.6;
}

.top-menulist .list-item01 {
  background-image: url(../images/top/bg-menu01.jpg);
}

.top-menulist .list-item02 {
  background-image: url(../images/top/bg-menu02.jpg);
}

.top-menulist .list-item03 {
  background-image: url(../images/top/bg-menu03.jpg);
}

.top-menulist .list-item04 {
  background-image: url(../images/top/bg-menu04.jpg);
}

.top-menulist .list-item05 {
  background-image: url(../images/top/bg-menu05.jpg);
}
.top-menulist .list-item06 {
  background-image: url(../images/top/bg-menu06.jpg);
}

@keyframes scroll02 {
  0% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 32px;
    opacity: 0;
  }
}

.top-section04 {
  padding-bottom: 0;
}
.top-section04 .section-contents {
  border: 1px solid #ccc;
}

/*  page
-------------------------*/
.cmn-main {
  position: relative;
  z-index: 3;
}

.cmn-sidebar {
  position: relative;
  z-index: 3;
}
.cmn-sidebar .side-title {
  font-weight: bold;
  background: #999;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 16px;
  font-size: 1.6rem;
}

.cmn-pagetitle {
  position: relative;
}
.cmn-pagetitle .pagetitle-inner {
  /* padding: 10em 0 6em; */
  padding: 18em 0 6em;
  padding: 22em 0 6em;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cmn-pagetitle .pagetitle-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-pagetitle .pagetitle {
  position: relative;
}

.cmn-breadcrumb {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.cmn-breadcrumb .layout-type01 {
  padding-top: 0.8em;
  padding-bottom: 0.6em;
  background: rgba(255, 255, 255, 0.8);
}
.cmn-breadcrumb a {
  display: inline-block;
}
.cmn-breadcrumb span {
  display: inline-block;
}

.contents-wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
  min-height: calc(100vh - 400px);
}

.contents-wrapper-column {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.contents-wrapper-column .cmn-main {
  /* width: 74%; */
  width: 100%;
  margin: 0 auto;
}
.contents-wrapper-column .cmn-sidebar {
  float: right;
  width: 26%;
  padding-right: 40px;
  box-sizing: border-box;
}

.page-section {
  padding-bottom: 6%;
}
.page-section:last-child {
  padding-bottom: 0;
}
.page-section .section-header {
  margin-bottom: 20px;
}
.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 > li > a {
  padding: 0.5em 1em;
  border: 2px solid #434baa;
  position: relative;
}
#sitemap_list > li > a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #434baa;
  border-right: 2px solid #434baa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px;
}
#sitemap_list a {
  display: block;
}
#sitemap_list .children {
  padding: 1em 1.5em;
}
#sitemap_list .children a {
  padding-left: 1.5em;
  position: relative;
}
#sitemap_list .children a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #434baa;
  border-right: 2px solid #434baa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 0.2em;
  top: 50%;
  margin-top: -2px;
}

/*  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 0.5em;
}

.form-block .input-textarea textarea {
  padding: 0.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 {
  margin-right: 10px;
}
.form-block .input-submit .back input {
  background: #ccc;
}
.form-block .input-submit .enter input {
  background: #434baa;
  color: #fff;
}

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

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

@media only screen and (max-width: 1024px) {
  .top-menulist .list-item {
    width: 33.333%;
    height: 30vw;
  }
  .contents-wrapper-column .cmn-sidebar {
    padding-right: 20px;
  }
  .top-menulist .list-item {
    float: left;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /*  home
-------------------------*/
  .top-section {
    padding: 0 0 8%;
  }
  .top-section .section-header {
    margin-bottom: 1.5em;
  }
  .top-section01 .main-catch .lead {
    font-size: 30px;
    font-size: 3rem;
  }
  .top-section01 .main-catch .catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-section01 .main-catch .sub {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .top-section02 {
    padding-top: 8%;
  }
  .top-menulist .list-item {
    padding: 10px;
    height: 40vw;
  }
  .top-menulist .list-item:before {
    opacity: 1;
  }
  .top-menulist a:before,
  .top-menulist .item-inner:before {
    height: 1px;
    width: 100%;
  }
  .top-menulist a:after,
  .top-menulist .item-inner:after {
    width: 1px;
    height: 100%;
  }
  .top-menulist .txt-main {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-menulist .txt-sub {
    opacity: 1;
    padding: 0.5em 1em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-section04 {
    padding-bottom: 0;
  }
  .top-section04 iframe {
    height: 300px;
  }
  /*  page
-------------------------*/
  .cmn-pagetitle .pagetitle-inner {
    /* padding: 7em 0 3em; */
    padding: 15em 0 3em;
    padding: 22em 0 3em;
  }
  .cmn-breadcrumb {
    position: static;
    border-bottom: 1px solid #ccc;
  }
  .contents-wrapper {
    padding-top: 6%;
    padding-bottom: 8%;
  }
  .contents-wrapper-column .cmn-main {
    width: 100%;
  }
  .contents-wrapper-column .cmn-sidebar {
    width: 100%;
    margin-top: 6%;
    padding: 0 10px;
  }
  .page-section {
    padding-bottom: 10%;
  }
  .page-section .section-header {
    margin-bottom: 15px;
  }
  .page-section .contents-block {
    margin-bottom: 8%;
  }
  .col-w30,
  .col-w66 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .top-section01 .icon-scroll {
    bottom: 60px;
  }
  .top-menulist .list-item {
    width: 100% !important;
    height: 45vw !important;
  }
  .top-menulist .txt-sub {
    text-align: center;
  }
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
/* .clearfix,
.header-search .search-form,
.top-menulist,
.contents-wrapper-column {
  *zoom: 1;
} */
.clearfix:after,
.header-search .search-form:after,
.top-menulist:after,
.contents-wrapper-column:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*------------------------------------------
  add
------------------------------------------*/
.dispatch .txt-right {
  text-align: right;
}

.dispatch .txt-center {
  text-align: center;
}

.dispatch th {
  text-align: left;
}

.dispatch th,
.dispatch td {
  vertical-align: middle;
  border: 1px solid;
  padding: 9px;
}

.dispatch td a {
  text-decoration: underline;
}

.dispatch .line {
  text-decoration: underline;
}

.f-right {
  float: right;
}

.f-clear {
  clear: both;
}

.ptb25 {
  padding: 25px 0;
}

/* ----------------------------------------------------
  相談支援事業
------------------------------------------------------*/
.strength p {
  padding: 2%;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.strength p:not(:last-child):before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #ee8e30;
  border-right: solid 3px #ee8e30;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.strength span {
  font-weight: bold;
}

.bg_green {
  background-color: #6fb839;
  color: #fff;
}
.bd_green {
  border: #6fb839 solid 3px;
}
.bd_orange {
  border: #ee8e30 solid 3px;
}

.yanai .ttl {
  width: 11%;
}
.yanai .ttl::after {
  content: "：";
}

.txt-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.logo-block {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.logo-block img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  .yanai .ttl {
    width: 13%;
  }
}
@media only screen and (max-width: 768px) {
  .yanai .ttl {
    width: 15%;
  }
  .logo-block {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .yanai .ttl {
    width: 20%;
  }
}
.flex_com{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.flex_com img{
  margin-right:10px;
  /*height:100%;*/
  width:164px;
  height:164px;
}
@media only screen and (max-width: 768px) {
  .flex_com{
    display:block;
  }
  .flex_com img{
    margin-right:0;
  }
}
.pagination {
  justify-content: center;
}
.pagination span,
.pagination a {
  font-size: 1.6rem;
  border: 1px solid #333;
  padding: .5em;
  margin-right: 5px;
}
.page-numbers.current {
  background: #333;
  color: #fff;
}

.complete_message {
  text-align: center;
  font-size: 16px;
}
/*****************************
    経営理念
*****************************/
.mf_imgbox{
  width: 400px;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.mf_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.mf_flex li{
  width: calc(100% / 3 - 10px);
}
@media only screen and (max-width: 767px) {
  .mf_imgbox{
    width: 300px;
  }
  .mf_flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*****************************
    業務案内
*****************************/
.tax_box_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tax_box_flex li{
  width: calc(100% / 4 - 10px);
}
.tax_box_flex li h4{
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tax_box_flex li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
}

/*****************************
    税理士紹介
*****************************/
.staff_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.staff_flex li:nth-child(1){
  width: 30%;
  margin-right: 20px;
}
.staff_flex li:nth-child(2){
  width: 67%;
}
.staff_flex li .staff_name{
  margin-top: 10px;
  font-size: 20px;
}
.staff_txt {
  width: 100%;
  margin-bottom: 20px;
}
.staff_small_txt{
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .staff_flex li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .staff_flex li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}

/*****************************
    料金表
*****************************/
.price_tbl{
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px !important;
}
.price_tbl th{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f1f1f1;
  font-weight: normal;
  display: table-cell;
  width: auto;
  padding: 0.7em 1em;
  text-align: center;
  vertical-align: middle;
}
.price_tbl td{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  display: table-cell;
  width: auto;
  padding: 0.7em 1em;
  text-align: center;
}
.price_tbl2{
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px !important;
}
.price_tbl2 th{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f1f1f1;
  font-weight: normal;
  display: table-cell;
  width: auto;
  padding: 0.7em 1em;
  text-align: left;
  vertical-align: middle;
}
.price_tbl2 td{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  display: table-cell;
  width: 40%;
  padding: 0.7em 1em;
  text-align: left;
}
.price_tbl3{
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px !important;
}
.price_tbl3 th{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f1f1f1;
  font-weight: normal;
  display: table-cell;
  width: auto;
  padding: 0.7em 1em;
  text-align: left;
  vertical-align: middle;
}
.price_tbl3 td{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  display: table-cell;
  width: 70%;
  padding: 0.7em 1em;
  text-align: left;
}
.price_u {
  border-left: 1px solid #ddd;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .price_tbl2 th,
  .price_tbl2 td{
    border: none;
    width: 100%;
    display: block;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .price_tbl3 th,
  .price_tbl3 td{
    border: none;
    width: 100%;
    display: block;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
}
@media screen and (max-width: 820px) {
  .js-scrollable{
  max-width: 90%;
      margin: 40px auto 0;
      overflow: auto;
      background: #f7f7f7;
  }
  .js-scrollable table th,
  .js-scrollable table td{
    white-space:nowrap;/*文字を折り返さない*/
  }
  .scroll-hint-text{ margin-top:0; }
  }
/*****************************
    顧問料金表　追加
*****************************/
.pp_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 30px;
}
.pp_flex li{
  width: 100%;
  border: 1px solid #434baa;
  padding: 20px;
  margin-bottom: 30px;
}
.pp_flex li h2{
  background: #434baa;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 18px;
}
.pp_flex li p{
  margin-top: 20px;
}

/*################
    追尾バナー
################*/
.fixlinkbox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 100;
}
.fixlinkbox .fixlink{
  writing-mode: vertical-lr;
}
.fixlinkbox .fixlink:not(:last-of-type){
  margin-bottom: 1rem;
}
.fixlinkbox .fixlink a{
  background: #004B9E;
  border: 1px solid #004B9E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  padding: 1rem 0;
  width: 55px;
  width: 86px;
  transition: 1s;
}
.fixlinkbox .fixlink1 a img{
  width: 80%;
}
.fixlinkbox .fixlink1 a img,
.fixlinkbox .fixlink2 a img{
  margin-bottom: 0.5rem;
  transition: 1s;
}
.fixlinkbox .fixlink2 a{
  background: #CE96A9;
  border: 1px solid #CE96A9;
}
.fixlinkbox .fixlink3 a{
  background: #06C755;
  border: 1px solid #06C755;
  padding: 0;
}
.fixlinkbox .fixlink3 a svg{
  width: 50px;
}
.fixlinkbox .fixlink3 a{
  padding: 2.0rem 0;
}
.fixlinkbox .fixlink a i{
  font-size: 4.2rem;
}
#fixlinebg path{
  fill: #fff;
  transition: 1s;
}
#fixlinetxt path,
#fixlinetxt rect{
  fill: #06C755;
  transition: 1s;
}

.fixlinkbox .fixlink a:hover{
  background: #fff;
  color: #87A8D0;
  opacity: 1;
}
.fixlinkbox .fixlink a:hover img{
  filter: invert(70%) sepia(19%) saturate(609%) hue-rotate(173deg) brightness(89%) contrast(95%);
}
.fixlinkbox .fixlink3 a:hover #fixlinebg path{
  /* fill: #06C755; */
  fill: #87A8D0;
}
.fixlinkbox .fixlink3 a:hover #fixlinetxt path,
.fixlinkbox .fixlink3 a:hover #fixlinetxt rect{
  fill: #fff;
}
@media only screen and (max-width: 1180px) {
  .fotinfo {
    margin-right: 3%;
  }
  .fotlinkbox {
    width: 69%;
  }
  .fotlinkbox li:not(:last-of-type){
    margin-right: 1rem;
  }
  .fotlinkbox li a {
    padding: 1rem ;
  }
  .fotnavbox {
    width: 68%;
  }
  .fixlinkbox .fixlink a{
    width: 85px;
  }
}
@media only screen and (max-width: 1024px) {
  .fotinfo {
    order: 1;
    margin: 0 0 2rem;
    max-width: 322px;
    padding: 1rem;
    width: 100%;
  }
  .fotlinkbox {
    margin: 3rem auto 0 0;
    max-width: 380px;
    order: 2;
    width: 100%;
  }
  .fotnavbox {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .fixlinkbox{
    bottom: 156px;
  }
  .fixlinkbox .fixlink a{
    width: 65px;
  }
  .fixlinkbox .fixlink a i{
    font-size: 3.7rem;
  }
  .fixlinkbox .fixlink3 a svg {
    width: 35px;
  }
  .fixlinkbox .fixlink3 a{
    padding: 1.2rem 0;
  }
}

.coflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cofbox{
  width: calc(100% / 3);
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .cofbox{
    width: calc(100% / 2);
  }
}