/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  margin: 20px auto;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #0080CC 0%, #0080CC 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #0080CC 0%, #0080CC 100%);
}

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  /* min-width: 1200px; */
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  body {
    min-width: 641px;
  }
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  /* min-width: 1200px; */
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .wrapper {
    min-width: 641px;
    overflow: hidden;
  }
}
@media screen and (max-width: 810px) and (min-width: 769px) {
  .wrapper {
    min-width: 800px;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    min-width: 320px;
    overflow: hidden;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 10px;
  }
}

.container1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.container2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .container2 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .container2 {
    padding: 0 10px;
  }
}

.container3 {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}

main {
  display: block;
  position: relative;
  z-index: 1;
}

.c-header {
  padding: 14px 20px;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-header {
    padding-top: 20px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 640px) {
  .c-header {
    padding: 13px 0px 13px;
  }
}

.c-header__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-right: 200px;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .c-header__inline {
    padding-right: 140px;
  }
}
@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-header__inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .c-header__inline {
    padding-left: 10px;
  }
}

.c-header__logo {
  width: 165px;
}

@media screen and (max-width: 640px) {
  .c-header__logo {
    width: auto;
  }
}

.c-header__logo a {
  display: block;
}

@media screen and (max-width: 640px) {
  .c-header__logo__img {
    display: none;
  }
}

.c-header__logo p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-align: right;
  padding-right: 5px;
}

@media screen and (max-width: 640px) {
  .c-header__logo p {
    font-size: 1rem;
  }
}

.c-header__btn-menu {
  display: none;
}

@media screen and (max-width: 640px) {
  .c-header__btn-menu {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
  }
  .c-header__btn-menu .bar1,
  .c-header__btn-menu .bar2,
  .c-header__btn-menu .bar3 {
    width: 30px;
    height: 3px;
    background-color: #0080CC;
    margin: 4px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.c-header .is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 4px);
          transform: rotate(-45deg) translate(-3px, 4px);
}

.c-header .is-open .bar2 {
  opacity: 0;
}

.c-header .is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -6px);
          transform: rotate(45deg) translate(-7px, -6px);
}

@media screen and (max-width: 640px) {
  .navigation {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    padding-bottom: 50px;
  }
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .navigation ul {
   
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 32px;
     padding-bottom: 40px;
  }
}

.navigation ul li.current a span, .navigation ul li:hover a span {
  border-bottom: 2px solid #0080CC;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .navigation ul li.current a span, .navigation ul li:hover a span {
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 640px) {
  .navigation ul li.current a span, .navigation ul li:hover a span {
    border-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .navigation ul li.current a, .navigation ul li:hover a {
    background-color: #F5F5F5;
  }
}

.navigation ul li:hover .navigation ul a.c-recruit, .navigation ul li:hover .c-recruit {
  background-color: #005384;
}

.navigation ul a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #0080CC;
  letter-spacing: 0.02rem;
  line-height: 30px;
  display: block;
  padding: 10px 15px 9px;
}

@media only screen and (max-width: 1100px) and (min-width: 769px)  {
  .navigation ul a {
    font-size: 1.3vw;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 641px)  {
  .navigation ul a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .navigation ul a {
    font-size: 2rem;
    padding: 15px 15px 15px 20px;
  }
  .navigation ul a:before {
    content: url("../img/common/icon_menu.svg");
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
}

.navigation ul a.c-recruit, .c-recruit {
  width: 185px;
  line-height: 50px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.124rem;
  line-height: 50px;
  font-weight: 300;
  background-color: #0080CC;
  border-radius: 9px;
  text-align: center;
  position: absolute;
  right: 0;
  padding: 0;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .navigation ul a.c-recruit, .c-recruit {
    width: 130px;
    font-size: 1.4vw;
 }
}
@media screen and (max-width: 768px) and (min-width: 641px) {
  .navigation ul a.c-recruit, .c-recruit {
    top: 0;
    width: 157px;
    line-height: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .navigation ul a.c-recruit, .c-recruit {
    width: 122px;
    line-height: 38px;
    font-size: 1.4rem;
    right: 60px;
  }
}

.navigation ul a.c-recruit:hover, .c-recruit:hover {
  background-color: #005384;
}

.navigation ul a.c-recruit img, .c-recruit img {
  margin-right: 10px;
  vertical-align: inherit;
}

@media screen and (max-width: 640px) {
  .navigation ul a.c-recruit img, .c-recruit img {
    vertical-align: sub;
  }
}

a.lisp {
  display: none;
}

@media screen and (max-width: 640px) {
  a.lisp {
    display: block;
    background-color: #0080CC;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: relative;
    border-radius: 9px;
    margin: 0 20px;
    padding: 15px 15px 15px 0;
  }
  a.lisp img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 640px) {
  .notsp {
    display: none !important;
  }
}

.c-footer {
  padding-top: 20px;
  margin-top: 80px;
  border-top: 1px solid #0080CC;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-footer {
    margin-top: 60px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer {
    margin-top: 60px;
    padding-top: 10px;
  }
}

.c-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 220px;
}

@media screen and (max-width: 1080px) and (min-width: 769px){
.c-footer__top {
    padding-right: 150px;
}
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__top {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-footer__top .navigation {
    padding-right: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__top .navigation {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-footer__top .c-recruit {
    width: 185px;
    line-height: 50px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__top .c-recruit {
    display: none;
  }
}

.c-footer__logo a {
  display: block;
  width: 164px;
}

@media screen and (max-width: 768px) {
  .c-footer__logo a  {
    width: 100px;
  }
}
.c-footer__logo p {
  font-size: .8rem;
  color: #3C3C3C;
  padding-right: 5px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .c-footer__logo .head {
    display: none;
  }
}

.c-footer__link {
  text-align: right;
  padding: 12px 0 15px;
  border-top: 1px solid #EFEFEF;
  margin-top: 20px;
  padding-right: 100px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-footer__link {
    margin-top: 5px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__link {
    margin-top: 5px;
    padding: 20px 10px;
  }
}

.c-footer__link a {
  font-size: 1.4rem;
  color: #A0A0A0;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .c-footer__link a {
    font-size: 1.2rem;
  }
}

.c-footer__text {
    font-size: 1.2rem;
    color: #fff;
    background-color: #0080CC;
    text-align: center;
    line-height: 47px;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-footer__text {
    font-size: 1.2rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__text {
    font-size: 1rem;
    line-height: 30px;
  }
}

.c-footer .c-recruit {
  right: 20px;
}

.c-tt1 {
  font-size: 3.4rem;
  color: #0080CC;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tt1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .c-tt1 {
    font-size: 2.4rem;
  }
}

.c-tt2 {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 45px;
  letter-spacing: 0.024rem;
  color: #FF5800;
}

@media screen and (max-width: 640px) {
  .c-tt2 {
    font-size: 2.2rem;
    line-height: 30px;
  }
}

.c-tt3 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 38px;
  letter-spacing: 0.14rem;
  color: #0080CC;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tt3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .c-tt3 {
    font-size: 2rem;
    line-height: 32px;
  }
}

.c-text1 {
  font-size: 1.6rem;
  color: #3C3C3C;
  line-height: 28px;
  letter-spacing: 0.4px;
  font-weight: 300;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 640px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 22px;
  }
}

.c-btn1 {
  width: 353px;
  line-height: 66px;
  background-color: #0080CC;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.024rem;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 9px;
}

.c-btn1:hover{
  background-color: #005384;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-btn1 {
    font-size: 2rem;
    line-height: 54px;
  }
}

@media screen and (max-width: 640px) {
  .c-btn1 {
    max-width: 300px;
    width: 100%;
    line-height: 50px;
    font-size: 1.8rem;
  }
}

.c-btn1 img {
  margin-right: 15px;
}

.c-btn1--style1 {
  background-color: #005384;
  margin-left: 35px;
}

.c-btn1--style1:hover{
  background-color: #0080CC;
}

@media screen and (max-width: 640px) {
  .c-btn1--style1 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.gr-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .gr-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .gr-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}

.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tab {
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .c-tab {
    margin-top: 37px;
  }
}

.c-tab__link {
  width: 50%;
  display: block;
  line-height: 84px;
  text-align: center;
  color: #0080CC;
  cursor: pointer;
  font-size: 2.6rem;
   font-weight: 300;
  letter-spacing: .024rem;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tab__link {
    line-height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .c-tab__link {
    font-size: 1.6rem;
    letter-spacing: .01rem;
    line-height: 50px;
  }
}

.c-tab .tab1 {
  width: 46%;
  position: relative;
  color: #0080CC;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .c-tab .tab1 {
    padding-top: 0;
  }
}

.c-tab .tab1:before {
  content: "";
  width: 110%;
  height: 84px;
  border: 1px solid #0080CC;
  border-bottom: 0;
  border-radius: 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tab .tab1:before {
    height: 62px;
  }
}

@media screen and (max-width: 640px) {
  .c-tab .tab1:before {
    height: 48px;
  }
}

.c-tab .tab1.is-current {
  background-color: #0080CC;
  color: #fff;
  position: relative;
  border: 0;
  width: 54%;
  line-height: 94px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 0;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tab .tab1.is-current {
    line-height: 66px;
  }
}

@media screen and (max-width: 640px) {
  .c-tab .tab1.is-current {
    line-height: 52px;
  }
}

.c-tab .tab1.is-current:before {
  border: 0;
  border-radius: 0;
}

.c-tab .tab2 {
  color: #3C3C3C;
  width: 46%;
  position: relative;
  padding-top: 10px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 640px) {
  .c-tab .tab2 {
    padding-top: 0;
  }
}

.c-tab .tab2:before {
  content: "";
  width: 110%;
  height: 84px;
  border: 1px solid #3C3C3C;
  border-radius: 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tab .tab2:before {
    height: 62px;
  }
}

@media screen and (max-width: 640px) {
  .c-tab .tab2:before {
    height: 48px;
  }
}

.c-tab .tab2.is-current {
  width: 54%;
  background-color: #3C3C3C;
  color: #fff;
  position: relative;
  line-height: 94px;
  border: 0;
  padding-top: 0;
  border-radius: 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tab .tab2.is-current {
    line-height: 66px;
  }
}

@media screen and (max-width: 640px) {
  .c-tab .tab2.is-current {
    line-height: 52px;
  }
}

.c-tab .tab2.is-current:before {
  border: 0;
  border-radius: 0;
}

.c-tab__content {
  padding: 40px 40px 60px;
  display: none;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-tab__content {
    padding: 20px 20px 40px;
  }
}

@media screen and (max-width: 640px) {
  .c-tab__content {
    padding: 5px 10px 40px;
  }
}

.c-tab__content.is-current {
  display: inherit;
  background-color: #fcfdfd;
}

#tab-1 {
  border: 3px solid #0080CC;
}

#tab-2 {
  border: 3px solid #3C3C3C;
}

.c-table table {
  border-collapse: collapse;
}

.c-table th {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    color: #0B0B0B;
    line-height: 30px;
    border-collapse: collapse;
    letter-spacing: 0.075rem;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-table th {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 640px) {
  .c-table th {
    font-size: 1.6rem;
    line-height: 21px;
  }
}

.c-table td {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    color: #0B0B0B;
    line-height: 24px;
    border-collapse: collapse;
    letter-spacing: 0.075rem;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-table td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .c-table td {
    font-size: 1.4rem;
    line-height: 21px;
  }
}

@media screen and (max-width: 640px) {
  .c-table tr {
    display: grid;
  }
}

.c-table .left {
  padding-left: 60px;
  padding-top: 15px;
  padding-right: 30px;
  width: 220px;
  vertical-align: top;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-table .left {
    padding-left: 20px;
    width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .c-table .left {
    width: 100%;
    padding: 15px 10px 5px;
    border-bottom: 0 !important;
    display: block;
  }
}

.c-table .right {
  width: calc(100% - 220px);
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  padding-left: 40px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-table .right {
    padding-left: 16px;
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 640px) {
  .c-table .right {
    width: 100%;
    padding: 10px;
    display: block;
  }
}

.c-table .style_bot {
  border-bottom: 5px solid #0080CC;
}

@media screen and (max-width: 640px) {
  .c-table .style_bot {
    border-bottom: 4px solid #0080CC;
  }
}

.c-table .style_bot01 {
  border-bottom: 5px solid #3C3C3C;
}

@media screen and (max-width: 640px) {
  .c-table .style_bot01 {
    border-bottom: 4px solid #3C3C3C;
  }
}

.table_com {
  margin-top: 60px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .table_com {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .table_com {
    margin-top: 35px;
  }
}

.table_com table {
  border-collapse: collapse;
}

@media screen and (max-width: 640px) {
  .table_com tr {
    display: grid;
  }
  .table_com tr:last-child td {
    border-bottom: 1px solid #CBCBCB;
  }
}

.table_com th {
  font-size: 1.6rem;
  color: #0B0B0B;
  font-weight: 400;
  letter-spacing: 0.075rem;
  line-height: 30px;
  background-color: #F7F7F7;
  border: 1px solid #CBCBCB;
  border-collapse: collapse;
  padding: 12px 20px;
  width: 287px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .table_com th {
    font-size: 1.4rem;
    width: 220px;
  }
}

@media screen and (max-width: 640px) {
  .table_com th {
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 25px;
    border-bottom: 0;
    display: block;
  }
}

.table_com td {
  font-size: 1.6rem;
  color: #0B0B0B;
  font-weight: 400;
  letter-spacing: 0.075rem;
  line-height: 30px;
  border: 1px solid #CBCBCB;
  border-collapse: collapse;
  padding: 12px 20px;
  width: calc(100% - 287px);
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .table_com td {
    font-size: 1.4rem;
    width: calc(100% - 220px);
    padding: 12px 30px;
  }
}

@media screen and (max-width: 640px) {
  .table_com td {
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 25px;
    border-bottom: 0;
    display: block;
  }
}

.table_com td ul {
  list-style: decimal;
  padding-left: 22px;
}

/*! Yaku Han JP v3.2.0 (OFL-1.1 AND MIT) by Qrac */
/*! Type: YakuHanJP - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJP-Thin.eot");
  src: url("../fonts/YakuHanJP-Thin.woff2") format("woff2"), url("../fonts/YakuHanJP-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJP-Light.eot");
  src: url("../fonts/YakuHanJP-Light.woff2") format("woff2"), url("../fonts/YakuHanJP-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJP-DemiLight.eot");
  src: url("../fonts/YakuHanJP-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJP-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJP-Regular.eot");
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJP-Medium.eot");
  src: url("../fonts/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJP-Bold.eot");
  src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJP-Black.eot");
  src: url("../fonts/YakuHanJP-Black.woff2") format("woff2"), url("../fonts/YakuHanJP-Black.woff") format("woff");
}

.work-modal {
  display: none;
}

.inter-modal {
  display: none;
}

.lightBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* padding-top: 200px;
  padding-bottom: 200px; */
}

.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}

.lightBox__inner {
  border: 4px solid #0080CC;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .lightBox__inner {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .lightBox__inner {
    padding: 20px;
    width: calc(100% - 20px);
    border: 2px solid #0080CC;
  }
}

.lightBox__inner .contents {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lightBox__inner .lightBox__close {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0080CC;
  width: 117px;
  line-height: 40px;
  border-radius: 9px;
  cursor: pointer;
}

.lightBox__inner .lightBox__close img {
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .lightBox__inner .lightBox__close {
    margin-top: 20px;
  }
}

.style .lightBox__inner .lightBox__close {
  margin-right: 0px;
}

.style .lightBox__inner {
  overflow-y: scroll;
  max-height: 95%;
  max-width: 100%;

}

/* @media screen and (max-width: 768px) {
  .style .lightBox__container {
    overflow-y: scroll;
    max-height: 100%;
    height: calc(100% - 20px);
    max-width: 100%;
  }
} */

@media screen and (max-width: 640px) {
  .style .lightBox__inner {
    max-height: 100%;
    height: calc(100% - 40px);
  }
}

.top_slider {
  padding-top: 100vh;
}

.top_slider__banner {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  position: fixed;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top_slider__banner {
    height: calc(100vh - 124px);
    top: 124px;
  }
}

@media screen and (max-width: 640px) {
  .top_slider__banner {
    height: calc(100vh - 67px);
  }
}

.top_slider__banner__inline {
  max-width: 960px;
  width: 100%;
  height: calc(100vh - 80px);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top_slider__banner__inline {
    max-width: 688px;
    height: calc(100vh - 184px);
  }
}

@media screen and (max-width: 640px) {
  .top_slider__banner__inline {
    max-width: 100%;
    padding: 0 20px;
    height: calc(100vh - 127px);
  }
}

.top_slider__banner__text {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.top_slider__banner__text span {
    font-size: 4.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 87px;
    letter-spacing: 0.2rem;
    background-color: #0080CC;
    padding: 0 10px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top_slider__banner__text span {
    font-size: 4rem;
    line-height: 66px;
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 640px) {
  .top_slider__banner__text span {
    font-size: 2.8rem;
    line-height: 47px;
    letter-spacing: 0.01rem;
  }
}

.top_slider__banner__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .top_slider__banner__bottom {
    height: 60px;
    background-color: transparent;
    width: calc(100% - 20px);
  }
}


.top_slider__banner__bottom p {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  color: #0080CC;
}

@media screen and (max-width: 768px) {
  .top_slider__banner__bottom p {
    display: none;
  }
}

.top_slider__banner__bottom__scroll {
  font-size: 2rem;
  letter-spacing: 0.024rem;
  line-height: 30px;
  color: #0080CC;
  font-weight: 400;
  padding-bottom: 40px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top_slider__banner__bottom__scroll {
    padding-bottom: 35px;
    /* bottom: 0; */
    /* top: auto; */
        top: 0;
  }
}

@media screen and (max-width: 640px) {
  .top_slider__banner__bottom__scroll {
    font-size: 1.6rem;
        top: 0;
  }
}

.top_slider__banner__bottom__scroll:before {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #0080CC;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .top_slider__banner__bottom__scroll:before {
    height: 26px;
    bottom: 10px;
  }
}

.backstretch {
  margin-top: 80px !important;
  overflow: inherit !important;
  width: 100% !important;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .backstretch {
    margin-top: 124px !important;
  }
}

.top {
  background-color: #fff;
}

.top .about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top .about {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.top .about:before {
  content: '';
  width: 77%;
  height: 100%;
  background-color: #0080CC;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .about:before {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  .top .about:before {
    width: calc(100% - 10px);
  }
}

.top .about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
}

@media screen and (max-width: 640px) {
  .top .about__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .about__nav {
    padding-left: 0;
  }
}

.top .about__nav li:first-child {
  width: 420px;
  margin-right: 40px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .about__nav li:first-child {
    padding-top: 30px;
    margin-right: 10px;
    width: 393px;
  }
}

@media screen and (max-width: 640px) {
  .top .about__nav li:first-child {
    width: 100%;
    padding: 40px 10px 0;
  }
}

.top .about__nav li:first-child .c-tt1 {
  margin-bottom: 30px;
  color: #fff;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .about__nav li:first-child .c-tt1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .about__nav li:first-child .c-tt1 {
    margin-bottom: 15px;
  }
}

.top .about__nav li:first-child .c-text1 {
  color: #fff;
}

.top .about__nav li:last-child {
  width: 560px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .about__nav li:last-child {
    width: 325px;
  }
}

@media screen and (max-width: 640px) {
  .top .about__nav li:last-child {
    width: 100%;
    padding-right: 10px;
  }
  .top .about__nav li:last-child img {
    width: 100%;
  }
}

.top .about__nav li:last-child img {
  max-width: 100%;
}

.top .about__nav li:last-child p:first-child {
  margin-bottom: 20px;
}

.top .work {
  padding-top: 108px;
  overflow: hidden;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top .work {
    padding-top: 40px;
  }
}

.top .work__top {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__top {
    max-width: 768px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__top {
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .top .work__top__head {
    padding: 0 10px;
  }
}

.top .work .c-text1 {
  margin-top: 15px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work .c-text1 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .top .work .c-text1 {
    margin-top: 5px;
  }
}

.top .work__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

@media screen and (max-width: 640px) {
  .top .work__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .work__nav li:first-child {
  width: 400px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__nav li:first-child {
    width: 288px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__nav li:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10px;
  }
  .top .work__nav li:first-child p {
    width: 50%;
  }
  .top .work__nav li:first-child p img {
    width: 100%;
  }
}

.top .work__nav li:first-child img {
  max-width: 100%;
}

.top .work__nav li:last-child {
  width: 600px;
  padding-left: 40px;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__nav li:last-child {
    width: 440px;
    padding-top: 60px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__nav li:last-child {
    padding: 40px 10px 30px 20px;
    width: 100%;
  }
}

.top .work__nav li:last-child:before {
  content: '';
  width: 500%;
  height: 100%;
  background-color: #EFF3F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .top .work__nav li:last-child:before {
    left: 10px;
  }
}

.top .work__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__nav__list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__nav__list {
    margin-top: 15px;
  }
}

.top .work__nav__list dt {
  font-size: 2rem;
  letter-spacing: 0.03rem;
  color: #fff;
  background-color: #0080CC;
  padding: 15px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  font-weight: 300;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__nav__list dt {
    padding: 10px;
    margin-bottom: 15px;
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__nav__list dt {
    width: 40px;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.top .work__nav__list dd {
  width: calc(100% - 54px);
  font-size: 1.8rem;
  letter-spacing: 0.03rem;
  line-height: 24px;
  color: #0080CC;
  padding: 15px 20px;
  border: 1px solid #0080CC;
  background-color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__nav__list dd {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 23px;
    margin-bottom: 15px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 640px) {
  .top .work__nav__list dd {
    font-size: 1.4rem;
    width: calc(100% - 40px);
    margin-bottom: 10px;
    line-height: 22px;
    padding: 10px;
  }
}

.top .work__bottom {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__bottom {
    padding: 0 20px;
    max-width: 768px;
    padding-top: 60px;
  }
  .top .work__bottom .c-tt1 {
    font-size: 3.4rem;
  }
  .top .work__bottom .c-text1 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .top .work__bottom {
    padding: 40px 10px 0;
  }
}

.top .work__box {
  padding: 40px 39px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  border: 1px solid #0080CC;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__box {
    padding: 20px 20px 3px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 0;
  }
}

.top .work__box__video {
  width: 400px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__box__video {
    width: 343px;
    height: 462px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__box__video {
    width: 100%;
    height: 450px;
  }
}

.top .work__box__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top .work__box__right {
  width: 380px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__box__right {
    width: 323px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__box__right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.top .work__box__lstimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .work__box__lstimg .img-link {
  display: block;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.top .work__box__lstimg .img-link:hover .img-link__zoom {
  opacity: 1;
}

.top .work__box__lstimg .img-link img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .top .work__box__lstimg .img-link img {
    width: 100%;
  }
}

.top .work__box__lstimg .img-link__zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  color: #005384;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  padding-top: 38%;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top .work__box__lstimg .img-link__zoom:before {
  content: url("../img/common/zoom.svg");
  position: absolute;
  top: 32%;
}

.top .work__box__lstimg li {
  margin-bottom: 26px;
}
@media screen and (max-width: 910px) and (min-width: 769px) {
    .top .work__box__lstimg li {
      width: 48%;
}
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__box__lstimg li {
    width: 48%;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 640px) {
  .top .work__box__lstimg li {
    width: 49%;
    margin-bottom: 10px;
  }
}

.top .work__box__lstimg li:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 910px) and (min-width: 769px) {
.top .work__box__lstimg li:not(:nth-child(2n)) {
    margin-right: 4%;
}
}
@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .work__box__lstimg li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 640px) {
  .top .work__box__lstimg li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.top .career {
  padding-top: 92px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top .career {
    padding-top: 40px;
  }
}

.top .career .c-tt1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__one {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__one {
    padding: 0 10px;
  }
}

.top .career__one .c-tt1 {
  line-height: 50px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__one .c-tt1 {
    font-size: 2.6rem;
    line-height: 44px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__one .c-tt1 {
    text-align: left;
    line-height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__one .c-text1 {
    text-align: left;
  }
}

.top .career__two {
  background: url("../img/top/ca_img01@2x.png") no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 107px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__two {
    margin-top: 55px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__two {
    background: none;
    padding: 0;
    margin-top: 40px;
  }
  .top .career__two img {
    width: 100%;
  }
}

.top .career__two__sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .top .career__two__sp {
    display: block;
  }
}

.top .career__two__box {
  background-color: #fff;
  width: 490px;
  padding: 42px 20px 40px 40px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__two__box {
    width: 383px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__two__box {
    width: 100%;
    padding: 40px 10px;
  }
}

.top .career__two__box .c-tt1 {
    line-height: 44px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__two__box .c-tt1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__two__box .c-tt1 {
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.top .career__two__box .c-text1 {
  line-height: 30px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__two__box .c-text1 {
    line-height: 25px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__two__box .c-text1 {
    line-height: 22px;
  }
}

.top .career__three {
  margin-top: 86px;
  padding-top: 100px;
  padding-bottom: 104px;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__three {
    margin-top: 0;
    padding-top: 60px;
  }
  .top .career__three .c-tt1 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__three {
    margin-top: 0;
    padding: 40px 10px;
  }
}

.top .career__three:before {
  content: '';
  position: absolute;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #F8F8F8;
  z-index: -1;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__three:before {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  .top .career__three:before {
    width: calc(100% - 10px);
    left: 0;
  }
}

.top .career__three__list {
  margin-left: 40px;
  margin-top: 50px;
  width: 700px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__three__list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__three__list {
    margin-left: 0;
    width: 100%;
    margin-top: 25px;
    padding-left: 10px;
  }
}

.top .career__three__list dt {
  font-size: 2.5rem;
  color: #0080CC;
  font-weight: 400;
  letter-spacing: 0.024rem;
  line-height: 38px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__three__list dt {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__three__list dt {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.top .career__three__list dd {
  font-size: 1.6rem;
  line-height: 28px;
  color: #0080CC;
  letter-spacing: 0.024rem;
  font-weight: 300;
  padding: 10px 15px 15px 85px;
  border-left: 1px solid #0080CC;
  margin-left: 50px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__three__list dd {
    padding-left: 45px;
    max-width: 530px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__three__list dd {
    font-size: 1.4rem;
    line-height: 22px;
    margin-left: 28px;
    padding: 10px 0 10px 27px;
    margin-bottom: 20px;
  }
}

.top .career__three__text {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  color: #FF5800;
  letter-spacing: 0.024rem;
  width: 660px;
  margin-left: 75px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 34px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__three__text {
    width: 522px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 640px) {
  .top .career__three__text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 26px;
    margin-left: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 20px;
  }
}

.top .career__three__text:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 45px;
  background-image: url("../img/top/icon_cam.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 5px;
  top: 0;
}

@media screen and (max-width: 640px) {
  .top .career__three__text:before {
    content: "";
    left: -10px;
    width: 30px;
    height: 38px;
  }
}

.top .career__three__text:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 41px;
  height: 45px;
  background-image: url("../img/top/icon_cam.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
  .top .career__three__text:after {
    content: "";
    right: -10px;
    width: 30px;
    height: 38px;
  }
}

.top .career__four {
  overflow: hidden;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__four {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__four {
    margin-top: 40px;
  }
}

.top .career__four__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__four__nav {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .top .career__four__nav {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
  }
}

.top .career__four__nav > li:first-child {
  width: 400px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__four__nav > li:first-child {
    width: 288px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__four__nav > li:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .career__four__nav > li:first-child p {
    width: 48.6%;
  }
  .top .career__four__nav > li:first-child p:nth-child(2n) {
    width: 51.4%;
  }
  .top .career__four__nav > li:first-child p img {
    width: 100%;
  }
}

.top .career__four__nav > li:first-child img {
  max-width: 100%;
}

.top .career__four__nav > li:last-child {
  padding-top: 94px;
  width: 560px;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__four__nav > li:last-child {
    padding-left: 20px;
    padding-top: 60px;
    width: 440px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__four__nav > li:last-child {
    width: 100%;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 20px;
  }
}

.top .career__four__nav > li:last-child:before {
  content: '';
  width: 500%;
  height: 100%;
  background-color: #FDFBEF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.top .career__four__nav > li:last-child .lst-dic {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .top .career__four__nav > li:last-child .lst-dic {
    padding-left: 19px;
    margin-bottom: 30px;
  }
}

.top .career__four__nav > li:last-child .lst-dic > li {
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 0.03rem;
  font-weight: 400;
  color: #3C3C3C;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__four__nav > li:last-child .lst-dic > li {
    margin-bottom: 10px;
    line-height: 25px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__four__nav > li:last-child .lst-dic > li {
    font-size: 1.6rem;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.top .career__four__nav > li:last-child .lst-sma > li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.024rem;
  color: #3C3C3C;
  position: relative;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .top .career__four__nav > li:last-child .lst-sma > li {
    font-size: 1.4rem;
    line-height: 25px;
  }
}

.top .career__four__nav > li:last-child .lst-sma > li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3C3C3C;
  position: absolute;
  top: 50%;
  left: 3px;
}

.top .career__four__nav > li:last-child .c-tt2 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .career__four__nav > li:last-child .c-tt2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .top .career__four__nav > li:last-child .c-text1 {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.top .interview {
  padding-top: 100px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview {
    padding-top: 40px;
  }
}

.top .interview .c-tt1 {
  margin-bottom: 15px;
}

.top .interview__top {
  padding-bottom: 144px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__top {
    padding-bottom: 87px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__top {
    padding-bottom: 70px;
  }
}

.top .interview__top .c-tt1 {
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__top .c-tt1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__top .c-tt1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.top .interview__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
}

@media screen and (max-width: 640px) {
  .top .interview__nav {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}

.top .interview__nav li {
  width: 290px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__nav li {
    width: 230px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav li {
    width: 100%;
  }
}

.top .interview__nav li a:hover .hover_zoom {
  opacity: 1;
}

.top .interview__nav li {
  border: 4px solid #0080CC;
}

.top .interview__nav li:nth-child(even) {
  /* border: 4px solid #005384; */
  margin-left: 45px;
  margin-right: 45px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__nav li:nth-child(even) {
    margin-left: 19px;
    margin-right: 19px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav li:nth-child(even) {
    margin: 50px 0;
  }
}

.top .interview__nav li:nth-child(even) .interview__nav__box {
  /* background-color: #005384; */
  padding-left: 50px;
}

.top .interview__nav li a {
  padding-bottom: 51px;
  position: relative;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__nav li a {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
}

.top .interview__nav__top{
  height: 70px;
  text-align: center;
  background-color: #0080CC;
  align-items: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 640px) {
  .top .interview__nav__top{
    height: 40px;
  }
}

.top .interview__nav__top p{
  font-size: 1.6rem;
  color: #fff;
  line-height: 23px;
  letter-spacing: 0.024rem;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .top .interview__nav__top p{
    font-size: 1.4rem;
  }
}

.top .interview__nav__img {
  height: 351px;
  width: 100%;
  position: relative;
  padding-top: 70px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__nav__img {
    height: 280px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav__img {
    width: 45%;
    height: 206px;
    padding-top: 40px;
  }
}

.top .interview__nav__img:hover .hover_zoom {
  opacity: 1;
}

.top .interview__nav li:hover .interview__nav__top, .top .interview__nav li:hover .interview__nav__box{
  background-color: #005384;
}

.top .interview__nav li:hover .interview__nav__text1{
  color: #005384;
}

.top .interview__nav li:hover{
  border: 4px solid #005384;
}

.top .interview__nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .interview__nav li a .hover_zoom {
  font-size: 2.0rem;
  font-weight: 400;
  color: #005384;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 351px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 72%;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

@media screen and (max-width: 768px) and (min-width: 641px){
  .top .interview__nav li a .hover_zoom {
    height: 280px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav li a .hover_zoom {
    height: 100%;
    padding-top: 33%;
  }
}

.top .interview__nav li a .hover_zoom:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url(../img/common/zoom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .top .interview__nav li a .hover_zoom:before {
    top: 36%;
  }
}

.top .interview__nav__text1 {
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 25px;
    color: #0080CC;
    padding: 16px 20px 0;
}

@media screen and (max-width: 640px) {
  .top .interview__nav__text1 {
    width: 55%;
    font-size: 1.4rem;
    line-height: 22px;
    padding-top: 22%;
  }
}

.top .interview__nav__text2 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.024rem;
    line-height: 26px;
    color: #fff;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__nav__text2 {
    font-size: 1.4rem;
    line-height: 21px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav__text2 {
    font-size: 1.6rem;
    line-height: 22px;
  }
}

.top .interview__nav__text3 {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.024rem;
    line-height: 24px;
    color: #fff;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__nav__text3 {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav__text3 {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

.top .interview__nav__box {
  width: 270px;
  background-color: #0080CC;
  position: absolute;
  left: 50%;
  bottom: -45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-left: 60px;
}
@media screen and (max-width: 900px) and (min-width: 769px) {
    .top .interview__nav__box {
      width: 90%;
  }
}
@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__nav__box {
    width: 190px;
    height: 64px;
    padding-left: 40px;
    bottom: -33px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__nav__box {
    width: 80%;
    height: 60px;
    bottom: -30px;
  }
}

.top .interview__nav__box:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 25px;
  background-image: url("../img/common/circle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .top .interview__nav__box:before {
    content: "";
    left: 22px;
    width: 16px;
    height: 16px;
  }
}

.top .interview__bottom {
  background-color: #0080CC;
  padding-top: 100px;
  color: #fff;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top .interview__bottom .c-tt1 {
  color: #fff;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom .c-tt1 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom .c-tt1 {
    padding: 0 10px;
  }
}

.top .interview__bottom .c-text1 {
  color: #fff;
  margin-top: 16px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom .c-text1 {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom .c-text1 {
    padding: 0 10px;
  }
}

.top .interview__bottom .c-tt3 {
  color: #fff;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom .c-tt3 {
    font-size: 2rem;
    line-height: 38px;
  }
}

.top .interview__bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom__nav {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__nav {
    margin-top: 30px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .interview__bottom__nav li:first-child {
  width: 630px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom__nav li:first-child {
    width: 413px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__nav li:first-child {
    width: 100%;
  }
}

.top .interview__bottom__nav li:last-child {
  width: 279px;
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__nav li:last-child {
    width: 240px;
    margin: 40px auto 0;
  }
}

.top .interview__bottom__nav li:last-child img {
  max-width: 100%;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom__nav li:last-child {
    width: 261px;
  }
}

.top .interview__bottom__text {
    font-weight: 300;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-top: 20px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom__text {
    font-size: 1.8rem;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__text {
    display: none;
  }
}

.top .interview__bottom__text01 {
  display: none;
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__text01 {
    display: block;
    font-size: 1.4rem;
    line-height: 25px;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 35px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom .c-tt3_01 {
    font-size: 1.6rem;
    line-height: 27px;
    padding: 0 10px;
  }
}

.top .interview__bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 54px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom__row {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__row dt {
    background: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__row dd {
    padding: 0 10px;
  }
}

.top .interview__bottom__row dd ul li {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 920px) and (min-width: 769px) {
  .top .interview__bottom__row dd ul li {
    font-size: 2vw;
}
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom__row dd ul li {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__row dd ul li {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.top .interview__bottom__row dd ul li:last-child {
  margin-bottom: 0;
}

.top .interview__bottom__row dd ul li .left {
  width: 40px;
  display: block;
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__row dd ul li .left {
    width: 32px;
    font-size: 2rem;
  }
}

.top .interview__bottom__row dd ul li .right:before {
  content: '';
  width: 62px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .interview__bottom__row dd ul li .right:before {
    width: 41px;
  }
}

@media screen and (max-width: 640px) {
  .top .interview__bottom__row dd ul li .right:before {
    width: 19px;
    margin: 0 13px;
  }
}

.top .recruit {
  padding-top: 100px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .recruit {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top .recruit {
    padding-top: 40px;
  }
}

.top .recruit .c-tt1 {
     margin-bottom: 20px;
    font-size: 3.4rem;
}

@media screen and (max-width: 640px) {
  .top .recruit .c-tt1 {
    font-size: 2.4rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.top .company {
  padding-top: 100px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .top .company {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .top .company {
    padding-top: 60px;
  }
}

.top .company .c-tt1 {
  font-size: 3.4rem;
}

@media screen and (max-width: 640px) {
  .top .company .c-tt1 {
    font-size: 2.4rem;
    line-height: 30px;
  }
}

.inter-modal__inline {
  max-width: 840px;
  text-align: left;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .inter-modal__inline {
    max-width: 688px;
  }
}

@media screen and (max-width: 640px) {
  .inter-modal__inline {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .inter-modal__inline .c-tt3 {
    line-height: 30px;
  }
}

.inter-modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .inter-modal__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.inter-modal__img {
  width: 290px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .inter-modal__img {
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .inter-modal__img {
    width: 100%;
    margin-right: 0;
  }
  .inter-modal__img img {
    width: 100%;
  }
}

.inter-modal__box {
  width: 290px;
  background-color: #0080CC;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .inter-modal__box {
    width: 100%;
  }
}

.inter-modal__box__text2 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.024rem;
  line-height: 30px;
  color: #fff;
}

.inter-modal__box__text3 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.024rem;
  line-height: 30px;
  color: #fff;
}

.inter-modal__lst {
  width: 510px;
}

@media screen and (max-width: 640px) {
  .inter-modal__lst {
    width: 100%;
    margin-top: 40px;
  }
}

.inter-modal__lst li {
  font-size: 1.8rem;
  font-weight: 400;
  color: #3C3C3C;
  letter-spacing: 0.024rem;
  line-height: 30px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .inter-modal__lst li {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  .inter-modal__lst li {
    font-size: 1.6rem;
    line-height: 25px;
    margin-bottom: 25px;
  }
}

.inter-modal__lst li:last-child {
  margin-bottom: 0;
}

.inter-modal__lst li p {
    color: #0B0B0B;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 26px;
    margin-top: 6px;
}

@media screen and (max-width: 640px) {
  .inter-modal__lst li p {
    font-size: 1.4rem;
    line-height: 25px;
    margin-top: 15px;
  }
}

.inter-modal__lst li ol {
  margin-left: 15px;
}

.inter-modal__lst li ol li {
  color: #0B0B0B;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
}

.inter-modal__lst li ol li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3C3C3C;
  position: absolute;
  top: 50%;
  left: 3px;
}

.work-modal__img img {
  max-width: 100%;
}

.trans {
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.color_or {
  color: #FF5800;
}

.taCenter {
  text-align: center;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .tablet-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
}

.work-modal__img{
  max-width: 760px;
}

.c-Top{
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  background-color: #0080CC;
  border: 2px solid #ffffff;
}

.c-Top:before{
  content: '';
  border-bottom: 17px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .c-Top{
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .c-Top:before{
    border-bottom: 12px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}


h1 .c-header__logo__img{
  width:164px;
}

.c-footer__logo a img{
  width: 100%;
}