@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #262626;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 599px) {
  body {
    min-width: initial;
  }
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  body {
    width: 100%;
  }
  ._inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  ._sp {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  body {
    min-width: 320px;
  }
  html,
  body {
    height: 100%;
    min-height: 100%;
  }
  ._pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(2.5vw, 40px);
  padding-right: min(2.5vw, 40px);
  /*@include bp1200{
  	max-width: 100%;
  	width: calc(100% - min(5vw , 80px));
  }*/
}

main {
  min-height: calc(100vh - 732px);
}
@media screen and (max-width: 599px) {
  main {
    min-height: calc(100vh - 415px);
  }
}

a {
  color: #262626;
  text-decoration: none;
  transition: 0.2s linear;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

table {
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  table {
    width: 100%;
  }
}
table tr a {
  font-weight: bold;
  color: #005bab;
}
table tr th {
  padding: 30px 0;
  border-bottom: solid 2px #005bab;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  table tr th {
    padding: 20px 0;
  }
}
table tr td {
  padding: 30px 0;
  border-bottom: solid 2px #CCCCCC;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  table tr td {
    padding: 20px 0;
  }
}

.ttl_sls {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
}
.ttl_sls div {
  margin-left: 30px;
}
.ttl_sls:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  display: inline-block;
  width: 8px;
  height: 28px;
  background-color: #e50038;
  transform: skewX(-30deg);
}
@media screen and (max-width: 599px) {
  .ttl_sls {
    padding-left: 0;
    font-size: 2.4rem;
  }
}
.ttl_bd {
  position: relative;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 3px #ccc;
}
@media screen and (max-width: 599px) {
  .ttl_bd {
    font-size: 2rem;
  }
}
.ttl_bd:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #005bab;
  bottom: -3px;
  width: 20%;
}
.ttl_cn {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #005bab;
}
@media screen and (max-width: 599px) {
  .ttl_cn {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.att {
  color: #e50038;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  transition: 0.6s;
}
.btn > * {
  position: relative;
  z-index: 3;
  margin: 0;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 150%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.6s;
}
.btn:hover {
  opacity: 1;
}
.btn:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.btn-nml {
  background: #005bab;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
  border: solid 2px #005bab;
}
.btn-nml:before {
  background: #fff;
}
.btn-nml:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn-nml:hover {
  color: #005bab;
}
.btn-nml:hover:after {
  border-top: 2px solid #005bab;
  border-right: 2px solid #005bab;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .btn-nml {
    height: auto;
    padding: 10px 20px;
  }
}
.btn-wh {
  background: #fff;
  height: 50px;
  border: solid #005bab 2px;
  color: #005bab;
}
.btn-wh:before {
  background: #005bab;
}
.btn-wh:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1C3251;
  border-right: 2px solid #1C3251;
  transform: rotate(45deg);
}
.btn-wh:hover {
  color: #fff;
}
.btn-wh:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .btn-wh {
    height: auto;
    padding: 10px 20px;
  }
}

.arrow {
  position: relative;
  padding-left: 15px;
}
.arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  margin: auto;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #005bab;
  border-right: 2px solid #005bab;
  transform: rotate(45deg);
}
.arrow-link {
  position: relative;
  width: 30px;
  height: 30px;
  background: #005bab;
  margin-right: 15px;
}
.arrow-link:after {
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  content: "";
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.col-02 > * {
  width: 50%;
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #005CBF;
  z-index: 9999;
  overflow: hidden;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.overlay {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 97;
  margin-top: 100px;
}

.wrapper {
  min-width: 1200px;
  min-height: 100dvh;
  position: relative;
}
@media screen and (max-width: 599px) {
  .wrapper {
    min-width: inherit;
  }
}

.header {
  background: #fff;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 20px;
  z-index: 999;
  min-width: 1200px;
  height: 100px;
}
@media screen and (max-width: 599px) {
  .header {
    background: #fff;
    min-width: inherit;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    z-index: 99;
  }
}
.header_logo {
  width: 37%;
  max-width: 500px;
}
@media screen and (max-width: 599px) {
  .header_logo {
    width: calc(100% - 30px);
    padding-bottom: 0;
  }
}
.header_logo img:nth-child(1) {
  width: 100%;
  will-change: transform;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 599px) {
  .header_logo img:nth-child(1) {
    width: 88%;
    height: auto;
  }
}
.header_logo img:nth-child(2) {
  width: 46px;
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .header_logo img:nth-child(2) {
    width: auto;
    height: 45px;
    margin-left: 10px;
  }
}
.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .header nav {
    justify-content: flex-start;
    height: 100%;
  }
}
.header_toggle {
  display: none;
}
@media screen and (max-width: 599px) {
  .header_toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 45px;
  }
  .header_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .header_toggle i:nth-child(1) {
    top: 0;
  }
  .header_toggle i:nth-child(2) {
    top: 10px;
  }
  .header_toggle i:nth-child(3) {
    top: 20px;
  }
  .header_toggle span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 1rem;
  }
  .header_toggle.open i:nth-child(1) {
    transform: translateY(10px) rotate(-35deg);
  }
  .header_toggle.open i:nth-child(2) {
    opacity: 0;
  }
  .header_toggle.open i:nth-child(3) {
    transform: translateY(-10px) rotate(35deg);
  }
}
.header_list {
  font-size: 1.8rem;
}
@media screen and (min-width: 600px) {
  .header_list {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .header_list {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99;
    overflow-y: scroll;
  }
}
.header_list.open {
  display: block;
}
.header_list li {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 599px) {
  .header_list li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: #fff;
    border-top: solid #ccc 1px;
  }
}
.header_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .header_list li a {
    color: #262626;
  }
}
@media screen and (max-width: 599px) {
  .header_list > li {
    padding-bottom: 0;
  }
}
.header_list > li > a {
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 599px) {
  .header_list > li > a {
    display: block;
    width: 100%;
    padding: 20px 12px;
  }
}
.header_list > li > a.header_list_drop_cmp {
  padding: 0 50px 0 25px;
}
@media screen and (max-width: 599px) {
  .header_list > li > a.header_list_drop_cmp {
    padding: 20px 12px;
  }
}
.header_list > li > a.header_list_drop_cmp::before {
  right: 25px;
}
.header_list > li > a.current:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #DF2E20;
  transform: none;
}
@media screen and (max-width: 599px) {
  .header_list > li > a.current:after {
    content: none;
  }
}
.header_list > li:nth-child(3) {
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .header_list > li:nth-child(3) {
    padding-right: 0;
  }
}
.header_list_member a {
  background: #00A0E9;
  color: #fff !important;
}
@media screen and (max-width: 599px) {
  .header_list_member a {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}
.header_list_member a svg {
  fill: #fff;
  width: 22px;
  margin-right: 10px;
}
.header_list_member a:hover {
  color: #00A0E9 !important;
  z-index: 3;
}
.header_list_member a:hover svg {
  fill: #00A0E9;
}
.header_list_contact {
  display: flex;
  align-items: center;
  height: 50px;
  background: #e50038 !important;
  border: solid 2px #e50038;
}
.header_list_contact a {
  color: #fff !important;
  height: 46px !important;
  padding: 0 30px !important;
}
@media screen and (max-width: 599px) {
  .header_list_contact a {
    height: auto !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 20px 12px !important;
  }
}
.header_list_contact a svg {
  fill: #fff;
  width: 20px;
  margin-right: 10px;
}
.header_list_contact a:hover {
  color: #e50038 !important;
  z-index: 3;
}
.header_list_contact a:hover svg {
  fill: #e50038;
}
.header_list-arrow {
  display: none;
}
@media screen and (max-width: 599px) {
  .header_list-arrow {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0 20px 0 30px;
    font-size: 3rem;
    color: #262626;
    font-weight: 400;
  }
  .header_list-arrow:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    line-height: 1;
  }
  .header_list-arrow.open:before {
    content: "-";
  }
}
.header_list-level {
  background: #005bab;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 0;
  right: 0;
  width: 80%;
  height: 200px;
  padding: 40px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  visibility: hidden;
  margin: 0 auto;
  opacity: 0;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .header_list-level {
    background: #fff;
    position: relative;
    top: inherit;
    left: inherit;
    display: none;
    opacity: 1;
    width: 100%;
    height: auto;
    transition: unset;
    visibility: inherit;
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.header_list-level_ttl {
  border-bottom: solid 1px #808080;
}
@media screen and (max-width: 599px) {
  .header_list-level_ttl {
    display: none;
  }
}
.header_list-level_ttl h3 {
  padding-bottom: 20px;
  font-family: "Hind", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .header_list-level_ttl h3 {
    margin: auto;
    line-height: 1;
    font-size: 3.6rem;
    text-align: center;
  }
}
.header_list-level_ttl h3 span {
  margin-left: 20px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .header_list-level_ttl h3 span {
    display: block;
    margin: 0;
    font-size: 1.4rem;
  }
}
.header_list-level_ttl .btn {
  width: 220px;
  height: 50px;
  margin: 0 auto;
}
.header_list-level_cnt {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .header_list-level_cnt {
    width: 100%;
    padding-top: 0;
  }
}
.header_list-level_cnt ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .header_list-level_cnt ul li {
    margin-left: 0;
  }
}
.header_list-level_cnt ul li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .header_list-level_cnt ul li a {
    width: 100% !important;
    margin-top: 0;
    padding: 12px 20px 12px 50px;
    color: #262626;
  }
}
.header_list-level_cnt ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .header_list-level_cnt ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: -3px;
    content: "";
    margin: auto;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #262626;
    border-right: 2px solid #262626;
    transform: rotate(45deg);
  }
}
.header_list-level_cnt ul li a .arrow {
  background: #fff;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.header_list-level_cnt ul li a .arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -2px;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #005bab;
  border-right: 2px solid #005bab;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .header_list-level_cnt ul li a .arrow {
    display: none;
  }
}
.header_list_drop {
  z-index: 99;
}
@media screen and (max-width: 599px) {
  .header_list_drop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .header_list_drop a {
    display: inline-block !important;
    width: auto !important;
  }
}
.header_list_drop.open .header_list-level {
  top: 140px;
  left: 0;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .header_list_drop.open .header_list-level {
    position: relative;
    display: block;
    top: inherit;
    left: inherit;
    width: 100%;
  }
}
.header_list_drop.open a::before {
  top: 8px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .header_list_drop_cmp {
    pointer-events: inherit;
  }
}
.header_list_drop_cmp:before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  content: "";
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  transform: rotate(135deg);
}
@media screen and (max-width: 599px) {
  .header_list_drop_cmp:before {
    content: none;
  }
}
.header_list-remove {
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  cursor: pointer;
}
.header_list-remove .remove_icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.3em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  transform: rotate(45deg);
}
.header_list-remove .remove_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 599px) {
  .header_list-remove {
    display: none;
  }
}

.pan {
  background: #fff;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 599px) {
  .pan {
    height: auto;
    padding: 0 10px 15px;
  }
}
.pan li {
  font-size: 1.4rem;
}
.pan li:not(:last-child):after {
  content: ">";
  margin: 0 5px;
  font-size: 1.4rem;
}
.pan li a {
  font-size: 1.4rem;
}

.headTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .headTtl {
    height: auto;
    padding: 30px 0;
  }
}
.headTtl_news {
  background: url("../img/bg_head_left.png") no-repeat left center, url("../img/bg_head_right.png") no-repeat right center, #edf4f6;
  background-size: auto 100%;
}
.headTtl_cmp {
  background: url("../img/bg_head_left.png") no-repeat left center, url("../img/bg_head_right.png") no-repeat right center, #edf4f6;
  background-size: auto 100%;
}
.headTtl_ncs {
  background: url("../img/bg_head_left.png") no-repeat left center, url("../img/bg_head_right.png") no-repeat right center, #edf4f6;
  background-size: auto 100%;
}
.headTtl_cnt {
  background: url("../img/bg_head_left.png") no-repeat left center, url("../img/bg_head_right.png") no-repeat right center, #edf4f6;
  background-size: auto 100%;
}
.headTtl h3 span {
  display: block;
}

footer {
  background: #222222;
  width: 100%;
  padding: 40px 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 30px 0;
  }
}
footer .btn:after {
  content: none;
}
footer .footer {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 599px) {
  footer .footer {
    width: 100%;
  }
}
footer .footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
}
@media screen and (max-width: 599px) {
  footer .footer_menu {
    display: none;
  }
}
footer .footer_menu .btn {
  width: 250px;
  height: 60px;
  background: #fff;
  border: solid #fff 2px;
  color: #262626;
}
footer .footer_menu .btn:hover {
  color: #fff;
}
footer .footer_menu .btn:before {
  background: #e50038;
}
footer .footer_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  color: #b3b3b3;
}
@media screen and (max-width: 599px) {
  footer .footer_top {
    display: block;
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_top_tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer_top_tel li + li {
    margin-left: 20px;
  }
  footer .footer_top_tel li a {
    color: #78A3CE;
    text-decoration: none;
  }
}
footer .footer_top_nav {
  width: calc(100% - 300px);
}
footer .footer_top .btn {
  width: 180px;
  height: 48px;
  color: #78A3CE;
  border: solid #78A3CE 2px;
}
@media screen and (max-width: 599px) {
  footer .footer_top .btn {
    display: none;
  }
}
footer .footer_top .btn img {
  width: 14px;
  margin-right: 10px;
}
footer .footer_top_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  padding-left: 1em;
}
footer .footer_top_list li {
  width: 14%;
  list-style-type: disc;
}
footer .footer_top_list li:nth-child(1), footer .footer_top_list li:nth-child(6) {
  width: 20%;
}
footer .footer_top_list li:nth-child(2), footer .footer_top_list li:nth-child(7) {
  width: 19%;
}
footer .footer_top_list li:nth-child(3), footer .footer_top_list li:nth-child(8) {
  width: 13%;
}
footer .footer_top_list li:nth-child(4), footer .footer_top_list li:nth-child(9) {
  width: 24%;
}
footer .footer_top_list li:nth-child(5), footer .footer_top_list li:nth-child(10) {
  width: 24%;
}
footer .footer_top_list li:nth-child(n+6) {
  margin-top: 8px;
}
footer .footer_top_list a {
  font-weight: 500;
  color: #fff;
}
footer .footer_top_list-sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  footer .footer_top_list.ir li:nth-child(odd) {
    width: 45%;
  }
  footer .footer_top_list.ir li:nth-child(even) {
    width: 55%;
  }
  footer .footer_top_list.ir li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_logo {
    width: 50%;
    margin: 0 auto 10px;
  }
}
footer .footer_logo img {
  width: 100%;
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  footer .footer_bottom {
    display: block;
    margin-top: 0;
  }
}
footer .footer_copy, footer .footer_cmp {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  footer .footer_copy, footer .footer_cmp {
    margin: 0 auto;
    font-size: 1.1rem;
  }
}

.contactblock {
  background: #005bab;
  padding: 60px 0 80px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .contactblock {
    padding: 40px 20px;
    background-size: 120%;
  }
}
.contactblock h3 {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contactblock h3 {
    margin: 0 auto 30px;
  }
}
.contactblock h3 span {
  display: block;
  margin-left: 0;
  font-size: 1.6rem;
  color: #fff;
}
.contactblock .btn {
  background-color: inherit;
  width: 300px;
  margin: 40px auto;
  border: solid 2px #fff;
}
@media screen and (max-width: 599px) {
  .contactblock .btn {
    width: 100%;
    margin: 20px auto;
  }
}
.contactblock .btn:hover {
  color: #005bab;
}
.contactblock .btn:hover:after {
  border-color: #005bab;
}
.contactblock_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
.contactblock_tel img {
  width: 225px;
  margin-left: 10px;
}

#page-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background: #005bab;
  border-radius: 50%;
  cursor: pointer;
  z-index: 88;
}
@media screen and (max-width: 599px) {
  #page-top {
    right: 20px;
    bottom: 40px;
  }
}
#page-top:after {
  width: 13px;
  height: 13px;
  top: 8px;
  right: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

/*ふわっと*/
.fadeIn {
  opacity: 0;
  transition: 1.2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/*下からフェードイン*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*左からフェードイン*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1.2s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*右からフェードイン*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1.2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}