@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

a {
  color: #231815;
  text-decoration: none;
  transition: 0.3s ease;
}
a:visited {
  color: #231815;
}
a:hover {
  color: #231815;
  text-decoration: none;
}
a:active {
  color: #231815;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

img {
  max-width: 100%;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.5s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

#Birthday .cards-wrap .card::after,
#Stamp .tlArea .more::after,
#Qa-join .tlArea img,
#Qa-stamp .wrap02::after,
#Qa-stamp .wrap03::after {
  transform: translate(30px, 0);
  opacity: 0;
  transition: 0.5s ease 0.3s;
}

#Mail .tlArea::before {
  transform: translate(-30px, 0);
  opacity: 0;
  transition: 0.5s ease 0.3s;
}

#Qa-stamp .wrap01::after {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.5s ease;
}

#Birthday .cards-wrap .card.move::after,
#Stamp .tlArea .more.move::after,
#Qa-join .tlArea.move img,
#Qa-stamp .wrap.move::after,
#Mail .tlArea.move::before {
  transform: translate(0, 0);
  opacity: 1;
}

/*==========================================
  Layout
==========================================*/
/* ==================================
    PC/SP共通
================================== */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 55px;
}
@media (max-width: 767px) {
  header {
    padding: 0;
  }
}
header .inner {
  width: 100%;
  max-width: 1177px;
  margin: auto;
  background: url(../images/bg_image01.png) no-repeat right bottom -10px/contain;
  padding: 170px 0 120px;
}
@media (max-width: 767px) {
  header .inner {
    background-position: right bottom;
    padding: 80px 0 20px;
  }
}
header .inner h1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  header .inner h1 {
    column-gap: 10px;
    padding-left: 20px;
  }
}
header .inner h1::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 120px;
  background: url(../images/icon_entetsu.png) no-repeat center/contain;
  width: 120px;
  height: 196px;
}
@media (max-width: 767px) {
  header .inner h1::before {
    content: none;
  }
}
header .inner h1 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0080CA;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  header .inner h1 .num {
    width: 90px;
    height: 90px;
    font-size: 18px;
  }
}
header .inner h1 .num span {
  display: inline-block;
  font-size: 40px;
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  header .inner h1 .num span {
    font-size: 24px;
    transform: translateY(-2px);
  }
}
header .inner h1 .wrap .en {
  margin-bottom: 8px;
  color: #0080CA;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.7em;
  line-height: 1;
}
@media (max-width: 767px) {
  header .inner h1 .wrap .en {
    font-size: 14px;
    letter-spacing: 0.56em;
  }
}
header .inner h1 .wrap p:not([class]) {
  margin-bottom: 12px;
  color: #3E3A39;
  font-size: 76px;
  font-weight: 400;
  letter-spacing: 0.58em;
  line-height: 1;
}
@media (max-width: 767px) {
  header .inner h1 .wrap p:not([class]) {
    font-size: 40px;
  }
}
header .inner h1 .wrap .day {
  margin-right: 45px;
  color: #0080CA;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: right;
  line-height: 1;
}
@media (max-width: 767px) {
  header .inner h1 .wrap .day {
    margin-right: 22px;
    font-size: 16px;
  }
}

#sp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-top: 6px solid #0080CA;
}
#sp-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sp-header .logo {
  width: 120px;
  margin: 0 0 0 10px;
}
#sp-header #humb-menu {
  position: relative;
  background: #0080CA;
  width: 70px;
  height: 60px;
}
#sp-header #humb-menu span {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
  width: 32px;
  height: 2px;
  margin: 0 auto;
  transition: 0.3s ease;
}
#sp-header #humb-menu span.line-m {
  top: 21px;
}
#sp-header #humb-menu span.line-b {
  top: 30px;
}
#sp-header #humb-menu span.open.line-t {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}
#sp-header #humb-menu span.open.line-m {
  opacity: 0;
}
#sp-header #humb-menu span.open.line-b {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}
#sp-header #humb-menu p {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 11px;
  text-align: center;
}

#topNav {
  position: sticky;
  top: 0;
  z-index: 500;
  background: #fff;
  border-top: 8px solid #0080CA;
  border-bottom: 8px solid #0080CA;
  padding: 12px 0;
}
@media (max-width: 767px) {
  #topNav {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
  }
}
#topNav .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  #topNav .inner {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #topNav .inner .logo {
    width: 150px;
    margin: auto;
  }
}
#topNav .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #topNav .inner ul {
    display: block;
    margin-top: 40px;
  }
}
#topNav .inner ul li {
  padding: 5px 25px;
  border-right: 1px solid #67B3DA;
}
@media (max-width: 767px) {
  #topNav .inner ul li {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
  }
}
#topNav .inner ul li:last-child {
  border-right: none;
}
#topNav .inner ul li a {
  font-weight: 700;
}
@media (max-width: 767px) {
  #topNav .inner ul li a {
    display: block;
    margin: auto;
    padding: 4px 8px;
    font-size: 18px;
    text-align: center;
  }
}
#topNav .inner ul li a:hover {
  opacity: 0.6;
}
#topNav .inner ul li.special {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
#topNav .inner ul li.special span {
  display: block;
  color: #fff;
  background: linear-gradient(160deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
}
#topNav .inner ul li.special a {
  background: linear-gradient(160deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.2;
}
#topNav .inner ul img.exLink {
  width: 18px;
  margin: 0 0 5px 7px;
  vertical-align: middle;
}

h2 {
  color: #0080CA;
}
h2 .ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  h2 .ja {
    margin-bottom: 3px;
    font-size: 15px;
  }
}
h2 .en {
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 .en {
    font-size: 40px;
  }
}

h4 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

h5 {
  background: #fff;
  margin-bottom: 26px;
  padding: 6px 14px 7px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h5 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
h5.txt-blue {
  color: #0080CA;
}
h5.bg-blue {
  background-color: #349DC4;
}
h5.bg-orange {
  background-color: #E89431;
}
h5.bg-green {
  background-color: #55AC4E;
}

#Message {
  padding: 50px 15px 100px;
}
#Message .inner {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
#Message .inner .ph {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
  max-width: 600px;
}
@media (max-width: 900px) {
  #Message .inner .ph {
    top: 80px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #Message .inner .ph {
    position: static;
  }
}
#Message .inner .textBox {
  margin-top: 120px;
  padding: 0 35px;
}
@media (max-width: 767px) {
  #Message .inner .textBox {
    margin-top: 0;
    padding: 0;
  }
}
#Message .inner .textBox p.head {
  margin: 0 0 35px 14px;
  font-size: 36px;
}
@media (max-width: 767px) {
  #Message .inner .textBox p.head {
    margin: 0 0 15px;
    font-size: 28px;
  }
}
#Message .inner .textBox .text {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #Message .inner .textBox .text {
    margin-bottom: 30px;
  }
}
#Message .inner .textBox .text p {
  margin-bottom: 0.6em;
  line-height: 2.3;
  text-align: justify;
}
@media (max-width: 767px) {
  #Message .inner .textBox .text p {
    font-size: 15px;
    line-height: 2;
  }
}
#Message .inner .textBox p.name {
  font-size: 18px;
  line-height: 2;
  text-align: right;
}
@media (max-width: 767px) {
  #Message .inner .textBox p.name {
    font-size: 16px;
  }
}

#Performance {
  background: #E8F6FC;
  padding: 100px 15px 120px;
}
#Performance .inner {
  max-width: 1000px;
  margin: auto;
}
#Performance .inner h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding-bottom: 4px;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #Performance .inner h3 {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
#Performance .inner h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgb(203, 223, 243) 0%, rgb(30, 155, 214) 56%, rgb(0, 117, 189) 86%, rgb(0, 91, 150) 100%);
}
@media (max-width: 767px) {
  #Performance .inner h3::before {
    height: 6px;
  }
}
#Performance .inner figure {
  position: relative;
}
#Performance .inner figure figcaption {
  position: relative;
  margin-bottom: -25px;
  height: 52px;
  background: linear-gradient(0deg, rgb(102, 193, 191) 0%, rgb(0, 128, 202) 34%, rgb(0, 113, 187) 50%, rgb(0, 128, 202) 50%, rgb(0, 128, 202) 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  #Performance .inner figure figcaption {
    height: 40px;
    font-size: 22px;
    line-height: 37px;
  }
}
#Performance .inner figure > img {
  box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #Performance .inner figure a.plus {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
  }
}
#Performance .inner .results {
  display: flex;
  column-gap: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #Performance .inner .results {
    display: grid;
    row-gap: 20px;
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
#Performance .inner .result {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #Performance .inner .result {
    margin: 60px auto 0;
  }
}
#Performance .inner .result figcaption {
  max-width: 400px;
  margin: 0 auto -25px;
}
#Performance .inner .result ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  padding: 70px 20px 60px;
}
@media (max-width: 767px) {
  #Performance .inner .result ul {
    padding: 30px 10px;
    grid-template-columns: none;
  }
}
#Performance .inner .result ul li {
  padding: 20px;
  border-bottom: 2px dotted #ddd;
}
#Performance .inner .result ul li:nth-child(2n-1) {
  border-right: 2px dotted #ddd;
}
#Performance .inner .result ul li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 767px) {
  #Performance .inner .result ul li {
    padding: 20px 0;
    border-right: none !important;
  }
  #Performance .inner .result ul li:nth-last-child(2) {
    border-bottom: 2px dotted #ddd;
  }
}
#Performance .inner p {
  line-height: 2;
  text-align: justify;
}

#Topics {
  padding: 100px 15px 5px;
}
@media (max-width: 767px) {
  #Topics {
    padding-top: 60px;
  }
}
#Topics .inner {
  max-width: 1000px;
  margin: auto;
}
#Topics .inner h3 {
  margin-bottom: 80px;
  font-size: 41px;
  text-align: center;
}
@media (max-width: 767px) {
  #Topics .inner h3 {
    margin-bottom: 60px;
    font-size: 26px;
  }
}
#Topics .inner h3 span.en {
  position: relative;
  background: linear-gradient(160deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: fit-content;
  margin: 0 auto 25px;
  padding: 0 10px 10px;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #Topics .inner h3 span.en {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
#Topics .inner h3 span.en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
}
#Topics .inner h3 span:not([class]) {
  font-size: 26px;
}
@media (max-width: 767px) {
  #Topics .inner h3 span:not([class]) {
    font-size: 16px;
  }
}
#Topics .inner > p {
  margin-bottom: 22px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
#Topics .inner .columns-2 {
  display: flex;
  column-gap: 40px;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  #Topics .inner .columns-2 {
    display: grid;
    row-gap: 20px;
  }
}
#Topics .inner .columns-2 .ph p {
  margin-top: 7px;
  font-size: 14px;
  text-align: right;
}
#Topics .inner > .ph {
  margin-bottom: 95px;
}
#Topics .inner .content-wrap {
  display: grid;
  grid-template-columns: 51.2% 48%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #Topics .inner .content-wrap {
    grid-template-columns: none;
    row-gap: 20px;
  }
}
#Topics .inner .content-wrap p {
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

#development {
  background: #E8F6FC;
  padding: 65px 0;
}
#development h3 {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 0;
  padding: 40px 0 25px;
  text-align: center;
}
@media (max-width: 767px) {
  #development h3 {
    margin: 0 15px;
    padding: 30px 0 10px;
  }
}
#development h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
}
#development h3 span.maru {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color: #fff;
  background: linear-gradient(160deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 19px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #development h3 span.maru {
    top: -30px;
    width: 53px;
    height: 53px;
    font-size: 15px;
    line-height: 53px;
  }
}
#development h3 span:not([class]) {
  background: linear-gradient(160deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.2;
  font-size: 47px;
  text-align: center;
}
@media (max-width: 767px) {
  #development h3 span:not([class]) {
    font-size: 26px;
  }
}
#development .inner {
  max-width: 1000px;
  margin: auto;
  padding: 25px 15px 150px;
}
@media (max-width: 767px) {
  #development .inner {
    padding-bottom: 50px;
  }
}
#development .inner h3 {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #development .inner h3 {
    margin-bottom: 30px;
  }
}
#development .inner > .ph {
  margin-bottom: 20px;
}
#development .inner > .ph p {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}
#development .inner > p {
  margin-bottom: 22px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
#development .inner .concept {
  position: relative;
  margin-bottom: 40px;
}
#development .inner .concept .head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(160deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #development .inner .concept .head {
    position: static;
    transform: translate(0);
    margin: 0 auto -70px;
    width: 200px;
    height: 200px;
  }
}
#development .inner .concept .head p {
  margin-top: 15px;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  #development .inner .concept .head p {
    margin-top: -35px;
  }
}
#development .inner .concept .head p span {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #development .inner .concept .head p span {
    margin-top: 0;
    font-size: 14px;
  }
}
#development .inner .concept ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 25px;
}
@media (max-width: 767px) {
  #development .inner .concept ul {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
#development .inner .concept ul li {
  background: #fff;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  #development .inner .concept ul li {
    padding: 30px 0 40px;
  }
}
#development .inner .concept ul li p.tl {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 0 15px;
  border-bottom: 6px solid #E8F6FC;
  color: #0080CA;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
#development .inner .concept ul li p:not([class]) {
  width: 20em;
  margin: auto;
  text-align: justify;
}
@media (max-width: 767px) {
  #development .inner .concept ul li p:not([class]) {
    font-size: 14px;
  }
}
#development .inner .comment {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 48px;
  align-items: center;
}
@media (max-width: 767px) {
  #development .inner .comment {
    display: block;
  }
}
#development .inner .comment .ph {
  text-align: center;
}
@media (max-width: 767px) {
  #development .inner .comment .ph {
    margin: 0 auto 20px;
  }
}
#development .inner .comment .ph img {
  width: 170px;
  height: 170px;
  margin: auto;
}
#development .inner .comment .ph p {
  margin-top: 5px;
  text-align: center;
}
#development .inner .comment .text {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 22px;
}
@media (max-width: 767px) {
  #development .inner .comment .text {
    padding: 30px 45px;
  }
}
#development .inner .comment .text::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 40px;
  background: url(../images/parts_fukidashi.svg) no-repeat center/contain;
  width: 78px;
  height: 56px;
}
@media (max-width: 767px) {
  #development .inner .comment .text::before {
    top: -25px;
    left: 20%;
    bottom: auto;
    transform: rotate(94deg);
  }
}
#development .inner .comment .text p.tl {
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 4px;
  color: #0071BC;
}
@media (max-width: 767px) {
  #development .inner .comment .text p.tl {
    margin: 0 auto 15px;
  }
}
#development .inner .comment .text p.tl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(41, 171, 226) 23%, rgb(0, 113, 188) 56%, rgb(0, 70, 151) 90%);
}
#development .inner .comment .text p.tl + p {
  text-align: justify;
}

#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  color: #0080CA;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #9ED9F6;
  padding: 0 3px 3px 23px;
}
#pageTop::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border-style: solid;
  border-color: transparent transparent #9ed9f6 transparent;
  border-width: 0px 8px 8px 8px;
}
#pageTop::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent transparent #0080CA transparent;
  border-width: 0px 8px 8px 8px;
}

footer {
  position: relative;
  z-index: 301;
  background: #fff;
  border-top: 2px solid #0080CA;
}
footer .inner {
  background: #fff;
  padding: 0 15px;
}
@media (max-width: 767px) {
  footer .inner {
    padding: 0;
  }
}
footer .inner nav {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding: 23px 0;
}
@media (max-width: 900px) {
  footer .inner nav {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .inner nav .logo {
    width: 150px;
    margin: 0 auto 25px;
  }
}
footer .inner nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .inner nav ul li {
  padding: 0 14px 3px;
  border-right: 1px solid #67B3DA;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .inner nav ul li {
    width: 180px;
    padding: 0 5px;
    text-align: center;
  }
  footer .inner nav ul li:first-child {
    padding-left: 0;
    text-align: right;
  }
  footer .inner nav ul li:last-child {
    padding-right: 0;
    text-align: left;
  }
}
footer .inner nav ul li:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 900px) {
  footer .inner nav ul li:last-child {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .inner nav ul li:last-child {
    padding-right: 0;
  }
}
footer .inner nav ul li a {
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .inner nav ul li a {
    display: inline-block;
    padding: 3px 8px;
    font-size: 10px;
    text-align: center;
    line-height: 1.3;
  }
}
footer .inner nav ul li a:hover {
  opacity: 0.6;
}
footer .inner nav ul li img.exLink {
  width: 12px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  footer .inner nav ul li img.exLink {
    width: 10px;
  }
}
footer .copy {
  background: #E5E5E5;
  padding: 12px 0 13px;
}
footer .copy p {
  color: #888;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}