@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");
@import url("init.css");
@import url("slick.css");
@import url("slick-theme.css");
/* ========================================

fonts

======================================== */
.f_pp {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.f_ub {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

.fade.fade_block {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}
.fade.fade_group > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}
.fade.fade_second:nth-child(0) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.fade.fade_second:nth-child(1) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.fade.fade_second:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.fade.fade_second:nth-child(3) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.fade.fade_second:nth-child(4) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.fade.fade_group > *:nth-child(1) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.fade.fade_group > *:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.fade.fade_group > *:nth-child(3) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.fade.fade_group > *:nth-child(4) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.fade.fade_group > *:nth-child(5) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.fade.fade_group > *:nth-child(6) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.fade.fade_group > *:nth-child(7) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.fade.fade_group > *:nth-child(8) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.fade.fade_group > *:nth-child(9) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
.fade.fade_block.fadeIn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fade.fade_group.fadeIn > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* ========================================

common

======================================== */
html {
  font-size: 14px;
}

body {
  color: #1f1f1f;
  line-height: 1.6;
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",sans-serif;
  font-weight: 400;
  /* -webkit-text-size-adjust: 100%;
  background-image: url(../img/common/head_bg.jpg);
  background-repeat: no-repeat;
  background-size: 768px;
  background-position: 0 0; */
}

.br_pc {
  display: inline;
}

.br_sp {
  display: none;
}

.disp_pc {
  display: block;
}

.disp_sp {
  display: none;
}

.disp_pc_inline {
  display: inline;
}

.disp_sp_inline {
  display: none;
}

@media screen and (min-width: 800px) {
  .pc_off {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  body {
    position: relative;
  }

  .br_sp {
    display: inline;
  }

  .br_pc {
    display: none;
  }

  .disp_pc {
    display: none;
  }

  .disp_sp {
    display: block;
  }

  .disp_pc_inline {
    display: none;
  }

  .disp_sp_inline {
    display: inline;
  }

  .sp_off {
    display: none !important;
  }

  body {
    min-width: 320px;
  }
}
.load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-image: url(../img/common/load_bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1000;
}
.load::before {
  width: 150px;
  height: 150px;
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  background-image: url(../img/common/load_logo.png);
  background-position: 50% 50%;
  background-size: 100%;
  z-index: 1001;
  -webkit-animation: loading 1.4s linear infinite;
  animation: loading 1.4s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap_1240 {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.btn_border {
  width: 100%;
  max-width: 480px;
  height: 80px;
  position: relative;
  padding-bottom: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.btn_border::after {
  width: 100%;
  height: calc(100% - 8px);
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(87, 182, 182, 0.2);
  border-radius: 5px;
}
.btn_border a {
  width: 100%;
  height: 100%;
  color: #0098bc;
  position: relative;
  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;
  background-color: #fff;
  border: 2px solid #0098bc;
  border-radius: 5px;
  z-index: 2;
}
.btn_border a .replace_img {
  width: 100px;
  height: 100%;
  position: relative;
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_border a .replace_img::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_border a .arrow {
  width: 24px;
  height: 14px;
  content: '';
  display: block;
  margin-right: 18px;
  background-image: url(../img/common/ico_arrow_blue.png);
  background-size: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_border a .arrow.arrow_reverse {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btn_border.btn_solid a {
  background-color: #0098bc;
}
.btn_border.btn_solid a .arrow {
  background-image: url(../img/common/ico_arrow_white.png);
}

@media screen and (min-width: 801px) {
  .btn_border a:hover {
    color: #FFF;
    background-color: #0098bc;
    -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px);
  }
  .btn_border a:hover .replace_img::after {
    opacity: 1;
  }
  .btn_border a:hover .arrow {
    background-image: url(../img/common/ico_arrow_white.png);
  }
  .btn_border.btn_solid a:hover {
    background-color: #fff;
  }
  .btn_border.btn_solid a:hover .arrow {
    background-image: url(../img/common/ico_arrow_blue.png);
  }
}
@media screen and (max-width: 800px) {
  .btn_border {
    width: 100%;
    max-width: none;
    height: 75px;
    padding-bottom: 4px;
  }
  .btn_border::after {
    top: 4px;
    left: 0;
    height: calc(100% - 4px);
    border-radius: 2.5px;
  }
  .btn_border a {
    border-radius: 2.5px;
  }
  .btn_border a span::before {
    width: 21px;
    height: 12px;
  }
}
.l_center {
  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;
}

.c_blue {
  color: #0098bc;
}

/* ========================================

header

======================================== */
header .btn_nav {
  display: none;
}
header .header_normal {
  width: 100%;
  height: 170px;
  padding-right: 170px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 100;
}
header .header_normal > .logo {
  width: 150px;
  position: absolute;
  top: 50px;
  left: 78px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .header_normal > .logo::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 100%;
}
header .header_normal > .logo a {
  position: absolute;
  top: 0;
  background-image: url(../img/common/logo_sq.svg);
}
header .header_normal .header_inner {
  width: 100%;
  padding: 0 clamp(30px, 7%, 80px) 0 300px;
}
header .header_normal .btn_contact {
  width: 170px;
  height: 210px;
  overflow: hidden;
  border-radius: 0 0 0 5px;
  position: absolute;
  top: 0;
  right: 0;
}
header .header_normal .btn_contact a {
  background-image: url(../img/common/head_btn_contact.png);
  background-position: 50% 50%;
  background-size: cover;
}
header .header_normal .btn_contact a::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/common/head_btn_contact_on.png);
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .header_bnr {
  display: none;
}
header .navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .navigation_list li {
  color: #0b0b0b;
  font-family: maru-maru-gothic-blr-stdn, sans-serif;
  font-size: 19px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .navigation_list li svg {
  height: 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .navigation_list li:not(:first-of-type) {
  margin-left: 4.2%;
}
header .navigation_list li a {
  display: block;
}
header .navigation .en {
  color: #0098bc;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}
header .cmn_contact.header_contact {
  display: none;
}
body.active header .header_fixed {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .layer {
  width: 100vw;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media screen and (min-width: 1400px) {
  header .header_inner {
    padding-right: 100px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1240px) {
  header .header_normal .navigation_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_normal .navigation_list li {
    font-size: 18px;
  }
  header .header_normal .navigation_list li:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header_normal .header_inner .logo {
    display: none;
  }

  .header_fixed {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    padding-right: 220px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 100;
    -webkit-transform: translate(0, -110px);
            transform: translate(0, -110px);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header_fixed .logo {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header_fixed .logo a {
    background-image: url(../img/common/logo_lg.svg);
  }
  .header_fixed .header_inner {
    width: 100%;
    padding: 0 60px 0 300px;
  }
  .header_fixed .btn_contact {
    width: 220px;
    height: 110px;
    overflow: hidden;
    border-radius: 0 0 0 5px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header_fixed .btn_contact a {
    background-image: url(../img/common/head_btn_contact_fx.png);
    background-position: 50% 50%;
    background-size: cover;
  }
  .header_fixed .btn_contact a::before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/common/head_btn_contact_fx_on.png);
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
@media screen and (min-width: 801px) {
  header .logo a:hover {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  header .navigation_list li a:hover {
    color: #0098bc;
  }
  header .navigation_list li a:hover svg {
    fill: #0098bc;
  }
  header .btn_contact a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) {
  header .header_normal {
    height: 130px;
    padding-right: 150px;
  }
  header .header_normal .logo {
    width: 10%;
    left: 50px;
  }
  header .header_normal .header_inner {
    padding-left: calc(10vw + 110px);
    padding-right: clamp(30px, 3vw, 60px);
  }
  header .header_normal .navigation_list li {
    font-size: 16px;
  }
  header .header_normal .navigation .en {
    font-size: 12px;
  }
  header .header_normal .btn_contact {
    width: 150px;
    height: 170px;
  }
  header .header_fixed {
    padding-right: 180px;
  }
  header .header_fixed .header_inner {
    padding: 0 40px 0 280px;
  }
  header .header_fixed .navigation_list li svg {
    height: 14px;
  }
  header .header_fixed .btn_contact {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_fixed {
    display: none;
  }
  header .header_normal {
    height: 100px;
    padding: 18px 0 0 0;
    display: block;
  }
  header .header_normal > .logo {
    width: 257px;
    height: 65px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 17px 5%;
  }
  header .header_normal > .logo::before {
    display: none;
  }
  header .header_normal > .logo a {
    width: 210px;
    position: relative;
    background-image: url(../img/common/logo_lg.svg);
  }
  header .header_normal .header_inner {
    width: 100%;
    max-height: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    -webkit-transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 100;
  }
  header .header_normal .header_inner .logo {
    width: 257px;
    height: 65px;
    position: relative;
    top: auto;
    left: auto;
    margin: 18px 0 36px 5%;
  }
  header .header_normal .header_inner .logo a {
    width: 210px;
    position: relative;
    background-image: url(../img/common/logo_lg.svg);
  }
  header .header_normal .header_inner .navigation {
    width: 84.375%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
  }
  header .header_normal .header_inner .navigation_list {
    display: block;
  }
  header .header_normal .header_inner .navigation_list li:not(:last-of-type) {
    border-bottom: 1px solid #757575;
  }
  header .header_normal .header_inner .navigation_list li svg {
    height: 100%;
  }
  header .header_normal .header_inner .navigation_list li:not(:first-of-type) {
    margin-left: 0;
  }
  header .header_normal .header_inner .navigation_list li a {
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_normal .header_inner .navigation .jp {
    height: 15px;
    line-height: 1;
  }
  header .header_normal .header_inner .navigation .en {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 0 20px;
  }
  header .header_normal .header_bnr {
    width: 84.375%;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_normal .header_bnr_item {
    width: 48%;
    display: block;
    position: relative;
  }
  header .header_normal .header_bnr_item::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: rgba(56, 144, 144, 0.2);
    border-radius: 2.5px;
    z-index: -1;
  }
  header .header_normal .header_bnr_item a {
    overflow: hidden;
    display: block;
    border-radius: 2.5px;
  }
  header .header_normal .cmn_contact.header_contact {
    width: 84.375%;
    margin: 0 auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.nav_active {
    overflow: hidden;
  }
  body.nav_active .header_inner {
    visibility: visible;
    position: fixed;
    max-height: 1060px;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  header .btn_nav {
    color: #fff;
    width: 90px;
    height: 120px;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 5px;
    z-index: 103;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header .btn_nav::before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-image: url(../img/common/head_bg_btn_nav.jpg);
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0 0 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
  }
  header .btn_nav .menu span, header .btn_nav .menu::before, header .btn_nav .menu::after {
    width: 42px;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    left: 24px;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header .btn_nav .menu::before {
    -webkit-transform-origin: center;
            transform-origin: center;
    margin-top: -7px;
    -webkit-animation: nav_01_off 0.4s forwards;
            animation: nav_01_off 0.4s forwards;
  }
  header .btn_nav .menu::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    margin-top: 7px;
    -webkit-animation: nav_02_off 0.4s forwards;
            animation: nav_02_off 0.4s forwards;
  }
  header .btn_nav .title {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header.active .btn_nav .menu::before {
    -webkit-animation: nav_01_on 0.4s forwards;
            animation: nav_01_on 0.4s forwards;
  }
  header.active .btn_nav .menu::after {
    -webkit-animation: nav_02_on 0.4s forwards;
            animation: nav_02_on 0.4s forwards;
  }
  body.active .btn_nav {
    height: 90px;
  }
  header .btn_contact {
    display: none;
  }
  body.nav_active .layer {
    visibility: visible;
    opacity: 1;
  }
  body.nav_active .btn_nav .menu::before {
    -webkit-animation: nav_01_on 0.4s forwards;
            animation: nav_01_on 0.4s forwards;
  }
  body.nav_active .btn_nav .menu::after {
    -webkit-animation: nav_02_on 0.4s forwards;
            animation: nav_02_on 0.4s forwards;
  }
}
@media screen and (max-width: 800px) {
  body.nav_active .header_inner {
    max-height: 1330px;
  }
  header .header_normal .header_inner .navigation {
    margin-bottom: 6px;
  }
  header .header_normal .header_bnr {
    width: 90%;
    margin-bottom: 60px;
    display: block;
  }
  header .header_normal .header_bnr_item {
    width: 100%;
  }
  header .header_normal .header_bnr_item::after {
    top: 4px;
  }
  header .header_normal .header_bnr .bnr_attend {
    margin-bottom: 22px;
  }
  header .header_normal .cmn_contact.header_contact {
    margin-bottom: 78px;
  }
}
@-webkit-keyframes nav_01_off {
  0% {
    margin-top: -7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: -7px;
  }
}
@keyframes nav_01_off {
  0% {
    margin-top: -7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: -7px;
  }
}
@-webkit-keyframes nav_01_on {
  0% {
    margin-top: -7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: -7px;
  }
}
@keyframes nav_01_on {
  0% {
    margin-top: -7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: -7px;
  }
}
@-webkit-keyframes nav_02_off {
  0% {
    margin-top: 7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 7px;
  }
}
@keyframes nav_02_off {
  0% {
    margin-top: 7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 7px;
  }
}
@-webkit-keyframes nav_02_on {
  0% {
    margin-top: 7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 7px;
  }
}
@keyframes nav_02_on {
  0% {
    margin-top: 7px;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 7px;
  }
}
/* ========================================

footer

======================================== */
.footer {
  position: relative;
  z-index: 10;
}
.footer_top {
  position: relative;
  margin-bottom: 100px;
  padding-top: 160px;
  z-index: 10;
}
.footer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_bnr_item {
  position: relative;
  z-index: 10;
}
.footer_bnr_item a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #77c7db;
}
.footer_bnr_item::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(56, 144, 144, 0.2);
  border-radius: 5px;
  z-index: -1;
}
.footer_bnr .bnr_attend {
  width: 48.388%;
  max-width: 600px;
}
.footer_bnr .bnr_recruit {
  width: 48.791%;
  max-width: 605px;
}
.footer_content {
  position: relative;
  background: linear-gradient(to bottom right, #88bbd6, #99d3df);
}
.footer_content::before, .footer_content::after {
  width: calc((100% - clamp(0px, 90%, 1240px)) / 2);
  height: 100px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.footer_content::before {
  left: 0;
  border-radius: 0 0 15px 0;
}
.footer_content::after {
  right: 0;
  border-radius: 0 0 0 15px;
}
.footer_content_inner {
  color: #fff;
  position: relative;
  padding: 100px 0 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_content_inner::before, .footer_content_inner::after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(../img/common/img_edge.svg);
  background-repeat: no-repeat;
}
.footer_content_inner::before {
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.footer_content_inner::after {
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.footer_content_title {
  text-align: center;
  width: 100%;
  margin-bottom: 76px;
}
.footer_content_title .en {
  font-size: 4.2rem;
  font-weight: 100;
  font-family: 'Ubuntu';
}
.footer_content_title .desc {
  letter-spacing: 0.02em;
}
.footer_content_access {
  width: 100%;
  margin-bottom: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_content_access li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_content_access li.item01 h3 {
  width: 92.083375%;
  max-width: 442px;
}
.footer_content_access li.item02 h3 {
  width: 100%;
  max-width: 516px;
}
.footer_content_access li h3 {
  margin-bottom: 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer_content_access li .img {
  overflow: hidden;
  margin-bottom: 38px;
  border-radius: 5px;
}
.footer_content_access li .term {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_content_access li .term span {
  color: #0098bc;
  font-size: 15px;
  padding: 2px 17px 3px;
  background-color: #fff;
  border-radius: 5px;
}
.footer_content_access li .term span:not(:last-child) {
  margin-right: 10px;
}
.footer_content_access li .txt {
  line-height: 1.85;
}
.footer_content_access li .txt a:hover {
  color: #0098bc;
}
.footer_content_info {
  width: 40%;
  padding-top: 10px;
}
.footer_content_info .logo {
  width: 224px;
  margin-bottom: 40px;
}

.footer_content_info_about {
  line-height: 1.86;
}
.footer_content_nav {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer_content_nav_inner {
  width: 100%;
  text-align: right;
}
.footer_content_nav_list {
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 2.2;
  display: flex;
  justify-content: space-between;
}
.footer_content_nav_list:not(:first-of-type) {
  margin-left: 5%;
}
.footer_content_nav_list .list_item {
  text-align: left;
}
.footer_content_nav .copyright {
  width: 100%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: auto;
}

@media screen and (max-width: 1100px) {
  .footer_content_info {
    width: 38%;
  }
  .footer_content_info_about {
    width: 100%;
    font-size: 13px;
    margin-top: 26px;
  }
  .footer_content_nav {
    width: 60%;
  }
  .footer_content_nav_list {
    font-size: 14px;
  }
}
@media screen and (min-width: 801px) {
  .footer_content .logo a:hover {
    opacity: 0.7;
  }
  .footer_content_info .sns .sns_item a:hover {
    opacity: 0.7;
  }
  .footer_content_nav_list .list_item a:hover {
    color: #0098bc;
  }
  .footer_bnr a:hover {
    -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px);
  }
}
@media screen and (max-width: 800px) {
  .footer_top {
    margin-bottom: 56px;
    padding-top: 58px;
    z-index: 10;
  }
  .footer_top::before {
    top: 5px;
    right: 88%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    background-position: 50% -18px;
  }
  .footer_bnr {
    display: block;
  }
  .footer_bnr_item {
    width: 100%;
  }
  .footer_bnr_item::after {
    display: none;
  }
  .footer_bnr_item a {
    border-radius: 2.5px;
  }
  .footer_bnr .bnr_attend {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .footer_bnr .bnr_recruit {
    width: 100%;
    max-width: none;
  }
  .footer_content {
    padding-bottom: 22.5vw;
  }
  .footer_content::before, .footer_content::after {
    width: 7.5%;
    height: 50px;
  }
  .footer_content::before {
    border-radius: 0 0 8px 0;
  }
  .footer_content::after {
    border-radius: 0 0 0 8px;
  }
  .footer_content_inner {
    width: 85%;
    margin: 0 auto;
    padding: 70px 0 64px;
  }
  .footer_content_inner::before, .footer_content_inner::after {
    width: 8px;
    height: 8px;
  }
  .footer_content_title {
    margin-bottom: 40px;
  }
  .footer_content_title .en {
    margin-bottom: 16px;
  }
  .footer_content_title .en img {
    width: 133px;
  }
  .footer_content_title .desc {
    font-size: 14px;
  }
  .footer_content_access {
    display: block;
    margin-bottom: 52px;
  }
  .footer_content_access li {
    width: 100%;
  }
  .footer_content_access li.item01 {
    margin-bottom: 44px;
  }
  .footer_content_access li.item01 h3 {
    width: 100%;
    max-width: 336px;
  }
  .footer_content_access li.item02 h3 {
    width: 100%;
    max-width: 336px;
  }
  .footer_content_access li .term {
    margin-bottom: 30px;
  }
  .footer_content_access li .term span {
    font-size: 13px;
    padding: 2px 10px 3px;
    border-radius: 2.5px;
  }
  .footer_content_access li .txt {
    font-size: 14px;
    line-height: 1.78;
  }
  .footer_content_info {
    width: 100%;
    margin-bottom: 45px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_content_info .logo {
    width: calc(100% - 152px);
    max-width: 162px;
    margin-bottom: 0;
  }
  .footer_content_info .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .footer_content_info .sns_item:not(:last-of-type) {
    margin-right: 4px;
  }
  .footer_content_info .sns_item a {
    width: 30px;
    height: 28px;
  }
  .footer_content_info .sns_item_fb a {
    width: 28px;
    background-size: 12px;
  }
  .footer_content_info .sns_item_tw a {
    background-size: 21px;
    background-position: 50% 60%;
  }
  .footer_content_info .sns_item_yt a {
    background-size: 27px;
  }
  .footer_content_info .sns_item_is a {
    background-size: 20px;
    background-position: 50% 60%;
  }
  .footer_content_info .about {
    line-height: 1.78;
    margin-top: 26px;
  }
  .footer_content_nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .footer_content_nav_inner {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .footer_content_nav_list {
    font-size: 15px;
    line-height: 1;
    display: block;
  }
  .footer_content_nav_list:not(:first-of-type) {
    margin-left: 0;
  }
  .footer_content_nav_list .list_item {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .footer_content_nav_list .list_item a {
    height: 72px;
    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;
  }
  .footer_content_nav_list .list_item a::before {
    content: '';
    display: none;
  }
  .footer_content_nav .copyright {
    text-align: center;
    margin-top: 60px;
  }
}
/* ========================================

style

======================================== */
/* cmn_content
---------------------------------------- */
.cmn_contact {
  color: #0098bc;
  line-height: 1;
  margin-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmn_contact_title {
  margin-right: auto;
}
.cmn_contact_title .en {
  margin-bottom: 26px;
  font-size: 4.2rem;
  font-weight: 100;
  font-family: 'Ubuntu';
}
.cmn_contact_title .en img {
  width: 268px;
}
.cmn_contact_title .desc {
  font-size: 16px;
}
.cmn_contact_item {
  width: 38%;
  width: calc((98% - 300px) / 2);
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmn_contact_item .icon {
  width: 23.8%;
  max-width: 98px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_contact_item .icon span {
  width: 25px;
  height: 46px;
  display: block;
  position: relative;
}
#ico_mail,#ico_tel{
  fill: rgb(0, 152, 188);
}
.cmn_contact_item .icon::before, .cmn_contact_item .icon::after {
  width: 2px;
  height: 80px;
  content: '';
  display: block;
  background-image: url(../img/common/ptn_tile.gif);
  background-repeat: repeat;
  background-size: 2px;
}
.cmn_contact_item .box_text {
  width: 70%;
  max-width: 280px;
}
.cmn_contact_item .title {
  font-size: 18px;
}
.cmn_contact_tel {
  margin-right: 2%;
  max-width: 400px;
}
.cmn_contact_tel .title {
  max-width: 194px;
}
.cmn_contact_tel .box_text {
  max-width: 270px;
}
.cmn_contact_tel .num {
  font-size: 32px;
  line-height: 1;
  margin: 10px 0;
}
.cmn_contact_tel .note {
  letter-spacing: -0.05em;
}
.cmn_contact_mail .title {
  max-width: 194px;
  margin-bottom: 16px;
}
.cmn_contact_mail .icon span {
  height: 20px;
}
.cmn_contact_mail .btn_border {
  width: 100%;
  max-width: none;
  height: 60px;
  padding-bottom: 6px;
}
.cmn_contact_mail .btn_border::after {
  height: calc(100% - 6px);
  top: 6px;
  left: 6px;
}
.cmn_contact_mail .btn_border a .replace_img {
  width: 134px;
  height: 16px;
  background-image: url(../img/common/cmn_contact_mail_btn_txt.png);
}
.cmn_contact_mail .btn_border a .replace_img::after {
  background-image: url(../img/common/cmn_contact_mail_btn_txt_on.png);
}
.cmn_contact_mail .btn_border a .arrow {
  margin-right: 8px;
}

@media screen and (min-width: 801px) {
  .cmn_contact_mail .btn_border a:hover {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
  }
}
@media screen and (max-width: 1100px) {
  .cmn_contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn_contact_title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .cmn_contact_title .en {
    margin-bottom: 16px;
  }
  .cmn_contact_title .desc {
    font-size: 14px;
  }
  .cmn_contact_item {
    width: 49%;
  }
  .cmn_contact_tel {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .cmn_contact {
    margin-bottom: 45px;
    display: block;
  }
  .cmn_contact_title .en {
    font-size: 35px;
    margin-bottom: 16px;
  }
  .cmn_contact_title .en img {
    width: 173px;
  }
  .cmn_contact_title .desc {
    font-size: 14px;
  }
  .cmn_contact_item {
    width: 100%;
    max-width: none;
  }
  .cmn_contact_item .icon {
    width: 90px;
    max-width: none;
    height: auto;
  }
  .cmn_contact_item .box_text {
    width: calc(100% - 120px);
    max-width: none;
  }
  .cmn_contact_item .title {
    font-size: 15px;
  }
  .cmn_contact_tel {
    margin: 0 0 30px;
  }
  .cmn_contact_tel .title {
    max-width: 162px;
  }
  .cmn_contact_tel .num {
    font-size: 21px;
    margin: 8px 0;
  }
  .cmn_contact_tel .note {
    font-size: 13.5px;
    letter-spacing: -0.05em;
  }
  .cmn_contact_mail .title {
    max-width: 162px;
  }
  .cmn_contact_mail .icon span {
    height: 20px;
  }
  .cmn_contact_mail .btn_border {
    height: 50px;
    padding-bottom: 4px;
  }
  .cmn_contact_mail .btn_border::after {
    height: calc(100% - 4px);
    top: 4px;
    left: 0;
  }
  .cmn_contact_mail .btn_border a .replace_img {
    width: 100px;
    height: 100%;
  }
  
}
/* ========================================

page_title

======================================== */
.page_title {
  position: relative;
  max-height: 600px;
}
.page_title::before {
  width: 100%;
  content: '';
  display: block;
  padding-top: 42.857%;
  position: relative;
  margin-left: auto;
  overflow: hidden;
}
.page_title::after {
  width: 100%;
  width: calc(100% - 300px);
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/common/blog_thumbnail.jpg);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
.page_title_inner {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.page_title_inner::before {
  width: 220px;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: calc(100% - 520px);
  background-color: #fff;
  border-radius: 0 20px 0 0;
  z-index: -1;
}
.page_title_inner .box_text {
  width: 80%;
  max-width: 520px;
  height: 128px;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page_title_inner .box_text::before, .page_title_inner .box_text::after {
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/common/img_edge.svg);
  background-size: 100%;
}
.page_title_inner .box_text::before {
  top: -17px;
  right: calc(100% - 317px);
}
.page_title_inner .box_text::after {
  right: calc(100% - 537px);
  bottom: 0;
}
.page_title_inner h1 {
  width: 100%;
}
.page_title_inner .replace_img {
  width: 100%;
  height: 38px;
  background-size: auto 100%;
}
.page_title_inner .en {
  color: #0098bc;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 22px;
}

@media screen and (max-width: 1240px) {
  .page_title::after {
    width: calc(90% - 110px);
  }
  .page_title_inner::before {
    width: 300px;
    right: calc(90% - 410px);
  }
  .page_title_inner .box_text::before {
    right: calc(90% - 127px);
  }
  .page_title_inner .box_text::after {
    right: calc(90% - 347px);
  }
}
@media screen and (max-width: 1024px) {
  .page_title::before {
    padding-top: 75%;
  }
  .page_title::after {
    width: 95%;
    border-radius: 5px 0 0 5px;
  }
  .page_title_inner {
    bottom: -15px;
  }
  .page_title_inner::before {
    width: 70%;
    height: 65px;
    bottom: 15px;
    right: auto;
    left: 5%;
    border-radius: 0 10px 0 0;
  }
  .page_title_inner .box_text {
    width: 100%;
    max-width: none;
    height: 65px;
    padding-left: 7.5%;
  }
  .page_title_inner .box_text::before, .page_title_inner .box_text::after {
    width: 9px;
    height: 9px;
  }
  .page_title_inner .box_text::before {
    top: -24px;
    right: auto;
    left: 5%;
  }
  .page_title_inner .box_text::after {
    right: auto;
    bottom: auto;
    top: 41px;
    left: 75%;
  }
  .page_title_inner .replace_img {
    height: 30px;
  }
  .page_title_inner .en {
    font-size: 16px;
    margin-top: 14px;
  }
}
/* ========================================

works

======================================== */
.works {
  position: relative;
  margin-bottom: 110px;
}
.works_inner {
  position: relative;
}
.works_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works_list_item {
  position: relative;
}
.works_list_item.new::before {
  width: 120px;
  height: 120px;
  width: clamp(80px, 8.6vw, 120px);
  height: clamp(80px, 8.6vw, 120px);
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 2px solid #0098bc;
  border-radius: 50%;
  background-image: url(../img/common/works_ico_new.png);
  background-position: 50% 50%;
  background-size: 50%;
  z-index: 10;
}
.works_list_item .img {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.works_list_item .img::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 82.474%;
}
.works_list_item .img a {
  display: block;
}
.works_list_item .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.works_list_item .info {
  color: #0098bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works_list_item .info .category a {
  height: 40px;
  padding: 0 18px 0 12px;
  border: 2px solid #0098bc;
  border-radius: 20px;
  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;
  background-color: #fff;
}
.works_list_item .info .category a::before {
  content: '・';
}
.works_list_item .info .author {
  width: 36%;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  border: 3px solid #fff;
}
.works_list_item .info .author a {
  display: block;
}
.works_list_item .info .author img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.works_list_item .info .date {
  font-size: 16px;
}
.works_list_item .box_text a {
  width: 100%;
  display: block;
}
.works_list_item .box_text .title {
  color: #0098bc;
  font-size: 20px;
  margin: 24px 0 20px;
}
.works_list_item .box_text .title span {
  position: relative;
  padding-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
  background-image: linear-gradient(90deg, #0098bc, #0098bc);
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.works_list_item .box_text .txt {
  font-size: 15px;
  line-height: 1.8;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.works_list.type_author .works_list_item .img {
  margin-bottom: 0;
}
.works_list.type_author .works_list_item .info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.works_list.type_author .works_list_item .info .author {
  margin-top: -25px;
}
.works_list.type_author .works_list_item .info .category {
  margin-top: 10px;
}
.works_list.type_author .works_list_item .info .date {
  margin-top: 16px;
}
.works .btn_list {
  position: absolute;
  top: 20px;
  right: 0;
}
.works .btn_list a {
  color: #0098bc;
  font-size: 18px;
  display: flex;
  padding: 0 12px 10px 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
  background-image: linear-gradient(90deg, #0098bc, #0098bc);
  background-position: left bottom;
  background-size: 100% 2px;
}
.works .btn_list a img {
  width: 24px;
  margin-right: 10px;
}

@media screen and (min-width: 801px) {
  .works_list_item .img a:hover img {
    -webkit-transform: translate(-55%, -55%) scale(1.1);
            transform: translate(-55%, -55%) scale(1.1);
  }
  .works_list_item .info a:hover {
    color: #fff;
    background-color: #0098bc;
  }
  .works_list_item .author a:hover img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .works_list .box_text a:hover .title span {
    background-size: 100% 1px;
  }
  .works_list .box_text a:hover .txt {
    color: #0098bc;
  }
  .works .btn_list a:hover {
    opacity: 0.4;
    background-size: 0 2px;
  }
}
@media screen and (max-width: 1000px) {
  .works .btn_list {
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 60px;
  }
  .works .btn_list a {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 800px) {
  .works_list_item {
    max-width: none;
  }
  .works_list_item:not(:last-of-type) {
    margin-right: 0;
  }
  .works_list_item.new::before {
    top: -10px;
    left: -10px;
    background-size: 60%;
  }
  .works_list_item .img {
    margin-bottom: 20px;
    border-radius: 2.5px;
  }
  .works_list_item .info .category a {
    height: 36px;
    padding: 0 14px 0 8px;
  }
  .works_list_item .info .date {
    font-size: 15px;
  }
  .works_list_item .box_text .title {
    font-size: 20px;
    margin: 18px 0 14px;
  }
  .works_list_item .box_text .txt {
    font-size: 14px;
  }
  .works_list.type_author .works_list_item .img {
    margin-bottom: 0;
  }
  .works_list.type_author .works_list_item .info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .works_list.type_author .works_list_item .info .author {
    width: 55px;
    margin: -25px 0 0 10px;
    border-width: 2px;
  }
  .works_list.type_author .works_list_item .info .category {
    margin-bottom: 12px;
  }
  .works_list.type_author .works_list_item .box_text .title {
    margin-top: 8px;
  }
  .works .btn_list {
    margin-top: 0;
  }
}
/* ========================================

news

======================================== */
.news {
  position: relative;
  margin-bottom: 110px;
}
.news_inner {
  position: relative;
}
.news_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.news_list_item {
  position: relative;
}
.news_list_item.new::before {
  width: 120px;
  height: 120px;
  width: clamp(80px, 8.6vw, 120px);
  height: clamp(80px, 8.6vw, 120px);
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 2px solid #0098bc;
  border-radius: 50%;
  background-image: url(../img/common/news_ico_new.png);
  background-position: 50% 50%;
  background-size: 50%;
  z-index: 10;
}
.news_list_item .img {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.news_list_item .img::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 82.474%;
}
.news_list_item .img a {
  display: block;
}
.news_list_item .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news_list_item .info {
  color: #0098bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_list_item .info .category a {
  height: 40px;
  padding: 0 18px 0 12px;
  border: 2px solid #0098bc;
  border-radius: 20px;
  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;
  background-color: #fff;
}
.news_list_item .info .category a::before {
  content: '・';
}
.news_list_item .info .author {
  width: 36%;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  border: 3px solid #fff;
}
.news_list_item .info .author a {
  display: block;
}
.news_list_item .info .author img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news_list_item .info .date {
  font-size: 16px;
}
.news_list_item .box_text a {
  width: 100%;
  display: block;
}
.news_list_item .box_text .title {
  color: #0098bc;
  font-size: 20px;
  margin: 24px 0 20px;
}
.news_list_item .box_text .title span {
  position: relative;
  padding-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
  background-image: linear-gradient(90deg, #0098bc, #0098bc);
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news_list_item .box_text .txt {
  font-size: 15px;
  line-height: 1.8;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list.type_author .news_list_item .img {
  margin-bottom: 0;
}
.news_list.type_author .news_list_item .info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news_list.type_author .news_list_item .info .author {
  margin-top: -25px;
}
.news_list.type_author .news_list_item .info .category {
  margin-top: 10px;
}
.news_list.type_author .news_list_item .info .date {
  margin-top: 16px;
}
.news .btn_list {
  position: absolute;
  top: 20px;
  right: 0;
}
.news .btn_list a {
  color: #0098bc;
  font-size: 18px;
  display: flex;
  padding: 0 12px 10px 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098bc), to(#0098bc));
  background-image: linear-gradient(90deg, #0098bc, #0098bc);
  background-position: left bottom;
  background-size: 100% 2px;
}
.news .btn_list a img {
  width: 24px;
  margin-right: 10px;
}

@media screen and (min-width: 801px) {
  .news_list_item .img a:hover img {
    -webkit-transform: translate(-55%, -55%) scale(1.1);
            transform: translate(-55%, -55%) scale(1.1);
  }
  .news_list_item .info a:hover {
    color: #fff;
    background-color: #0098bc;
  }
  .news_list_item .author a:hover img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .news_list .box_text a:hover .title span {
    background-size: 100% 1px;
  }
  .news_list .box_text a:hover .txt {
    color: #0098bc;
  }
  .news .btn_list a:hover {
    opacity: 0.4;
    background-size: 0 2px;
  }
}
@media screen and (max-width: 1000px) {
  .news .btn_list {
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 60px;
  }
  .news .btn_list a {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 800px) {
  .news_list_item {
    max-width: none;
  }
  .news_list_item:not(:last-of-type) {
    margin-right: 0;
  }
  .news_list_item.new::before {
    top: -10px;
    left: -10px;
    background-size: 60%;
  }
  .news_list_item .img {
    margin-bottom: 20px;
    border-radius: 2.5px;
  }
  .news_list_item .info .category a {
    height: 36px;
    padding: 0 14px 0 8px;
  }
  .news_list_item .info .date {
    font-size: 15px;
  }
  .news_list_item .box_text .title {
    font-size: 20px;
    margin: 18px 0 14px;
  }
  .news_list_item .box_text .txt {
    font-size: 14px;
  }
  .news_list.type_author .news_list_item .img {
    margin-bottom: 0;
  }
  .news_list.type_author .news_list_item .info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news_list.type_author .news_list_item .info .author {
    width: 55px;
    margin: -25px 0 0 10px;
    border-width: 2px;
  }
  .news_list.type_author .news_list_item .info .category {
    margin-bottom: 12px;
  }
  .news_list.type_author .news_list_item .box_text .title {
    margin-top: 8px;
  }
  .news .btn_list {
    margin-top: 0;
  }
}
/* ========================================

bnr_recruit_fixed

======================================== */
.bnr_recruit_fixed {
  position: fixed;
  z-index: 20;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.bnr_recruit_fixed a {
  display: block;
}
.bnr_recruit_fixed.out {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  bottom: 0;
}

@media screen and (min-width: 801px) {
  .bnr_recruit_fixed {
    width: 300px;
    right: 30px;
    bottom: 30px;
  }
  .bnr_recruit_fixed::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(56, 144, 144, 0.2);
    border-radius: 10px;
    z-index: -1;
  }
  .bnr_recruit_fixed a {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #fff;
  }
  .bnr_recruit_fixed a:hover {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
  }
}
@media screen and (max-width: 801px) {
  .bnr_recruit_fixed {
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 12px 0px #ddf0f0;
            box-shadow: 0px 0px 12px 0px #ddf0f0;
  }
}

/*# sourceMappingURL=common.css.map */