@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

body {
  font-size: 16px;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}
main, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, q, small, strong, sub, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: normal;
  font-size: 100%;
}

section {
  clear: both;
}

ol, ul, li, dl, dt, dd, p {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

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

figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

b, em, strong {
  font-weight: 600;
  font-style: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  -webkit-tap-highlight-color: rgba(153, 153, 153, 0.4);
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

u {
  text-decoration: underline !important;
}

i {
  font-style: normal;
}
i.fa {
  display: inline-block;
  margin: 4px;
}

a, input[type=submit], input[type=button], button {
  transition: all 0.3s;
  backface-visibility: hidden;
  cursor: pointer;
}

input, select, option, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

ul, ol {
  letter-spacing: -0.4em;
}
ul li, ol li {
  letter-spacing: normal;
}

::-webkit-input-placeholder {
  color: #858585;
  font-size: 14px;
} /* Chrome	*/
::-moz-placeholder {
  color: #858585;
  font-size: 14px;
} /* Firefox */
:-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
} /* IE */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:focus,
button:focus {
  outline: none;
}

/* ------------------------------------
▼カラー設定
------------------------------------ */
a {
  color: #184ED8;
  transition: 0.2s;
  opacity: 1;
}
a:hover {
  color: #1C77FF;
}

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

.spView {
  display: none;
}
@media only screen and (max-width: 640px) {
  .spView {
    display: block;
  }
}

html,
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
  margin: 0 !important;
}

main {
  background: url(../images/bg_city.png) repeat-x bottom;
  padding-top: 70px;
  padding-bottom: 200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  main {
    padding-top: 60px;
  }
}

.contentWidth {
  max-width: 1140px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.firstContent {
  margin-top: -160px;
  padding-top: 120px;
}

.articleWidth {
  max-width: 752px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.sectionWrap {
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  .sectionWrap {
    padding: 60px 0;
  }
}

.miniTitle {
  background-color: #184ED8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 16px;
  width: 170px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.miniTitle:before {
  content: "";
  background-color: #184ED8;
  left: 50%;
  transform: translateX(-50%) skewX(-10deg);
  width: 180px;
  top: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
}
.miniTitle svg {
  height: 18px;
  fill: #fff;
}

.noDate {
  padding: 60px 0;
  text-align: center;
}

.notFound .contentWidth {
  text-align: center;
}
.notFound .title {
  font-size: 18px;
  font-weight: bold;
  color: #184ED8;
  margin-bottom: 1em;
}

.mainTitle {
  width: 100%;
  border-bottom: solid 3px #184ED8;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.mainTitle__en {
  color: #94CAFF;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 2;
  width: 130px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .mainTitle__en {
    font-size: 16px;
    width: 110px;
    margin-bottom: 4px;
  }
}
.mainTitle__en:before {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #E8F1FF;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0;
}
.mainTitle__en.white:before {
  content: "";
  background-color: #fff;
}
.mainTitle__title {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #184ED8;
}
@media only screen and (max-width: 640px) {
  .mainTitle__title {
    font-size: 26px;
    gap: 10px;
  }
  .mainTitle__title img {
    width: 30px;
  }
}

.pageHead {
  padding-top: 110px;
  padding-bottom: 40px;
  background-color: #1C77FF;
  background-image: url(../images/bg_city.png);
  background-repeat: repeat-x;
  background-position: left 0px bottom 10px;
}
.pageHead .mainTitle {
  border: none;
  background-color: rgba(24, 78, 216, 0.8);
  padding: 30px 0 40px;
  margin: 0;
}
.pageHead .mainTitle__en {
  color: #fff;
  font-style: italic;
}
.pageHead .mainTitle__en:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.pageHead .mainTitle__title {
  color: #fff;
}

.sectionTitle {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 3px solid #184ED8;
  color: #184ED8;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .sectionTitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.pnkz {
  display: flex;
  gap: 4px 16px;
  padding: 16px 0;
  flex-wrap: wrap;
}
.pnkz li {
  font-size: 12px;
  font-weight: bold;
}
.pnkz li a {
  font-weight: bold;
  text-decoration: underline;
}
.pnkz li svg {
  height: 12px;
  fill: #184ED8;
}

.moreBtn01 {
  display: flex;
  justify-content: flex-end;
}
.moreBtn01 a {
  display: flex;
  align-items: center;
  color: #184ED8;
  font-weight: bold;
  font-size: 14px;
}
.moreBtn01 a svg {
  fill: #184ED8;
  position: relative;
  bottom: 2px;
  margin-left: 4px;
  transition: 0.2s;
}
.moreBtn01 a:hover svg {
  fill: #1C77FF;
}

.moreBtn02 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.moreBtn02 a {
  min-width: 290px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1C77FF;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  position: relative;
  justify-content: center;
  box-shadow: 6px 6px 0 0 #184ED8;
  border-radius: 4px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .moreBtn02 a {
    width: 100%;
    max-width: 420px;
    min-width: 100%;
  }
}
.moreBtn02 a img {
  transition: 0.2s;
  position: relative;
  left: 0;
  bottom: 2px;
}
.moreBtn02 a:hover {
  top: 4px;
  left: 4px;
  box-shadow: 0px 0px 0 0 #184ED8;
  background-color: #1342bb;
  color: #fff;
}
.moreBtn02 a:hover img {
  left: 6px;
}

.capsuleBtn {
  display: flex;
  align-items: center;
  background-color: #E8F1FF;
  border-radius: 50px;
  border: solid 4px #184ED8;
  width: 460px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 10px 0 0px #F0EBEB;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .capsuleBtn {
    width: 100%;
    max-width: 414px;
  }
}
.capsuleBtn:hover {
  box-shadow: 0px 0px 0 0px #F0EBEB;
  top: 10px;
  background-color: transparent;
}
.capsuleBtn:hover .icon svg {
  transform: rotate(13deg);
}
.capsuleBtn:hover .icon:after {
  width: 100%;
}
.capsuleBtn:hover .text {
  color: #fff;
}
.capsuleBtn .icon {
  background-color: #184ED8;
  padding: 20px 30px;
}
@media only screen and (max-width: 640px) {
  .capsuleBtn .icon {
    padding: 14px 24px;
  }
}
.capsuleBtn .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #184ED8;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  z-index: -1;
}
.capsuleBtn .icon svg {
  width: 42px;
  height: auto;
  fill: #fff;
  transform: rotate(0deg);
  transition: 0.2s;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .capsuleBtn .icon svg {
    width: 28px;
  }
}
.capsuleBtn .text {
  flex: 1;
  color: #184ED8;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .capsuleBtn .text {
    font-size: 18px;
  }
}

.snsLink {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .snsLink {
    justify-content: center;
  }
}
.snsLink a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0px 0 rgba(13, 50, 141, 0);
}
.snsLink a:hover {
  background-color: #E8F1FF;
  box-shadow: 0 0 10px 0 #0d328d;
}
.snsLink a img {
  width: 24px;
  height: auto;
}
.snsLink a.note img {
  width: 50px;
}

.pnavi {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 50px 0;
}
@media only screen and (max-width: 640px) {
  .pnavi {
    gap: 4px;
  }
}
.pnavi svg {
  width: 16px;
  fill: #184ED8;
  transition: 0.2s;
}
.pnavi .page-numbers {
  background-color: #94CAFF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
.pnavi .page-numbers.current, .pnavi .page-numbers:hover {
  background-color: #184ED8;
}
.pnavi .page-numbers.prev, .pnavi .page-numbers.next {
  background-color: transparent;
  width: auto;
}
.pnavi .page-numbers.prev:hover svg, .pnavi .page-numbers.next:hover svg {
  fill: #94CAFF;
}

.headerMargin {
  margin-top: 70px;
}

.header {
  border-top: solid 6px #184ED8;
  /* padding: 10px 0; */
  width: 100%;
  background-color: white;
  transition: 0.3s;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media only screen and (max-width: 640px) {
  .header nav {
    height: 60px;
  }
}
.header__logo a {
  display: flex;
  max-width: 250px;
}
@media only screen and (max-width: 640px) {
  .header__logo a {
    max-width: 175px;
  }
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo a svg {
  width: 100%;
  height: auto;
}
.header #menu-glnav {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .header #menu-glnav {
    gap: 20px;
  }
}
.header #menu-glnav a {
  font-weight: bold;
  transition: 0.2s;
}
.header #menu-glnav a:before {
  content: "";
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 10px);
  height: 0.5em;
  background-color: #E8F1FF;
}
.header #menu-glnav a:hover, .header #menu-glnav a[aria-current=page] {
  color: #1C77FF;
  position: relative;
  z-index: 1;
}
.header #menu-glnav a:hover:before, .header #menu-glnav a[aria-current=page]:before {
  content: "";
  opacity: 1;
  z-index: -1;
  bottom: -3px;
}

.menuBtn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .menuBtn {
    display: flex;
  }
}
.menuBtn__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #184ED8;
  position: relative;
  transition: 0.3s;
}
.menuBtn__line:before, .menuBtn__line:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #184ED8;
  left: 0;
  transition: 0.3s;
}
.menuBtn__line:before {
  top: 10px;
}
.menuBtn__line::after {
  bottom: 10px;
}
.menuBtn.close .menuBtn__line {
  background-color: transparent;
}
.menuBtn.close .menuBtn__line:before {
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.menuBtn.close .menuBtn__line:after {
  transform: rotate(45deg);
  transform-origin: left top;
}

.spMenuWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.spMenuWrap .spMenu {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background-color: #184ED8;
  background-image: url(../images/bg_city.png);
  background-repeat: repeat-x;
  background-position: left 0px bottom 50px;
  background-size: 60%;
  padding: 0 16px;
  width: 100vw;
  height: 100vh;
}
.spMenuWrap .spMenu a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 0;
}
.spMenuWrap .spMenu .menu-glnav-container {
  display: block;
}
.spMenuWrap .spMenu .menu-glnav-container ul li {
  border-top: dashed 1px rgba(255, 255, 255, 0.7);
}
.spMenuWrap .spMenu .menu-glnav-container ul li:last-child {
  border-bottom: dashed 1px rgba(255, 255, 255, 0.7);
}
.spMenuWrap .spMenu .snsLink {
  justify-content: center;
  padding: 25px 0;
}
.spMenuWrap .spMenu .snsLink a {
  padding: 0;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .menu-glnav-container {
    display: none;
  }
}
.newsListWrap {
  margin-bottom: 20px;
}

.newsList {
  margin-bottom: 16px;
}
.newsList__detail {
  border-bottom: 1px solid #94CAFF;
  display: flex;
  align-items: center;
}
.newsList__detail--link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
}
@media only screen and (max-width: 640px) {
  .newsList__detail--link {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px 0;
  }
}
.newsList__detail a.linkVer {
  transition: 0.2s;
  position: relative;
}
.newsList__detail a.linkVer .title {
  transition: 0.2s;
}
.newsList__detail a.linkVer svg {
  width: 16px;
  fill: #94CAFF;
  position: absolute;
  left: 0;
  top: 49%;
  transition: 0.2s;
  transform: translateY(-49%);
}
@media only screen and (max-width: 640px) {
  .newsList__detail a.linkVer svg {
    position: relative;
    left: -4px;
    top: 2px;
    transform: none;
  }
}
.newsList__detail a.linkVer:hover {
  background-color: #E8F1FF;
}
.newsList__detail a.linkVer:hover .title {
  color: #184ED8;
}
.newsList__detail a.linkVer:hover svg {
  fill: #184ED8;
}
.newsList__detail .date {
  color: #A2AAB5;
  margin-right: 20px;
  min-width: 90px;
}
@media only screen and (max-width: 640px) {
  .newsList__detail .date {
    align-self: flex-end;
    margin-right: 0;
    margin-top: 10px;
  }
}
.newsList__detail .title {
  color: #303841;
  font-weight: bold;
}

.blogListWrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.blogListWrap .blogList:first-child:before, .blogListWrap .blogList:first-child:after,
.blogListWrap .blogList:nth-child(3n+1):before,
.blogListWrap .blogList:nth-child(3n+1):after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .blogListWrap .blogList:first-child:before, .blogListWrap .blogList:first-child:after,
  .blogListWrap .blogList:nth-child(3n+1):before,
  .blogListWrap .blogList:nth-child(3n+1):after {
    content: none;
  }
}
.blogListWrap .blogList:first-child:before,
.blogListWrap .blogList:nth-child(3n+1):before {
  left: 0;
}
.blogListWrap .blogList:first-child:after,
.blogListWrap .blogList:nth-child(3n+1):after {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .blogListWrap .blogList:first-child:before, .blogListWrap .blogList:first-child:after,
  .blogListWrap .blogList:nth-child(2n+1):before,
  .blogListWrap .blogList:nth-child(2n+1):after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  .blogListWrap .blogList:first-child:before, .blogListWrap .blogList:first-child:after,
  .blogListWrap .blogList:nth-child(2n+1):before,
  .blogListWrap .blogList:nth-child(2n+1):after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .blogListWrap .blogList:first-child:before,
  .blogListWrap .blogList:nth-child(2n+1):before {
    left: 0;
  }
  .blogListWrap .blogList:first-child:after,
  .blogListWrap .blogList:nth-child(2n+1):after {
    right: 0;
  }
}

.blogList {
  position: relative;
  z-index: 2;
  margin-bottom: 85px;
  background-color: #fff;
  max-width: 340px;
  width: calc(33.3333333333% - 27px);
}
@media only screen and (max-width: 768px) {
  .blogList {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .blogList {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
  }
}
.blogList__box {
  display: block;
  width: 100%;
}
.blogList__box:hover {
  background-color: #E8F1FF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.blogList__box:hover img {
  opacity: 0.7;
}
.blogList__box--image {
  position: relative;
  bottom: 35px;
  background-color: #fff;
}
.blogList__box--image img {
  border-radius: 4px 4px 0 0;
  transition: 0.2s;
}
.blogList__box .label {
  position: absolute;
  top: 15px;
  left: -10px;
  z-index: 1;
}
.blogList__box .label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #082e67 transparent transparent;
  border-width: 0px 12px 10px 0px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.blogList__box--text {
  padding: 0 16px;
  position: relative;
  bottom: 18px;
}
.blogList__box--text .title {
  height: 3em;
  margin-bottom: 10px;
  color: #303841;
  font-weight: bold;
}
.blogList__box--text .date {
  font-size: 12px;
  color: #ADB5BE;
  text-align: right;
}

.label {
  display: inline-block;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 0 3px 3px 0;
  background-color: #0a46a1;
  color: #fff;
  font-weight: bold;
}
.label.design {
  background-color: #FFA7A7;
}
.label.design:before {
  content: "";
  border-color: transparent #DE8A8A transparent transparent;
}
.label.programing {
  background-color: #5178DC;
}
.label.programing:before {
  content: "";
  border-color: transparent #214EC2 transparent transparent;
}
.label.interview {
  background-color: #32C8AD;
}
.label.interview:before {
  content: "";
  border-color: transparent #29A38D transparent transparent;
}

#company .comapnyBox {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #company .comapnyBox {
    flex-direction: column;
  }
}
#company .comapnyBox__image {
  max-width: 455px;
  width: 50%;
  position: relative;
  left: 50px;
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  #company .comapnyBox__image {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  #company .comapnyBox__image {
    display: none;
  }
}
#company .comapnyBox__detail {
  background-color: #E8F1FF;
  border-radius: 30px 0 0 30px;
  padding: 100px 90px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #company .comapnyBox__detail {
    padding: 60px;
    padding-top: 0;
    margin-top: 30px;
    border-radius: 30px;
    width: 100%;
  }
  #company .comapnyBox__detail > img {
    position: relative;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  #company .comapnyBox__detail > img {
    top: -20px;
  }
}
@media only screen and (max-width: 640px) {
  #company .comapnyBox__detail {
    padding: 0 20px 60px;
    margin-top: 10px;
  }
}
#company .comapnyBox__detail h3 {
  font-size: 40px;
  color: #184ED8;
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #company .comapnyBox__detail h3 {
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 640px) {
  #company .comapnyBox__detail h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
}
#company .comapnyBox__detail p {
  margin-bottom: 1em;
}
#company .comapnyBox__detail::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #E8F1FF;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #company .comapnyBox__detail::before {
    content: none;
  }
}

footer {
  background-color: #184ED8;
  position: relative;
  z-index: 20;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 640px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
}
.footer__menu .menu-footermenu-container {
  width: calc(100% - 190px);
  padding: 0 16px;
}
@media only screen and (max-width: 640px) {
  .footer__menu .menu-footermenu-container {
    width: 100%;
  }
}
.footer__menu #menu-footermenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 640px) {
  .footer__menu #menu-footermenu {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content max-content 1fr auto;
    grid-column-gap: 20px;
  }
}
.footer__menu #menu-footermenu > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.footer__menu #menu-footermenu > li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1C77FF;
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
}
.footer__menu #menu-footermenu > li a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 0px transparent;
  padding-bottom: 0;
}
.footer__menu #menu-footermenu > li a:hover {
  opacity: 0.7;
  border-bottom: solid 2px #E8F1FF;
  padding-bottom: 4px;
}
.footer__menu #menu-footermenu li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.footer__menu #menu-footermenu li:nth-child(2) {
  grid-area: 2/1/3/2;
}
.footer__menu #menu-footermenu li:nth-child(3) {
  grid-area: 3/1/4/2;
}
.footer__menu #menu-footermenu li:nth-child(4) {
  grid-area: 1/2/4/3;
}
.footer__menu #menu-footermenu li:nth-child(5) {
  grid-area: 1/3/4/4;
}
@media only screen and (max-width: 640px) {
  .footer__menu #menu-footermenu li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .footer__menu #menu-footermenu li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .footer__menu #menu-footermenu li:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .footer__menu #menu-footermenu li:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .footer__menu #menu-footermenu li:nth-child(5) {
    grid-area: 3/2/4/3;
  }
}
.footer__menu .sub-menu li {
  margin-top: 10px;
}
.footer__menu .sub-menu li:before {
  content: "・";
  margin-right: 4px;
  color: #fff;
}
.footer__menu .sub-menu li a {
  font-size: 16px !important;
}
.footer__menu .footerMan {
  align-self: flex-end;
  position: relative;
  right: 80px;
  top: 60px;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .footer__menu .footerMan {
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu .footerMan {
    position: static;
    margin: 60px auto 0;
  }
}
.footer__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .footer__detail {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .footer__detail--logo {
    margin-bottom: 25px;
  }
}
.footer__detail--logo a {
  display: block;
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .footer__detail--logo a {
    width: 260px;
  }
}
.footer__detail--logo a svg {
  width: 100%;
  height: auto;
}
.footer__detail--logo a svg path {
  fill: #fff;
}
.footer__detail--logo a:hover {
  opacity: 0.7;
}
.footer__detail--logo p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .footer__detail--logo p {
    font-size: 14px;
  }
}
.footer__detail--btn {
  margin-top: 10px;
}
.footer__detail--btn .capsuleBtn {
  width: 300px;
  margin-right: 0;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 0 0px 0 rgba(13, 50, 141, 0);
}
.footer__detail--btn .capsuleBtn:hover {
  box-shadow: 0 0 10px 0 #0d328d;
  background-color: #fff;
  top: 0;
}
.footer__detail--btn .capsuleBtn .icon {
  padding: 12px 24px;
  background-color: #1C77FF;
}
.footer__detail--btn .capsuleBtn .icon svg {
  width: 20px;
  height: auto;
}
.footer__detail--btn .capsuleBtn .text {
  font-size: 20px;
  color: #184ED8 !important;
}

.copyright {
  display: block;
  background-color: #fff;
  color: #184ED8;
  text-align: center;
  font-size: 14px;
  padding: 16px 0;
  font-weight: bold;
}

.pageTop {
  background-color: rgba(24, 78, 216, 0.6);
  border: solid 1px #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
  box-shadow: 0 0 10px 0px rgba(13, 50, 141, 0.4);
}
@media only screen and (max-width: 768px) {
  .pageTop {
    right: 16px;
    bottom: 40px;
  }
}
.pageTop:hover {
  background-color: rgba(24, 78, 216, 0.8);
}
.pageTop svg {
  width: 26px;
  fill: #fff;
  transform: rotate(-90deg);
}