@charset "UTF-8";
/*
  File Name   : common.css
  Description : コーポレート テンプレート
*/
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333333;
  background: #fff;
  margin: 0; }
  @media screen and (max-width: 811px) {
    body {
      font-size: 13px; } }

/*
============================================================ */
/* header
============================================================ */
header_common {
  background: url("/html/assets/img/top/img-kv-header.png") no-repeat;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 15; }
  @media screen and (min-width: 1600px) {
    header_common {
      background: url("/html/assets/img/top/img-kv-header-02.png") no-repeat; } }
  @media screen and (max-width: 811px) {
    header_common {
      height: 90px;
      background: none; } }
  header_common .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 10; }
    header_common .header-wrapper__main {
      margin: 0 10px 0 50px; }
      @media screen and (max-width: 811px) {
        header_common .header-wrapper__main {
          width: 100%;
          display: flex;
          justify-content: space-between;
          margin: 10px 5%;
          align-items: start; } }
    header_common .header-wrapper__logo {
      margin: 0; }
      header_common .header-wrapper__logo a img {
        width: 147px; }
        @media screen and (max-width: 811px) {
          header_common .header-wrapper__logo a img {
            width: 30vw; } }
    header_common .header-wrapper__gnav {
      display: flex;
      align-items: center;
      line-height: 1; }
      header_common .header-wrapper__gnav-list {
        display: flex;
        list-style: none;
        margin: 0 20px 0 0; }
        header_common .header-wrapper__gnav-list li {
          margin: 0 20px; }
          header_common .header-wrapper__gnav-list li a {
            color: #fff;
            text-decoration: none; }
      header_common .header-wrapper__gnav-contact {
        margin-right: -30px; }
        header_common .header-wrapper__gnav-contact a {
          display: table-cell;
          width: 238px;
          height: 100px;
          background: url("/html/assets/img/common/icon-mail-bg-01.png") no-repeat;
          color: #333333;
          text-decoration: none;
          text-align: center;
          vertical-align: middle; }
          header_common .header-wrapper__gnav-contact a::before {
            content: "";
            background: url("/html/assets/img/common/icon-mail.png") no-repeat;
            width: 19px;
            height: 15px;
            display: inline-block;
            background-size: contain;
            padding-right: 10px; }
      header_common .header-wrapper__gnav-logo {
        display: block;
        margin: 0;
        text-decoration: none;
        line-height: 1;
        background: #fff; }
        header_common .header-wrapper__gnav-logo img {
          width: 125px; }
    header_common .header-wrapper__menu {
      display: none; }
      @media screen and (max-width: 811px) {
        header_common .header-wrapper__menu {
          display: flex;
          margin-top: 8px;
          padding: 0; }
          header_common .header-wrapper__menu button {
            display: block;
            width: 100%;
            background: none;
            border: none;
            padding: 0 5%;
            position: relative;
            outline: none; }
            header_common .header-wrapper__menu button span {
              display: block;
              position: relative;
              top: 0;
              left: 0;
              width: 22px;
              height: 5px;
              background: #0e5ead;
              transition: 400ms; }
              header_common .header-wrapper__menu button span:nth-child(2) {
                top: 4px; }
              header_common .header-wrapper__menu button span:nth-child(3) {
                top: 8px; } }
    header_common .header-wrapper__menu__inner {
      display: none; }

.header-fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  height: auto; }
  .header-fixed .header-wrapper__menu__inner {
    display: block; }
    @media screen and (max-width: 811px) {
      .header-fixed .header-wrapper__menu__inner {
        display: none; } }
  .header-fixed .header-wrapper__gnav-list li a {
    color: #333333;
    transition: 400ms; }
    .header-fixed .header-wrapper__gnav-list li a:hover {
      padding: 35px 0;
      border-bottom: solid 4px #0e5ead;
      transition: 400ms; }
  .header-fixed .header-wrapper__gnav-contact a {
    background: url(/html/assets/img/common/icon-mail-bg-02.png) no-repeat; }

.header-drop {
  display: none;
  width: 100%;
  background: #0e5ead;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden; }
  .header-drop__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 20px; }
    @media screen and (max-width: 811px) {
      .header-drop__inner {
        width: 100%; } }
  .header-drop-nav {
    display: flex;
    justify-content: space-between; }
    .header-drop-nav__list {
      width: calc((100% - 200px) / 5);
      text-align: center; }
      @media screen and (max-width: 811px) {
        .header-drop-nav__list {
          width: 100%; } }
      .header-drop-nav__list span {
        color: #fff !important;
        font-size: 16px;
        display: block;
        margin-bottom: 15px; }
      .header-drop-nav__list-item {
        margin-top: 0;
        list-style: none;
        border-top: solid 1px #fff;
        padding: 0; }
        .header-drop-nav__list-item li {
          position: relative;
          text-align: left;
          padding-top: 40px;
          padding-right: 20px; }
          .header-drop-nav__list-item li::after {
            content: "";
            background: url("/html/assets/img/common/icon-arrow-white.png");
            width: 7px;
            height: 12px;
            display: inline-block;
            position: absolute;
            right: 0;
            transition: 400ms; }
          .header-drop-nav__list-item li a {
            position: relative;
            font-size: 14px;
            color: #fff !important;
            text-decoration: none;
            margin: 0;
            line-height: 1.4;
            border-bottom: none; }
            .header-drop-nav__list-item li a:hover {
              opacity: .6;
              transition: 400ms;
              border-bottom: none !important; }
              .header-drop-nav__list-item li a:hover::after {
                content: none; }

/*
============================================================ */
/* global nav
============================================================ */
.header-wrapper__gnav-list {
  display: flex;
  justify-content: space-between;
  align-items: center; }
@media screen and (max-width: 811px) {
  .header-wrapper__gnav {
    display: none;
    width: 100%; } }

@media screen and (max-width: 811px) {
  .menu-opened header_common .header-wrapper {
    background: #fff; }
    .menu-opened header_common .header-wrapper__gnav {
      height: 100vh;
      background: #fff; }
    .menu-opened header_common .header-wrapper__menu-btn span {
      background: #0e5ead; }
  .menu-opened header {
    z-index: 9999;
    height: 100vh; }
  .menu-opened .header-wrapper__menu {
    position: relative; }
    .menu-opened .header-wrapper__menu__inner {
      display: block; }
    .menu-opened .header-wrapper__menu-nav {
      padding: 0 5%; }
      .menu-opened .header-wrapper__menu-nav ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 40px; }
        .menu-opened .header-wrapper__menu-nav ul li {
          margin-bottom: 10px; }
          .menu-opened .header-wrapper__menu-nav ul li:first-child {
            margin-bottom: 30px; }
      .menu-opened .header-wrapper__menu-nav__list {
        margin: 5px 0;
        line-height: 1; }
        .menu-opened .header-wrapper__menu-nav__list-title {
          display: block;
          font-size: 1.6rem;
          font-weight: bold;
          text-decoration: none;
          color: #0e5ead; }
        .menu-opened .header-wrapper__menu-nav__list-itemtitle {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold;
          text-decoration: none;
          color: #0e5ead;
          margin-left: 10px; }
          .menu-opened .header-wrapper__menu-nav__list-itemtitle-open::before {
            content: "-" !important;
            margin-right: 14px !important; }
          .menu-opened .header-wrapper__menu-nav__list-itemtitle::before {
            content: "+";
            margin-right: 10px; }
        .menu-opened .header-wrapper__menu-nav__list-item {
          display: none;
          padding: 0 10% !important; }
          .menu-opened .header-wrapper__menu-nav__list-item-open {
            display: block; }
          .menu-opened .header-wrapper__menu-nav__list-item li:first-child {
            margin-bottom: 10px !important; }
          .menu-opened .header-wrapper__menu-nav__list-item li a {
            display: block;
            font-size: .8rem;
            font-weight: normal;
            text-decoration: none;
            color: #0e5ead;
            margin-bottom: 20px; }
            .menu-opened .header-wrapper__menu-nav__list-item li a::before {
              content: none; }
    .menu-opened .header-wrapper__menu-btn span {
      background: #fff;
      position: relative;
      display: block;
      top: 0;
      left: 0;
      width: 28px;
      height: 5px;
      transition: 400ms; }
      .menu-opened .header-wrapper__menu-btn span:nth-child(1) {
        transform: translate(10px, 0) rotate(45deg);
        transform-origin: top left; }
      .menu-opened .header-wrapper__menu-btn span:nth-child(2) {
        transform: translateX(50%);
        opacity: 0; }
      .menu-opened .header-wrapper__menu-btn span:nth-child(3) {
        transform: translate(10px, 8.5px) rotate(-45deg);
        transform-origin: bottom left;
        top: 0; } }

        .header-wrapper__gnav-list .icon_new {
  display: inline-block;
  background-color: #fff;
  color: #0e5ead !important;
  font-size: 12px;
  margin-left: 5px;
  padding: 3px;
}

/* contact
============================================================ */
.sec-contact {
  background: url("/html/assets/img/common/img-contact.jpg") no-repeat;
  background-size: cover; }
  .sec-contact__inner-list {
    display: flex;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 811px) {
      .sec-contact__inner-list {
        flex-wrap: wrap; } }
    .sec-contact__inner-list__item {
      width: 50%;
      text-align: center;
      padding: 100px 0 80px; }
      @media screen and (max-width: 811px) {
        .sec-contact__inner-list__item {
          width: 100%;
          padding: 20px 0 0; } }
      .sec-contact__inner-list__item:first-child {
        border-right: solid 1px rgba(238, 238, 238, 0.1); }
        @media screen and (max-width: 811px) {
          .sec-contact__inner-list__item:first-child {
            border-right: none;
            padding: 40px 0 0; } }
      .sec-contact__inner-list__item a {
        display: block;
        text-decoration: none;
        color: #fff; }
      .sec-contact__inner-list__item-title {
        font-size: 24px;
        font-weight: bold; }
        @media screen and (max-width: 811px) {
          .sec-contact__inner-list__item-title {
            font-size: 1.2rem; } }
        .sec-contact__inner-list__item-title p {
          margin-top: 0; }
      .sec-contact__inner-list__item-text p {
        margin: 0; }
      .sec-contact__inner-list__item-tel {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
        padding: 35px 0 10px; }
        @media screen and (max-width: 811px) {
          .sec-contact__inner-list__item-tel {
            font-size: 1.6rem;
            padding: 15px 0 5px; } }
        .sec-contact__inner-list__item-tel::before {
          content: "";
          background: url("/html/assets/img/common/icon-tel.png");
          background-size: contain;
          display: inline-block;
          margin-right: 15px;
          width: 9px;
          height: 26px; }
          @media screen and (max-width: 811px) {
            .sec-contact__inner-list__item-tel::before {
              width: 6px;
              height: 17px; } }
  .sec-contact__lead {
    color: #fff;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 811px) {
      .sec-contact__lead {
        display: none; } }
    .sec-contact__lead-main {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: bold;
      font-size: 32px;
      margin: 0 0 20px;
      letter-spacing: 6px; }
      @media screen and (max-width: 811px) {
        .sec-contact__lead-main {
          font-size: 1.6rem;
          letter-spacing: 3px;
          margin: 0;
          padding: 0 0 5px; } }
    .sec-contact__lead-sub {
      font-size: 14px;
      margin: 0; }
    .sec-contact__lead-txt {
      font-size: 24px;
      margin-bottom: 50px; }
  .sec-contact__btn a {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    width: 290px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    background: #005ead;
    background: -moz-linear-gradient(left, #005ead 15%, #006dc7 85%);
    background: -webkit-linear-gradient(left, #005ead 15%, #006dc7 85%);
    background: linear-gradient(to right, #005ead 15%, #006dc7 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ead', endColorstr='#006dc7',GradientType=1 );
    justify-content: center;
    transition: 400ms; }
    @media screen and (max-width: 811px) {
      .sec-contact__btn a {
        width: 70vw;
        padding: 10px 0;
        margin-bottom: 40px; } }
    .sec-contact__btn a:hover {
      transition: 400ms;
      transform: scale(1.05);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
    .sec-contact__btn a::before {
      content: "";
      background: url("/html/assets/img/common/icon-mail-white.png");
      background-size: cover;
      width: 19px;
      height: 15px;
      display: inline-block;
      margin-right: 15px; }

/*
============================================================ */
/* footer
============================================================ */
.page-scroll {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px; }
  .page-scroll img {
    width: 56px; }
    .page-scroll img:hover {
      transition: 400ms;
      transform: scale(1.05); }

.contact-scroll {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 280px;
  right: 0;
  background: #fff;
  border-radius: 4px 0 0 4px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  .contact-scroll a {
    display: flex;
    align-items: center;
    color: #0e5ead;
    text-decoration: none;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 15px 0 0 0;
    width: 40px;
    height: 210px;
    line-height: 30px; }
    .contact-scroll a::after {
      position: absolute;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      content: "";
      background: url("/html/assets/img/common/icon-mail.png") no-repeat;
      width: 19px;
      height: 15px;
      display: inline-block;
      background-size: contain; }
    .contact-scroll a:hover {
      transition: 400ms;
      transform: scale(1.05);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 811px) {
        .contact-scroll a:hover {
          transition: none; } }

.footer-main {
  background: #111a20;
  padding: 100px 0; }
  @media screen and (max-width: 811px) {
    .footer-main {
      display: none; } }
.footer-inner {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 811px) {
    .footer-inner {
      width: 100%; } }
.footer-nav {
  display: flex;
  justify-content: space-between; }
  .footer-nav__list span,
  .footer-nav__list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 400ms; }
    .footer-nav__list span::after,
    .footer-nav__list a::after {
      content: "";
      background: #005ead;
      width: 30px;
      height: 1px;
      display: block;
      margin: 30px 0; }
    .footer-nav__list a:hover {
      transition: 400ms;
      opacity: .6; }
  .footer-nav__list-item {
    margin-top: 0;
    list-style: none;
    padding: 0; }
    .footer-nav__list-item li a {
      display: block;
      font-size: 14px;
      color: #a0a0a0;
      text-decoration: none;
      padding-bottom: 15px; }
      .footer-nav__list-item li a::after {
        content: none; }
    .footer-nav__list-item-blank {
      display: flex;
      position: relative;
      padding-right: 30px; }
      .footer-nav__list-item-blank::after {
        content: "";
        position: absolute;
        right: 0;
        background: url("/html/assets/img/common/icon-blank-white.png") no-repeat;
        width: 12px;
        height: 20px;
        display: inline-block;
        background-position-y: 5px; }
.footer-sub {
  background: #fff; }
  .footer-sub__inner {
    font-size: 14px;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 811px) {
      .footer-sub__inner {
        width: 100%;
        align-items: center; } }
  .footer-sub__link {
    list-style: none;
    padding: 0;
    display: flex; }
    @media screen and (max-width: 811px) {
      .footer-sub__link {
        display: none; } }
    .footer-sub__link-item {
      padding-right: 30px; }
      .footer-sub__link-item a {
        color: #333333;
        text-decoration: none;
        transition: 400ms; }
        .footer-sub__link-item a:hover {
          transition: 400ms;
          opacity: .6; }
  @media screen and (max-width: 811px) {
    .footer-sub__copy {
      font-size: .6rem;
      padding: 0 5%; } }
  .footer-sub__copy a {
    color: #333333;
    text-decoration: none;
    transition: 400ms; }
    .footer-sub__copy a p {
      transition: 400ms; }
    .footer-sub__copy a:hover {
      transition: 400ms; }
      .footer-sub__copy a:hover p {
        opacity: .6; }
  .footer-sub__logo {
    display: none; }
    @media screen and (max-width: 811px) {
      .footer-sub__logo {
        display: block;
        width: 14vw; } }
    @media screen and (max-width: 811px) {
      .footer-sub__logo img {
        width: 100%; } }

/*
============================================================ */
/* PC SP 表示切り替え
============================================================ */
.sp {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }

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



/*============================================================ */
/* TAGS bnr
============================================================ */
.tags_bnr {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 8%;
	text-align: center;
	position: relative;
	z-index: 10;
}
.tags_bnr a{
	display: block;
}
.tags_bnr a + a {
	margin-top: 30px;
	border: 1px solid #ccc;
}
.tags_bnr img {
	max-width: 100%;
	height: auto;
}
.tags_bnr img:hover {
	opacity: 0.8;
}
.tags_bnr .col2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}
.tags_bnr .col2 a {
	width: auto;
	max-width: 48%;
	margin-top: 0;
	border: none;
}
@media only screen and (max-width: 800px) {
	.tags_bnr {
		margin-top: 5%;
	}
}
@media only screen and (max-width: 767px) {
	.tags_bnr {
		margin-top: 0;
	}
}