@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  word-wrap: break-word;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  width: 100%;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
section {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
a:hover, a:focus {
  text-decoration: none;
  color: #888888;
}

ul {
  padding: 0px 0px 0px 20px;
}

.title-eng {
  font-size: 1.1rem;
  color: #5e5e5e;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .title-eng {
    margin-bottom: 0.7rem;
  }
}

h2, h3, h4 {
  font-family: "Noto Sans JP", serif;
}

.bg1 {
  background: linear-gradient(-60deg, #F6F6F6 0%, #F6F6F6 50%, #fff 50%, #fff 100%);
}
@media (min-width: 992px) {
  .bg1 {
    background: linear-gradient(-20deg, #F6F6F6 0%, #F6F6F6 50%, #fff 50%, #fff 100%);
  }
}

.bg2 {
  background: linear-gradient(-120deg, #F6F6F6 0%, #F6F6F6 50%, #fff 50%, #fff 100%);
}
@media (min-width: 992px) {
  .bg2 {
    background: linear-gradient(-160deg, #F6F6F6 0%, #F6F6F6 50%, #fff 50%, #fff 100%);
  }
}

.pc {
  display: none;
}
@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

/*
 * Bootstrap
 * -------------------------------------------------------------------
 */
/*************/
/* container */
/*************/
/*
@media (min-width: 1200px){
    .container {
        width: 970px !important;
    }
}
*/
/*
 * header
 * -------------------------------------------------------------------
 */
.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  border-top: 3px solid #0059a7;
  height: 60px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.header.header-waiting {
  opacity: 0;
}
.header.header-min {
  height: 60px;
}
.header .header-content {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-right: 70px;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .header .header-content {
    padding-right: 0px;
  }
}
.header .header-content .header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}
.header .header-content .header-logo img {
  display: block;
  margin: 0px 15px;
  width: 80px;
}
.header .header-content .header-logo .header-logo-text {
  display: none;
  font-size: 12px;
  /*
          @media (min-width: 1150px) {
              br{
                  display:none;
              }
          }
          */
}
@media (min-width: 992px) {
  .header .header-content .header-logo .header-logo-text {
    display: block;
  }
}
.header .header-content .header-menu {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: calc(100% - 400px);
  padding-right: 0px;
}
@media (min-width: 992px) {
  .header .header-content .header-menu {
    padding-right: 20px;
  }
}
.header .header-content .header-menu .header-menu-item {
  margin: 0px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}
.header .header-content .header-menu .header-menu-item.active .text-main:after {
  width: 100%;
}
.header .header-content .header-menu .header-menu-item .text-main {
  position: relative;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.header .header-content .header-menu .header-menu-item.menu-pc {
  display: none;
}
@media (min-width: 1150px) {
  .header .header-content .header-menu .header-menu-item.menu-pc {
    display: flex;
  }
}
.header .header-content .header-menu .header-menu-item.menu-pc .text-main {
  display: flex;
  justify-content: center;
}
.header .header-content .header-menu .header-menu-item.menu-pc .text-main:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0px auto;
  height: 1px;
  width: 0%;
  background: #0059a7;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.header .header-content .header-menu .header-menu-item.menu-pc .text-main:hover:after {
  width: 100%;
}
.header .header-content .header-menu .header-menu-item.menu-global .text-main {
  position: relative;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: normal;
  color: #222;
}
.header .header-content .header-menu .header-menu-item.menu-global .text-main img {
  display: inline-block;
  margin-top: 2px;
}
.header .header-content .header-menu .header-menu-item.menu-contact {
  display: none;
  margin: 0px 0px 0px 20px;
  padding: 10px 40px;
  background: #0059a7;
  color: #ffffff;
  border-left: 2px solid #0059a7;
}
.header .header-content .header-menu .header-menu-item.menu-contact:hover {
  background: #004B8C;
}
@media (min-width: 992px) {
  .header .header-content .header-menu .header-menu-item.menu-contact {
    display: flex;
  }
}

/*
 * navigation
 * -------------------------------------------------------------------
 */
/**********************/
/* navigation-content */
/**********************/
.navigation-content {
  opacity: 0;
  position: fixed;
  z-index: 1000;
  height: 100vh;
  padding-top: 80px;
  background: #ffffff;
  overflow: hidden;
  border-top: 3px solid #0059a7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .navigation-content {
    display: none;
  }
}
.navigation-content.navigation-content-min {
  padding-top: 60px;
}
.navigation-content.navigation-content-min .logo {
  height: 60px;
}
.navigation-content .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.navigation-content .logo img {
  display: block;
  height: 30px;
}
.navigation-content .menu {
  display: block;
  margin: 0px;
  padding: 15px;
}
.navigation-content .menu .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 15px 0px;
  padding: 15px 15px;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-radius: 4px;
  background: #fafafa;
}
.navigation-content .menu .link:hover {
  color: #ffffff;
  background: #0059a7;
}
.navigation-content.accordion {
  top: 0;
  width: 100%;
  transform: translateY(-100%);
}
.navigation-content.accordion.open {
  transform: translateY(0);
}
.navigation-content.sidebar_left {
  top: 0;
  left: 0;
  width: 250px;
  transform: translateX(-100%);
}
@media (min-width: 992px) {
  .navigation-content.sidebar_left {
    top: 0;
    left: 0;
    width: 250px;
    transform: translateX(-250px);
  }
}
.navigation-content.sidebar_left.open {
  transform: translateX(0);
}
.navigation-content.sidebar_right {
  top: 0;
  right: 0;
  width: 250px;
  transform: translateX(100%);
}
@media (min-width: 992px) {
  .navigation-content.sidebar_right {
    top: 0;
    right: 0;
    width: 250px;
    transform: translateX(250px);
  }
}
.navigation-content.sidebar_right.open {
  transform: translateX(0);
}

/*********************/
/* navigation-button */
/*********************/
.navigation-button {
  position: fixed;
  z-index: 1001;
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 10px;
  border: 1px solid transparent;
  background: transparent;
  display: block;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
@media (min-width: 992px) {
  .navigation-button {
    display: none;
  }
}
.navigation-button span.bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.navigation-button span.bar span {
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  position: absolute;
  display: block;
  border-radius: 1px;
  border-bottom: 1px solid transparent;
  width: 70%;
  height: 2px;
  margin-right: 15%;
  margin-left: 15%;
  border-color: #444444;
  background: #444444;
}
.navigation-button span.bar span.bar_line_1 {
  top: 30%;
}
.navigation-button span.bar span.bar_line_2 {
  top: 50%;
  width: 45%;
  margin-left: 40%;
}
.navigation-button span.bar span.bar_line_3 {
  top: 70%;
}
.navigation-button span.bar.btn-close span.bar_line_1 {
  transform: rotate(45deg);
  top: 50%;
}
.navigation-button span.bar.btn-close span.bar_line_2 {
  opacity: 0;
}
.navigation-button span.bar.btn-close span.bar_line_3 {
  transform: rotate(-45deg);
  top: 50%;
}

/********************/
/* navigation-layer */
/********************/
.navigation-layer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  background: rgba(0, 0, 0, 0.15);
}

/*
 * MAINVISUAL
 * -------------------------------------------------------------------
 */
.l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section {
  border-top: 1px solid #eee;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mv01 {
  /*margin-bottom: 16rem;*/
  max-width: 1200px;
  margin: auto;
  position: relative;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .mv01 {
    margin-top: 60px;
  }
}
.mv01 .swiper {
  height: 400px;
}
@media (min-width: 992px) {
  .mv01 .swiper {
    height: auto;
  }
}
.mv01 .l-inner {
  padding-bottom: 0;
}
.mv01 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1px;
  text-align: center;
}
.mv01 .swiper-slide > * {
  width: 50%;
}
@media (min-width: 992px) {
  .mv01 .swiper-slide > * {
    width: 33.3333333%;
  }
}
.mv01 .swiper-slide > *.c3 {
  display: none;
}
@media (min-width: 992px) {
  .mv01 .swiper-slide > *.c3 {
    display: block;
  }
}
.mv01 .swiper-slide > figure {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
}
.mv01 .swiper-slide > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv01 .slide-A {
  white-space: wrap;
  background: #37475A;
  color: #fff;
}
.mv01 .slide-B,
.mv01 .slide-C {
  white-space: wrap;
  background: #b0c4df;
  color: #1f2f44;
}
.mv01 .c2 {
  position: relative;
}
.mv01 .c2 figure {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.mv01 .c2 figure img {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}
.mv01 .c2 .cts {
  padding: 1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-height: 100%;
  height: 100%;
  width: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .mv01 .c2 .cts {
    padding: 2rem 3rem;
  }
}
@media (min-width: 992px) {
  .mv01 .c2 .cts {
    font-size: 1.6rem;
  }
}
.mv01 .c2 .cts h1 {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 3rem auto 1rem auto;
}
@media (min-width: 992px) {
  .mv01 .c2 .cts h1 {
    font-size: 2.8rem;
  }
}
.mv01 .c2 .cts h1 rt {
  font-size: 1rem;
  font-weight: normal;
  transform: translate(0, -5px);
}
@media (min-width: 992px) {
  .mv01 .c2 .cts h1 rt {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.mv01 .c2 .cts h3 {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  .mv01 .c2 .cts h3 {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.mv01 .c2 .cts p {
  margin-top: 30px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .mv01 .c2 .cts p {
    font-size: 1.2rem;
  }
}
.mv01 .c2 .logo_jshi {
  margin-top: 40px;
}
.mv01 .logo_jshi {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242f92;
  font-weight: 600;
  gap: 10px;
}
.mv01 .logo_jshi img {
  max-width: 70%;
}
@media (min-width: 992px) {
  .mv01 .logo_jshi img {
    max-width: 70%;
  }
}
.mv01 .logo_jshi span {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .mv01 .logo_jshi span {
    font-size: 2rem;
  }
}
.mv01 .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.mv01 .swiper-pagination-bullet {
  display: none;
  width: 5px;
  height: 4rem;
  cursor: pointer;
  transition: var(--transition);
  background-color: rgb(255, 255, 255);
  border-radius: 0;
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}
@media (min-width: 992px) {
  .mv01 .swiper-pagination-bullet {
    display: block;
  }
}
.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}
.mv01 .slide-media {
  height: 600px;
}
.mv01 .slide-media img {
  transition: 7s 1s ease-out;
}
.mv01 .slide-title {
  position: absolute;
  text-align: left;
  top: 130px;
  left: 0%;
  /*margin-left: 16rem;*/
  width: 100%;
}
@media (min-width: 992px) {
  .mv01 .slide-title {
    left: 0;
    top: 120px;
    transform: none;
  }
}
.mv01 .slide-title .content {
  position: relative;
  max-width: 96%;
  margin: 0 auto 0 auto;
}
@media (min-width: 992px) {
  .mv01 .slide-title .content {
    max-width: 1100px;
  }
}
.mv01 .slide-title .content .title-inr {
  display: inline-block;
  margin-bottom: 15rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .mv01 .slide-title .content .title-inr {
    margin-bottom: 120px;
  }
}
.mv01 .slide-title .content .title-inr h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .mv01 .slide-title .content .title-inr h2 {
    font-size: 2.5rem;
  }
}
.mv01 .slide-title .content .title-inr p {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Noto Sans JP", serif;
}
.mv01 .slide-title .content .num-warp {
  background-color: #37475A;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  padding: 1rem 1rem 2rem;
  margin: 0.5rem;
}
.mv01 .slide-title .content .num-warp .num-title {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.mv01 .slide-title .content .num-warp .num-text {
  font-size: 1.1rem;
  font-weight: bold;
}
.mv01 .slide-title .content .num-warp .num {
  font-size: 6rem;
  line-height: 1.2;
}
.mv01 .slide-title .content .num-warp .num small {
  font-size: 1.3rem;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}
@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .mv01 {
    /*margin-bottom: 8rem;*/
  }
  .mv01 .slide-media {
    height: 540px;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
#about-us {
  padding: 4rem 0 0;
}
#about-us .content {
  position: relative;
  max-width: 1100px;
  margin: 0px auto 3rem auto;
}
#about-us .content .l-content {
  position: relative;
}
#about-us .content .l-content figure {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 230px;
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  #about-us .content .l-content figure {
    margin: 0;
  }
}
#about-us .content .l-content figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#about-us .content .r-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #about-us .content .r-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#about-us .content .r-content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #about-us .content .r-content h2 {
    font-size: 2.3rem;
  }
}
#about-us .content .r-content p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  #about-us .content .r-content p {
    margin-bottom: 5rem;
    font-size: 1.3rem;
  }
}
#about-us .content .r-content .under-line {
  margin: 3rem 0;
  border-top: 1px solid #0059a7;
  width: 100px;
}
@media (min-width: 992px) {
  #about-us .content .r-content .under-line {
    margin: 1.2rem 0;
  }
}
#about-us .content .r-content .sub-img {
  width: 100%;
}
#cliant .content {
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
  padding: 0 3rem;
}
@media (min-width: 992px) {
  #cliant .content {
    padding: 0;
  }
}
#cliant .content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #cliant .content h2 {
    font-size: 2.3rem;
  }
}
#cliant .content .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
@media (min-width: 992px) {
  #cliant .content .under-line {
    margin: 1rem auto;
  }
}
#cliant .row img {
  width: 100%;
}

/* CTAセクション*/
#cta {
  background-color: #37475A;
}
#cta .content {
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
}
#cta .content h2 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  #cta .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#cta .content i {
  margin-right: 0.5rem;
}
#cta .content .phone-cta, #cta .content .form-cta {
  padding: 4rem 2rem;
}
#cta .content .phone-cta .desc, #cta .content .form-cta .desc {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #cta .content .phone-cta, #cta .content .form-cta {
    padding: 3rem 3rem 2rem;
  }
}
#cta .content .phone-cta {
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  #cta .content .phone-cta {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
#cta .content .phone-cta a {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 992px) {
  #cta .content .phone-cta a {
    font-size: 3rem;
    display: block;
    width: 80%;
    margin: auto;
    font-weight: normal;
  }
}
#cta .content .form-cta a {
  font-size: 2rem;
  padding: 2rem 0;
  width: 80%;
  margin-bottom: 1.5rem;
  background-color: #fff;
  font-weight: bold;
  color: #37475A;
}
@media (min-width: 992px) {
  #cta .content .form-cta a {
    font-size: 1.3rem;
    padding: 1.2rem 0;
    margin-bottom: 0.5rem;
  }
}
#cta .content .form-cta a i {
  margin-left: 1rem;
}
#cta .content .form-cta .button-main .text {
  color: #37475A;
}
#cta .content .form-cta .button-main:hover .text, #cta .content .form-cta .button-main:hover i {
  color: #ffffff;
}

/*会社案内のタイトル*/
#company-title {
  height: 200px;
  overflow: hidden;
  position: relative;
  display: block;
  background-image: url("../img/toppage/company-title-bg.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #company-title {
    height: 350px;
  }
}
#company-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 3rem;
  text-align: center;
  color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
}
#company-title h2 small {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
  display: block;
}

/*トップページの会社マップ*/
#company-map {
  background-color: #f6f6f6;
  width: 100%;
}
#company-map .warp-map {
  min-height: 300px;
  width: 100%;
  height: 100%;
  display: block;
}
#company-map .warp-map iframe {
  min-height: 300px;
  width: 100%;
  height: 100%;
}
#company-map .warp-info {
  padding: 2rem 1rem;
  text-align: center;
  background-image: url("../img/toppage/company-bg-sp.png");
  background-size: cover;
  background-position: -60% center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 992px) {
  #company-map .warp-info {
    padding: 3rem;
    background-position: 200px center;
    background-image: url("../img/toppage/company-bg.png");
    text-align: left;
  }
}
#company-map .warp-info h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #company-map .warp-info h2 {
    font-size: 2.3rem;
  }
}
#company-map .warp-info .under-line {
  margin: 1rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
@media (min-width: 992px) {
  #company-map .warp-info .under-line {
    margin: 1rem 0;
  }
}
#company-map .warp-info table {
  width: 100%;
  text-align: left;
  margin-top: 5rem;
}
@media (min-width: 992px) {
  #company-map .warp-info table {
    margin-top: 2rem;
  }
}
#company-map .warp-info table td {
  vertical-align: top;
  padding: 0.3rem 0.2rem;
  border: 0px none;
}

#first-view-loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#first-view-loading .loading {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  background: #ffffff;
}
#first-view-loading .loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
#first-view-loading .loading svg .st0 {
  fill: #000;
  stroke: #000;
  stroke-dasharray: 1450;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  animation: loading 2.5s ease-in 0s;
}
#first-view-loading .loading.loading-lefttop svg {
  animation: animeLeftTop 2s ease-out 0s forwards;
}
@keyframes animeLeftTop {
  0% {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    top: 36px;
    left: 15px;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    margin: 0px;
    width: 110px;
  }
}

#first-view-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transform: scaleX(0);
}
#first-view-animation.first-view-animation {
  animation: firstViewAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  background-color: #0059a7;
}
#first-view-animation.first-view-animation::after {
  content: "";
}
@keyframes firstViewAnimation {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  35% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  36%, 60% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

#first-view {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 1;
}
#first-view::-webkit-scrollbar {
  display: none;
}
#first-view .main-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 100px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
#first-view .main-visual .main-visual-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#first-view .main-visual .main-visual-container .message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 0px;
  opacity: 0;
}
@media (min-width: 992px) {
  #first-view .main-visual .main-visual-container .message {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
#first-view .main-visual .main-visual-container .message .message-text-main {
  /*
            display:flex;
            align-items:center;
            justify-content:center;
            */
  margin-bottom: 10px;
  padding: 5px;
  min-width: 350px;
  font-size: 24px;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
#first-view .main-visual .main-visual-container .message .message-text-main:last-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #first-view .main-visual .main-visual-container .message .message-text-main {
    font-size: 28px;
    min-width: 700px;
  }
  #first-view .main-visual .main-visual-container .message .message-text-main br {
    display: none;
  }
}
#first-view .main-visual .main-visual-container .message .message-text-sub {
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  #first-view .main-visual .main-visual-container .message .message-text-sub {
    font-size: 1.5em;
  }
  #first-view .main-visual .main-visual-container .message .message-text-sub br {
    display: none;
  }
}
#first-view .main-visual .main-visual-container .message .message-animation {
  position: relative;
}
#first-view .main-visual .main-visual-container .message .message-animation span {
  opacity: 0;
  animation: titleTextAnimation 0.2s linear 0.5s forwards;
}
#first-view .main-visual .main-visual-container .message .message-animation::after {
  animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #0059a7;
}
@keyframes titleTextAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titleAnimation {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  35% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  36%, 60% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
#first-view .main-visual .main-visual-container .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
}
#first-view .main-visual .main-visual-container .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*
            @media (min-width: 992px) {
                height:600px;
            }
            */
}
#first-view .main-visual .main-visual-container .swiper-container .swiper-slide.swiper-slide-active .image, #first-view .main-visual .main-visual-container .swiper-container .swiper-slide.swiper-slide-duplicate-active .image, #first-view .main-visual .main-visual-container .swiper-container .swiper-slide.swiper-slide-prev .image {
  animation: imageAnimation 10s linear 0s 1 normal both;
}
@keyframes imageAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#first-view .main-visual .main-visual-container .swiper-container .swiper-slide .slide-img img {
  display: block;
}
#first-view .main-visual .main-visual-container .swiper-container .swiper-slide .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
}
#first-view .main-visual .main-visual-container .swiper-container .swiper-slide .image.image-1 {
  background-image: url("../img/toppage/mainvisual-1.jpg");
}
#first-view .main-visual .main-visual-container .swiper-container .swiper-slide .image.image-2 {
  background-image: url("../img/toppage/mainvisual-2.jpg");
}
#first-view .main-visual .main-visual-container .swiper-container .swiper-slide .image.image-3 {
  background-image: url("../img/toppage/mainvisual-3.jpg");
}
@media (min-width: 1200px) {
  #first-view .main-visual .main-visual-container .swiper-container .swiper-slide .image.image-3 {
    background-position: bottom;
  }
}
#first-view .main-visual-pagination {
  position: absolute;
  bottom: -40px;
  left: 30px;
}
@media (min-width: 992px) {
  #first-view .main-visual-pagination {
    bottom: -40px;
    left: 120px;
  }
}
#first-view .main-visual-pagination .swiper-pagination-bullet {
  margin-left: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #c8cce3;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
#first-view .main-visual-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0059a7;
}
#first-view .main-visual-bar {
  position: absolute;
  bottom: -50px;
  left: 10px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  #first-view .main-visual-bar {
    bottom: -50px;
    left: 100px;
  }
}
#first-view .main-visual-bar .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: #d01d40;
}

#toppage-main-area {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-duration: 0.5s;
}
#toppage-main-area.toppage-main-area-waiting {
  opacity: 0;
  transform: translateY(100px);
}

/*
 * SUBPAGE-VISUAL
 * -------------------------------------------------------------------
 */
.subpage-visual {
  position: relative;
  display: block;
}
.subpage-visual .content {
  margin: 0px 0px 0px 0px;
  padding: 120px 0px 50px 0px;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #efefef;
}
.subpage-visual .content .text-main {
  margin: 0px 0px 10px 0px;
  font-size: 36px;
  font-weight: 400;
}
.subpage-visual .content .text-main:first-letter {
  color: #0059a7;
}
.subpage-visual .content .text-sub {
  font-size: 18px;
  font-weight: 200;
}
@media (min-width: 992px) {
  .subpage-visual .content {
    padding: 350px 0px 250px 0px;
  }
}
.subpage-visual .breadcrumb {
  display: block;
  margin: 0px;
  padding: 0px;
  background: transparent;
  border: none;
}
.subpage-visual .breadcrumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 0px;
  padding: 0px;
}
.subpage-visual .breadcrumb ul li {
  display: block;
  margin: 0px 5px;
  padding: 4px 0px;
}
.subpage-visual .breadcrumb ul li.active {
  border-bottom: 1px solid #666;
}

/*
 * TOPPAGE
 * -------------------------------------------------------------------
 */
.toppage-news {
  padding: 120px 15px 80px 15px;
  position: relative;
}
.toppage-news .content {
  margin: 0px auto;
  max-width: 1100px;
}
.toppage-news .content .line {
  margin: 20px 0px 20px 0px;
  border-top: 1px solid #0059a7;
  width: 50px;
}
.toppage-news .content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-news .content h2 {
    font-size: 2.3rem;
  }
}
.toppage-news .content .button-main {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .toppage-news .content .button-main {
    margin-top: 0px;
  }
}
.toppage-news .content .button-main .text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .toppage-news .content .button-main .text {
    font-size: 1rem;
  }
}
.toppage-news .content .toppage-news-list {
  margin: 0px 0px 30px 0px;
}
.toppage-news .content .toppage-news-list .news-list-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 992px) {
  .toppage-news .content .toppage-news-list .news-list-item {
    padding: 10px 0px;
  }
}
.toppage-news .content .toppage-news-list .news-list-item:first-child {
  padding-top: 0px;
}
.toppage-news .content .toppage-news-list .news-list-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.toppage-news .content .toppage-news-list .news-list-item .news-list-item-date {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 5px;
  font-size: 16px;
  color: #666666;
}
@media (min-width: 992px) {
  .toppage-news .content .toppage-news-list .news-list-item .news-list-item-date {
    width: auto;
    margin: 0px 30px 0px 0px;
  }
}
.toppage-news .content .toppage-news-list .news-list-item .news-list-item-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 5px;
}
.toppage-news .content .toppage-news-list .news-list-item .news-list-item-label label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 2px 0px;
  min-width: 100px;
  color: #0059a7;
  border: 1px solid #0059a7;
  font-size: 12px;
}
@media (min-width: 992px) {
  .toppage-news .content .toppage-news-list .news-list-item .news-list-item-label {
    width: auto;
    margin: 0px 30px 0px 0px;
  }
}
.toppage-news .content .toppage-news-list .news-list-item .news-list-item-read {
  display: flex;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #666666;
}
@media (min-width: 992px) {
  .toppage-news .content .toppage-news-list .news-list-item .news-list-item-read {
    width: auto;
  }
}
.toppage-news .content .button-wrapper {
  text-align: right;
}
@media (min-width: 768px) {
  .toppage-news .content .button-wrapper {
    text-align: left;
  }
}

.toppage-service {
  padding: 50px 15px;
}
.toppage-service .content {
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
}
.toppage-service .content .image-title {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 260px;
  z-index: 100;
}
@media (min-width: 992px) {
  .toppage-service .content .image-title {
    top: 100px;
    right: 80px;
    width: auto;
  }
}
.toppage-service .content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-service .content h2 {
    font-size: 2.3rem;
  }
}
.toppage-service .content .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
@media (min-width: 992px) {
  .toppage-service .content .under-line {
    margin: 1rem auto;
  }
}
.toppage-service .content .service-desc {
  font-size: 1.6rem;
  margin: 1.5rem 0 3rem 0;
}
@media (min-width: 992px) {
  .toppage-service .content .service-desc {
    font-size: 1.3rem;
  }
}
.toppage-service .content .service-list {
  display: flex;
  flex-wrap: wrap;
}
.toppage-service .content .service-list .service-list-item {
  display: block;
  width: 50%;
}
.toppage-service .content .service-list .service-list-item:nth-child(1) {
  padding: 0px 10px 0px 0px;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item:nth-child(1) {
    padding: 0px 10px 10px 10px;
  }
}
.toppage-service .content .service-list .service-list-item:nth-child(2) {
  padding: 60px 0px 0px 10px;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item:nth-child(2) {
    padding: 60px 10px 10px 10px;
  }
}
.toppage-service .content .service-list .service-list-item:nth-child(3) {
  padding: 60px 10px 0px 0px;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item:nth-child(3) {
    padding: 120px 10px 10px 10px;
  }
}
.toppage-service .content .service-list .service-list-item:nth-child(4) {
  padding: 120px 0px 0px 10px;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item:nth-child(4) {
    padding: 180px 10px 10px 10px;
  }
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item {
    width: 25%;
  }
}
.toppage-service .content .service-list .service-list-item .service-list-item-image {
  position: relative;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}
.toppage-service .content .service-list .service-list-item .service-list-item-image .image {
  display: block;
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item .service-list-item-image .image {
    height: 500px;
  }
}
.toppage-service .content .service-list .service-list-item .service-list-item-content {
  position: relative;
  padding: 40px 0px 40px 0px;
}
.toppage-service .content .service-list .service-list-item .service-list-item-content .circle {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  background: #37475A;
}
.toppage-service .content .service-list .service-list-item .service-list-item-content .title {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item .service-list-item-content .title {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}
.toppage-service .content .service-list .service-list-item .service-list-item-content .line {
  margin: 20px auto 20px auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
.toppage-service .content .service-list .service-list-item .service-list-item-content .read {
  color: #444444;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item .service-list-item-content .read {
    font-size: 15px;
  }
}
.toppage-service .content .service-list .service-list-item .service-list-item-content .button {
  padding: 20px 0px;
  text-align: center;
}
.toppage-service .content .buttons {
  padding: 20px 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-service .content .buttons {
    padding: 0px 20px 0;
  }
}
.toppage-service .content .buttons .button-main {
  margin: 0px auto;
  display: flex;
  max-width: 500px;
  border-left: 4px solid #0059a7;
  height: 70px;
}
.toppage-service .content .buttons .button-main:first-child {
  margin: 0px auto 10px auto;
}
@media (min-width: 992px) {
  .toppage-service .content .buttons .button-main {
    height: 80px;
  }
}

.toppage-company {
  margin: 0px 0px 100px 0px;
  padding: 50px 0px;
  /*
    background: -webkit-linear-gradient(transparent 50%, #fafafa 50%);
    background: -o-linear-gradient(transparent 50%, #fafafa 50%);
    background: linear-gradient(transparent 50%, #fafafa 50%);
    */
}
.toppage-company .content {
  max-width: 1380px;
  margin: 0px auto;
  padding: 80px 0px 50px 0px;
  position: relative;
}
.toppage-company .content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #eeeeee;
  z-index: -1;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transition-delay: 0.1s;
}
.toppage-company .content.active:before {
  width: 100%;
}
@media (min-width: 992px) {
  .toppage-company .content {
    display: flex;
  }
}
.toppage-company .content .content-left {
  position: relative;
}
@media (min-width: 992px) {
  .toppage-company .content .content-left {
    width: 50%;
  }
}
.toppage-company .content .content-left .image-title {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 300px;
  z-index: 1;
}
@media (min-width: 992px) {
  .toppage-company .content .content-left .image-title {
    top: -20px;
    left: 50px;
    width: 350px;
  }
}
.toppage-company .content .content-left .image-main {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .toppage-company .content .content-left .image-main {
    height: 400px;
  }
}
.toppage-company .content .content-left .image-main .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.toppage-company .content .content-left .image-sub-1 {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -95px;
  right: 130px;
  display: flex;
}
.toppage-company .content .content-left .image-sub-1 .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .toppage-company .content .content-left .image-sub-1 {
    width: 160px;
    height: 160px;
    bottom: -80px;
    right: -100px;
  }
}
.toppage-company .content .content-left .image-sub-2 {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -115px;
  right: 15px;
}
.toppage-company .content .content-left .image-sub-2 .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .toppage-company .content .content-left .image-sub-2 {
    width: 160px;
    height: 160px;
    bottom: -80px;
    right: -270px;
  }
}
.toppage-company .content .content-right {
  padding: 120px 20px 20px 20px;
}
@media (min-width: 992px) {
  .toppage-company .content .content-right {
    width: 50%;
    padding: 50px 50px 50px 50px;
  }
}
.toppage-company .content .content-right .text-main {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .toppage-company .content .content-right .text-main {
    font-size: 24px;
  }
}
.toppage-company .content .content-right .text-main br {
  display: inline;
}
@media (min-width: 992px) {
  .toppage-company .content .content-right .text-main br {
    display: inline;
  }
}
.toppage-company .content .content-right .text-main.text-main-sp {
  display: block;
}
@media (min-width: 992px) {
  .toppage-company .content .content-right .text-main.text-main-sp {
    display: none;
  }
}
.toppage-company .content .content-right .text-main.text-main-pc {
  display: none;
}
@media (min-width: 992px) {
  .toppage-company .content .content-right .text-main.text-main-pc {
    display: block;
  }
}
.toppage-company .content .content-right .text-sub {
  color: #444444;
}
.toppage-company .content .content-right .text-sub br {
  display: none;
}
@media (min-width: 992px) {
  .toppage-company .content .content-right .text-sub br {
    display: inline;
  }
}
.toppage-company .content .content-right .buttons {
  padding: 20px 20px;
  text-align: left;
}
.toppage-company .content .content-right .buttons .button-main {
  margin: 0px auto;
  padding: 15px;
  display: flex;
  max-width: 600px;
}
.toppage-company .content .content-right .buttons .button-main:first-child {
  margin: 0px auto 10px auto;
}
@media (min-width: 992px) {
  .toppage-company .content .content-right .buttons .button-main {
    display: inline-flex;
    padding: 8px 20px;
  }
  .toppage-company .content .content-right .buttons .button-main:first-child {
    margin: 0px;
  }
}

.toppage-frtm {
  padding: 50px 0px 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-frtm {
    padding: 50px 0px 100px;
  }
}
.toppage-frtm h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-frtm h2 {
    font-size: 2.3rem;
  }
}
.toppage-frtm .under-line {
  margin: 1rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
.toppage-frtm .content {
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}
.toppage-frtm .content .title {
  display: block;
  max-width: 100%;
  margin: 0px 20px 40px 20px;
  width: 300px;
}
@media (min-width: 992px) {
  .toppage-frtm .content .title {
    margin: 0px 0px 40px 0px;
    width: auto;
  }
}
.toppage-frtm .content .recruit-list-wrapper {
  margin: 3rem 0px 50px 0px;
  position: relative;
}
.toppage-frtm .content .recruit-list-wrapper .recruit-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.toppage-frtm .content .recruit-list-wrapper .recruit-list .recruit-list-item {
  width: 100%;
  height: 400px;
}
.toppage-frtm .content .recruit-list-wrapper .recruit-list .recruit-list-item .image {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.toppage-frtm .content .recruit-list-wrapper .message {
  position: absolute;
  left: 0px;
  bottom: -50px;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #222222;
  background: #ffffff;
  margin: 2rem;
}
@media (min-width: 992px) {
  .toppage-frtm .content .recruit-list-wrapper .message {
    font-size: 24px;
    margin: 0;
  }
}
.toppage-frtm .content .recruit-list-wrapper .message br {
  display: none;
}
@media (min-width: 992px) {
  .toppage-frtm .content .recruit-list-wrapper .message br {
    display: block;
  }
}
.toppage-frtm .content .buttons {
  padding: 20px 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-frtm .content .buttons {
    padding: 50px 20px 0;
  }
}
.toppage-frtm .content .buttons .button-main {
  margin: 0px auto;
  display: flex;
  max-width: 500px;
  border-left: 4px solid #0059a7;
  height: 70px;
}
.toppage-frtm .content .buttons .button-main:first-child {
  margin: 0px auto 10px auto;
}
@media (min-width: 992px) {
  .toppage-frtm .content .buttons .button-main {
    height: 80px;
  }
}

.toppage-photo.picture-list {
  padding: 3rem 0;
}

.toppage-photo {
  padding: 50px 0px 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-photo {
    padding: 50px 0px 0px;
  }
}
.toppage-photo .content {
  text-align: center;
}
.toppage-photo .content .title-box {
  padding: 0 15px;
}
.toppage-photo .content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-photo .content h2 {
    font-size: 2.3rem;
  }
}
.toppage-photo .content .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
@media (min-width: 992px) {
  .toppage-photo .content .under-line {
    margin: 1rem auto;
  }
}
.toppage-photo .content .service-desc {
  font-size: 1.6rem;
  margin: 1.5rem 0 3rem 0;
}
@media (min-width: 992px) {
  .toppage-photo .content .service-desc {
    font-size: 1.3rem;
  }
}

.toppage-result {
  padding: 3rem 0;
}
.toppage-result .content {
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
}
.toppage-result .content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-result .content h2 {
    font-size: 2.3rem;
  }
}
.toppage-result .content .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
@media (min-width: 992px) {
  .toppage-result .content .under-line {
    margin: 1rem auto;
  }
}
.toppage-result .content .service-desc {
  font-size: 1.6rem;
  margin: 1.5rem 0 3rem 0;
}
@media (min-width: 992px) {
  .toppage-result .content .service-desc {
    font-size: 1.3rem;
  }
}
.toppage-result .content .result-item {
  text-align: left;
  padding-top: 3rem;
}
.toppage-result .content .result-item .l-content {
  position: relative;
}
.toppage-result .content .result-item .l-content figure {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 230px;
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  .toppage-result .content .result-item .l-content figure {
    margin: 0;
  }
}
.toppage-result .content .result-item .l-content figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .toppage-result .content .result-item .l-content figure img {
    width: auto;
    height: 100%;
  }
}
.toppage-result .content .result-item .r-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .toppage-result .content .result-item .r-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.toppage-result .content .result-item .r-content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-result .content .result-item .r-content h2 {
    font-size: 2.3rem;
  }
}
.toppage-result .content .result-item .r-content p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .toppage-result .content .result-item .r-content p {
    margin-bottom: 5rem;
    font-size: 1.1rem;
  }
}
.toppage-result .content .result-item .r-content .under-line {
  margin: 3rem 0;
  border-top: 1px solid #0059a7;
  width: 100px;
}
@media (min-width: 992px) {
  .toppage-result .content .result-item .r-content .under-line {
    margin: 1.2rem 0;
  }
}
.toppage-result .content .result-item .r-content .labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
}
.toppage-result .content .result-item .r-content .labels .label {
  display: block;
  margin: 3px;
  padding: 0px 10px;
  font-size: 11px;
  color: #ffffff;
  line-height: 25px;
  background: #004B8C;
}
.toppage-result .content .result-item .r-content .sub-img {
  width: 100%;
}
.toppage-map {
  padding: 50px 15px;
  background: #f5f5f5;
}
.toppage-map .content {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
.toppage-map .content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-map .content h2 {
    font-size: 2.3rem;
  }
}
.toppage-map .content .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
@media (min-width: 992px) {
  .toppage-map .content .under-line {
    margin: 1rem auto;
  }
}
.toppage-map .content .koujou {
  margin-top: -50px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .toppage-map .content .koujou {
    margin-top: -100px;
  }
}
.toppage-map .content .koujou img {
  max-width: 100%;
}
.toppage-map .content .koujou p {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 10px 0 5px;
}
@media (min-width: 992px) {
  .toppage-map .content .koujou p {
    font-size: 1.2rem;
  }
}
.toppage-map .content .koujou .labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
  justify-content: center;
}
.toppage-map .content .koujou .labels .label {
  display: block;
  padding: 0px 10px;
  font-size: 11px;
  color: #555;
  background: rgba(0, 0, 0, 0.05);
  margin-right: 7px;
}
@media (min-width: 992px) {
  .toppage-map .content .koujou .labels .label {
    font-size: 14px;
  }
}
.toppage-map .content .map-box {
  position: relative;
}
.toppage-map .content .map-box .map-img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.toppage-map .content .map-box .map-img img {
  width: 100%;
}
.toppage-map .content .map-box .map-text {
  text-align: left;
  left: 0;
  top: 60px;
  transform: none;
  position: absolute;
}
@media (min-width: 992px) {
  .toppage-map .content .map-box .map-text {
    top: 120px;
  }
}
.toppage-map .content .map-box .map-text .map-text-content {
  position: relative;
  margin: 0 auto 0 auto;
}
.toppage-map .content .map-box .map-text .map-text-content h3 {
  font-size: 3rem;
  color: #3f3f3f;
  font-weight: bold;
}
.toppage-map .content .map-box .map-text .map-text-content .subtitle {
  font-size: 1.5rem;
  padding-bottom: 0;
}
.toppage-map .content .map-box .map-text .map-text-content .row img {
  max-width: 100%;
}
.toppage-map .content .map-box .map-text .groups {
  display: flex;
  flex-wrap: wrap;
}
.toppage-map .content .map-box .map-text .groups .groups-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 992px) {
  .toppage-map .content .map-box .map-text .groups .groups-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .toppage-map .content .map-box .map-text .groups .groups-item:nth-child(2) {
    transform: translateY(50px);
  }
  .toppage-map .content .map-box .map-text .groups .groups-item:nth-child(4) {
    transform: translateY(50px);
  }
}
.toppage-map .content .map-box .map-text .groups .groups-item .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 295px;
  border-left: 2px solid #0059a7;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .toppage-map .content .map-box .map-text .groups .groups-item .inner {
    min-height: 210px;
  }
}
.toppage-map .content .map-box .map-text .groups .groups-item .inner .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .toppage-map .content .map-box .map-text .groups .groups-item .inner .image {
    padding: 10px 10px 10px 30px;
  }
}
@media (min-width: 1200px) {
  .toppage-map .content .map-box .map-text .groups .groups-item .inner .image {
    padding: 30px;
    width: 200px;
  }
}
.toppage-map .content .map-box .map-text .groups .groups-item .inner .image img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0px 0px 0px 0px;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.toppage-map .content .map-box .map-text .groups .groups-item .inner .content {
  padding: 0px 15px 30px 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .toppage-map .content .map-box .map-text .groups .groups-item .inner .content {
    padding: 0px 30px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .toppage-map .content .map-box .map-text .groups .groups-item .inner .content {
    padding: 30px;
    width: calc(100% - 200px);
  }
}
.toppage-map .content .map-box .map-text .groups .groups-item .inner .content .title {
  display: flex;
  align-items: center;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .toppage-map .content .map-box .map-text .groups .groups-item .inner .content .title {
    font-size: 20px;
  }
}
.toppage-map .content .map-box .map-text .groups .groups-item .inner .content .labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
}
.toppage-map .content .map-box .map-text .groups .groups-item .inner .content .labels .label {
  display: block;
  margin: 3px;
  padding: 0px 10px;
  font-size: 11px;
  color: #ffffff;
  line-height: 25px;
  background: #004B8C;
}
.toppage-map .content .buttons {
  padding: 50px 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-map .content .buttons {
    padding: 50px 20px 0;
  }
}
.toppage-map .content .buttons .button-main {
  margin: 0px auto;
  display: flex;
  max-width: 500px;
  border-left: 4px solid #0059a7;
  height: 70px;
}
.toppage-map .content .buttons .button-main:first-child {
  margin: 0px auto 10px auto;
}
@media (min-width: 992px) {
  .toppage-map .content .buttons .button-main {
    height: 80px;
  }
}

.toppage-recruit {
  padding: 50px 0px 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-recruit {
    padding: 50px 0px 100px;
  }
}
.toppage-recruit h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .toppage-recruit h2 {
    font-size: 2.3rem;
  }
}
.toppage-recruit .under-line {
  margin: 1rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
.toppage-recruit .content {
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}
.toppage-recruit .content .title {
  display: block;
  max-width: 100%;
  margin: 0px 20px 40px 20px;
  width: 300px;
}
@media (min-width: 992px) {
  .toppage-recruit .content .title {
    margin: 0px 0px 40px 0px;
    width: auto;
  }
}
.toppage-recruit .content .recruit-list-wrapper {
  margin: 3rem 0px 50px 0px;
  position: relative;
}
.toppage-recruit .content .recruit-list-wrapper .recruit-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.toppage-recruit .content .recruit-list-wrapper .recruit-list .recruit-list-item {
  width: 33.3333333333%;
  height: 400px;
}
@media (min-width: 992px) {
  .toppage-recruit .content .recruit-list-wrapper .recruit-list .recruit-list-item {
    width: 16.6666666667%;
  }
}
.toppage-recruit .content .recruit-list-wrapper .recruit-list .recruit-list-item .image {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.toppage-recruit .content .recruit-list-wrapper .message {
  position: absolute;
  left: 0px;
  bottom: -50px;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #222222;
  background: #ffffff;
  margin: 2rem;
}
@media (min-width: 992px) {
  .toppage-recruit .content .recruit-list-wrapper .message {
    font-size: 24px;
    margin: 0;
  }
}
.toppage-recruit .content .recruit-list-wrapper .message br {
  display: none;
}
@media (min-width: 992px) {
  .toppage-recruit .content .recruit-list-wrapper .message br {
    display: block;
  }
}
.toppage-recruit .content .buttons {
  padding: 20px 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .toppage-recruit .content .buttons {
    padding: 50px 20px 0;
  }
}
.toppage-recruit .content .buttons .button-main {
  margin: 0px auto;
  display: flex;
  max-width: 500px;
  border-left: 4px solid #0059a7;
  height: 70px;
}
.toppage-recruit .content .buttons .button-main:first-child {
  margin: 0px auto 10px auto;
}
@media (min-width: 992px) {
  .toppage-recruit .content .buttons .button-main {
    height: 80px;
  }
}

.toppage-groups {
  margin: 0px;
  padding: 30px 15px;
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .toppage-groups {
    padding: 60px 15px;
  }
}
.toppage-groups .content {
  max-width: 1400px;
  margin: 0px auto;
}
.toppage-groups .content .company-title {
  text-align: center;
}
.toppage-groups .content .company-title h2 {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}
@media (min-width: 992px) {
  .toppage-groups .content .company-title h2 {
    font-size: 2.3rem;
  }
}
.toppage-groups .content .company-title .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
.toppage-groups .content .title {
  display: block;
  max-width: 100%;
  margin: 0px auto 40px auto;
}
.toppage-groups .content .line {
  margin: 20px auto 20px auto;
  border-top: 1px solid #0059a7;
  width: 50px;
}
.toppage-groups .content .groups {
  display: flex;
  flex-wrap: wrap;
}
.toppage-groups .content .groups .groups-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 992px) {
  .toppage-groups .content .groups .groups-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .toppage-groups .content .groups .groups-item:nth-child(2) {
    transform: translateY(50px);
  }
  .toppage-groups .content .groups .groups-item:nth-child(4) {
    transform: translateY(50px);
  }
}
.toppage-groups .content .groups .groups-item .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 295px;
  border-left: 2px solid #0059a7;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .toppage-groups .content .groups .groups-item .inner {
    min-height: 210px;
  }
}
.toppage-groups .content .groups .groups-item .inner .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .toppage-groups .content .groups .groups-item .inner .image {
    padding: 10px 10px 10px 30px;
  }
}
@media (min-width: 1200px) {
  .toppage-groups .content .groups .groups-item .inner .image {
    padding: 30px;
    width: 200px;
  }
}
.toppage-groups .content .groups .groups-item .inner .image img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0px 0px 0px 0px;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.toppage-groups .content .groups .groups-item .inner .content {
  padding: 0px 15px 30px 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .toppage-groups .content .groups .groups-item .inner .content {
    padding: 0px 30px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .toppage-groups .content .groups .groups-item .inner .content {
    padding: 30px;
    width: calc(100% - 200px);
  }
}
.toppage-groups .content .groups .groups-item .inner .content .title {
  display: flex;
  align-items: center;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .toppage-groups .content .groups .groups-item .inner .content .title {
    font-size: 20px;
  }
}
.toppage-groups .content .groups .groups-item .inner .content .labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
}
.toppage-groups .content .groups .groups-item .inner .content .labels .label {
  display: block;
  margin: 3px;
  padding: 0px 10px;
  font-size: 11px;
  color: #ffffff;
  line-height: 25px;
  background: #004B8C;
}
/*
 * business
 * -------------------------------------------------------------------
 */
#business-list .business1 {
  padding: 4rem 0;
}
#business-list .business1.business-grey {
  background: #f5f5f5;
}
#business-list .business1 .content {
  position: relative;
  max-width: 1000px;
  margin: 0px auto 3rem auto;
}
#business-list .business1 .content .l-content {
  position: relative;
}
#business-list .business1 .content .l-content figure {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 230px;
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  #business-list .business1 .content .l-content figure {
    margin: 0;
  }
}
#business-list .business1 .content .l-content figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#business-list .business1 .content .r-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #business-list .business1 .content .r-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#business-list .business1 .content .r-content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #business-list .business1 .content .r-content h2 {
    font-size: 2.3rem;
  }
}
#business-list .business1 .content .r-content p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  #business-list .business1 .content .r-content p {
    margin-bottom: 5rem;
    font-size: 1.1rem;
  }
}
#business-list .business1 .content .r-content .under-line {
  margin: 3rem 0;
  border-top: 1px solid #0059a7;
  width: 100px;
}
@media (min-width: 992px) {
  #business-list .business1 .content .r-content .under-line {
    margin: 1.2rem 0;
  }
}
#business-list .business1 .content .r-content .labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
}
#business-list .business1 .content .r-content .labels .label {
  display: block;
  margin: 3px;
  padding: 0px 10px;
  font-size: 11px;
  color: #ffffff;
  line-height: 25px;
  background: #004B8C;
}
#business-list .business1 .content .r-content .sub-img {
  width: 100%;
}
#business-list .business1 .content .buttons {
  padding: 20px 20px 0;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #business-list .business1 .content .buttons {
    padding: 50px 20px 0;
    margin-top: 0;
  }
}
#business-list .business1 .content .buttons .button-main {
  margin: 0px auto;
  display: flex;
  max-width: 500px;
  border-left: 4px solid #0059a7;
  height: 70px;
}
#business-list .business1 .content .buttons .button-main:first-child {
  margin: 0px auto 10px auto;
}
@media (min-width: 992px) {
  #business-list .business1 .content .buttons .button-main {
    height: 80px;
  }
}

.business {
  margin: 0px;
  padding: 100px 15px;
}
.business.business-grey {
  background: #f5f5f5;
}
.business .content {
  max-width: 1400px;
  margin: 0px auto;
}
.business .content .content-header {
  display: block;
  max-width: 100%;
  margin: 0px auto 40px auto;
}
.business .content .content-header .circle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 10px 0px;
}
.business .content .content-header .circle-wrapper .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  background: #d01e40;
  border-radius: 100%;
}
.business .content .content-header .heading {
  margin: 0px 0px 10px 0px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .business .content .content-header .heading {
    font-size: 36px;
  }
}
.business .content .content-header .line {
  margin: 20px auto 20px auto;
  border-top: 1px solid #0059a7;
  width: 50px;
}
.business .content .content-header .text {
  text-align: center;
}
.business .content .content-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 0px 150px 0px;
}
.business .content .content-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 5px;
  padding: 12px 0px;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  background-color: #000000;
  position: relative;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
@media (min-width: 992px) {
  .business .content .content-buttons .button {
    width: 200px;
  }
}
.business .content .content-buttons .button .text {
  font-size: 12px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  z-index: 2;
}
.business .content .content-buttons .button .icon {
  display: inline-block;
  width: 15px;
  margin: 0px 0px 0px 10px;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  z-index: 2;
}
.business .content .content-buttons .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background-color: #0059a7;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.business .content .content-buttons .button:hover {
  background-color: #151515;
}
.business .content .content-buttons .button:hover .text {
  color: #ffffff;
}
.business .content .content-buttons .button:hover .icon {
  transform: translateX(5px);
}
.business .content .content-buttons .button:hover:before {
  width: 100%;
}
.business .content .content-image {
  margin: 0px 0px 50px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 992px) {
  .business .content .content-image {
    height: 600px;
  }
}
.business .content .content-image-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px auto 50px auto;
  max-width: 1000px;
}
.business .content .content-image-list .list-item {
  width: 100%;
}
@media (min-width: 992px) {
  .business .content .content-image-list .list-item {
    width: 50%;
  }
}
.business .content .content-image-list .list-item .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
}
@media (min-width: 992px) {
  .business .content .content-image-list .list-item .image {
    height: 280px;
  }
}
.business .content .content-image-list .list-item .text {
  margin: 0px 0px 0px 0px;
  padding: 20px 15px;
  text-align: center;
}
.business .content .content-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px 0px;
}
.business .content .content-heading .text {
  margin: 0px 20px;
}
.business .content .content-heading .text .text-main {
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
@media (min-width: 992px) {
  .business .content .content-heading .text .text-main {
    font-size: 24px;
  }
}
.business .content .content-heading .text.active .text-main {
  opacity: 1;
}
.business .content .content-heading .text.active .text-sub {
  opacity: 1;
}
.business .content .content-heading .line-left {
  width: 50px;
  height: 1px;
  position: relative;
}
.business .content .content-heading .line-left:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 1px;
  background: #0059a7;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.business .content .content-heading .line-left.active:after {
  width: 100%;
}
.business .content .content-heading .line-right {
  width: 50px;
  height: 1px;
  position: relative;
}
.business .content .content-heading .line-right:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #0059a7;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.business .content .content-heading .line-right.active:after {
  width: 100%;
}
.business .content .content-text {
  margin: 0px 0px 60px 0px;
}
.business .content .content-text p {
  margin: 0px 0px 20px 0px;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
}
.business .content .content-text p br {
  display: none;
}
@media (min-width: 992px) {
  .business .content .content-text p br {
    display: inline;
  }
}
.business .content .support-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  max-width: 1000px;
  border-right: 1px solid #ccc;
}
@media (min-width: 992px) {
  .business .content .support-list {
    margin: 0px auto 30px auto;
  }
}
.business .content .support-list.support-list-last {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .business .content .support-list.support-list-last .list-item:first-child {
    width: 75%;
  }
}
.business .content .support-list .list-item {
  margin: 0px 0px 20px 0px;
  padding: 0px 10px;
  width: 50%;
  border-left: 1px solid #ccc;
}
@media (min-width: 992px) {
  .business .content .support-list .list-item {
    margin: 0px;
    padding: 0px 30px;
    width: 25%;
  }
}
.business .content .support-list .list-item .image {
  height: 200px;
}
@media (min-width: 992px) {
  .business .content .support-list .list-item .image {
    height: 260px;
  }
}

/*
 * company
 * -------------------------------------------------------------------
 */
.company {
  margin: 0px;
  padding: 100px 15px;
}
.company.business-grey {
  background: #f5f5f5;
}
.company .content {
  max-width: 1000px;
  margin: 0px auto;
}
.company .content .content-thumbs {
  margin: 0px 0px 100px 0px;
}
@media (min-width: 992px) {
  .company .content .content-thumbs {
    display: flex;
  }
}
.company .content .content-thumbs .thumb {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .company .content .content-thumbs .thumb {
    width: 50%;
    margin: 10px;
  }
  .company .content .content-thumbs .thumb:nth-child(3n+1) {
    transform: translateY(0px);
  }
  .company .content .content-thumbs .thumb:nth-child(3n+2) {
    transform: translateY(40px);
  }
}
.company .content .content-thumbs .thumb:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.company .content .content-thumbs .thumb .thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.company .content .content-thumbs .thumb .thumb-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  margin: 0px;
  padding: 0px 20px;
  border-left: 2px solid #0059a7;
  background: #000;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.company .content .content-thumbs .thumb .thumb-button .text {
  color: #ffffff;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.company .content .content-thumbs .thumb .thumb-button .icon {
  display: block;
  width: 15px;
  margin: 0px 0px 0px auto;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  z-index: 2;
}
.company .content .content-thumbs .thumb .thumb-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0%;
  background-color: #0059a7;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.company .content .content-thumbs .thumb:hover .thumb-inner {
  transform: scale(1.05);
}
.company .content .content-thumbs .thumb:hover .thumb-button {
  background-color: #151515;
}
.company .content .content-thumbs .thumb:hover .thumb-button .text {
  color: #ffffff;
}
.company .content .content-thumbs .thumb:hover .thumb-button .icon {
  transform: translateX(5px);
}
.company .content .content-thumbs .thumb:hover .thumb-button:before {
  width: 100%;
}
.company .content .content-table {
  margin: 0px 0px 100px 0px;
}
.company .content .content-table .content-row {
  display: block;
}
@media (min-width: 992px) {
  .company .content .content-table .content-row {
    display: flex;
  }
}
.company .content .content-table .content-row .content-col {
  padding: 20px;
}
.company .content .content-table .content-row .content-col:nth-child(1) {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #0059a7;
}
@media (min-width: 992px) {
  .company .content .content-table .content-row .content-col:nth-child(1) {
    width: 200px;
  }
}
.company .content .content-table .content-row .content-col:nth-child(2) {
  width: 100%;
  border-bottom: 1px solid #222222;
}
@media (min-width: 992px) {
  .company .content .content-table .content-row .content-col:nth-child(2) {
    width: calc(100% - 220px);
    margin: 0px 0px 0px 20px;
  }
}

/*
 * news
 * -------------------------------------------------------------------
 */
.news-list {
  margin: 0px;
  padding: 100px 15px;
}
.news-list .content {
  max-width: 1100px;
  margin: 0px auto;
}
.news-list .content .article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
  .news-list .content .article-list {
    margin: 0px 0px 100px 0px;
  }
}
.news-list .content .article-list .article-list-item {
  width: 100%;
  color: #222222;
}
@media (min-width: 992px) {
  .news-list .content .article-list .article-list-item {
    width: 33.3333333333%;
  }
  .news-list .content .article-list .article-list-item:nth-child(3n+1) {
    transform: translateY(0px);
  }
  .news-list .content .article-list .article-list-item:nth-child(3n+2) {
    transform: translateY(40px);
  }
  .news-list .content .article-list .article-list-item:nth-child(3n+3) {
    transform: translateY(80px);
  }
}
.news-list .content .article-list .article-list-item .wrapper {
  display: block;
  position: relative;
  margin: 20px 15px 30px 15px;
  padding: 30px;
  border: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .news-list .content .article-list .article-list-item .wrapper {
    min-height: 250px;
  }
}
.news-list .content .article-list .article-list-item .wrapper:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #222;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.5s;
}
.news-list .content .article-list .article-list-item .wrapper.active:before {
  width: 30px;
}
.news-list .content .article-list .article-list-item .wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0px;
  background: #0059a7;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.5s;
}
.news-list .content .article-list .article-list-item .wrapper.active:after {
  height: 60px;
}
.news-list .content .article-list .article-list-item .wrapper .meta {
  display: flex;
  align-items: center;
  margin: 0px 0px 15px 0px;
}
.news-list .content .article-list .article-list-item .wrapper .meta .meta-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 0px 0px;
  font-size: 16px;
  color: #444444;
}
.news-list .content .article-list .article-list-item .wrapper .meta .meta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  font-size: 11px;
  color: #0059a7;
  border: 1px solid #0059a7;
}
.news-list .content .article-list .article-list-item .wrapper .title {
  margin: 0px 0px 15px 0px;
  font-size: 16px;
  font-weight: bold;
}
.news-list .content .article-list .article-list-item .wrapper .read {
  line-height: 1.8em;
}
.news-list .content .article-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.news-list .content .article-pagination a,
.news-list .content .article-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #222;
}
.news-list .content .article-pagination a.active, .news-list .content .article-pagination a.current,
.news-list .content .article-pagination span.active,
.news-list .content .article-pagination span.current {
  color: #0059a7;
  border-bottom: 1px solid #0059a7;
}

.news-detail {
  margin: 0px;
  padding: 40px 15px;
}
@media (min-width: 992px) {
  .news-detail {
    background-color: #f6f6f6;
  }
}
.news-detail .content {
  max-width: 1000px;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .news-detail .content {
    padding: 50px;
    background-color: #fff;
  }
}
.news-detail .content .article-meta {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px 0px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 1s;
}
.news-detail .content .article-meta.active {
  opacity: 1;
}
.news-detail .content .article-meta .meta-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 0px 0px;
  font-size: 16px;
  color: #444444;
}
.news-detail .content .article-meta .meta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  font-size: 11px;
  color: #0059a7;
  border: 1px solid #0059a7;
}
.news-detail .content .article-meta .share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  font-size: 23px;
}
.news-detail .content .article-meta .share .fa-facebook-square {
  color: #3b5998;
  margin-right: 1.2rem;
}
.news-detail .content .article-meta .share .fa-line {
  color: #06c755;
}
.news-detail .content .article-heading {
  display: block;
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 20px 0px;
  font-size: 28px;
  font-weight: normal;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.news-detail .content .article-heading .text {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 1s;
}
.news-detail .content .article-heading.active .text {
  opacity: 1;
}
.news-detail .content .article-heading:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #222;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.news-detail .content .article-heading.active:before {
  width: 100%;
}
.news-detail .content .article-heading:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #0059a7;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.7s;
}
.news-detail .content .article-heading.active:after {
  width: 60px;
}
.news-detail .content .article-body {
  margin: 0px 0px 50px 0px;
}
.news-detail .content .article-body h2 {
  font-size: 2.3rem;
  margin: 1rem 0;
  font-weight: bold;
  border-left: 3px solid #0059a7;
  padding-left: 1rem;
}
.news-detail .content .article-body h3 {
  font-size: 2rem;
  padding: 1rem 0;
  font-weight: bold;
}
.news-detail .content .article-body h4, .news-detail .content .article-body h5 {
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: bold;
}
.news-detail .content .article-button {
  text-align: center;
  padding: 40px 0px;
}
.news-detail .content .article-button .button-main {
  padding: 15px 40px;
}

/*
 * recruit
 * -------------------------------------------------------------------
 */
.recruit-main .content {
  max-width: 1400px;
  margin: 0px auto;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-main .content .images {
  display: flex;
}
@media (min-width: 992px) {
  .recruit-main .content .images {
    width: calc(100% - 200px);
  }
}
.recruit-main .content .images .images-item {
  width: 100%;
  height: 400px;
  position: relative;
}
.recruit-main .content .images .images-item:nth-child(2n+1) {
  transform: translateY(-200px);
}
.recruit-main .content .images .images-item .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruit-main .content .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .recruit-main .content .title {
    width: 200px;
  }
}
.recruit-main .content .title img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

.recruit.anchor {
  padding-bottom: 100px;
}

.recruit {
  margin: 0;
  padding: 100px 15px 0;
}
.recruit.recruit-grey {
  background: #efefef;
}
.recruit.recruit-interview {
  background: #efefef;
}
.recruit.recruit-interview .content {
  max-width: 1400px;
}
.recruit.recruit-contact {
  background: #ffffff;
}
.recruit .content {
  max-width: 1000px;
  margin: 0px auto;
}
.recruit .content .recruit-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 50px 0px;
}
.recruit .content .recruit-heading .text {
  margin: 0px 20px;
}
.recruit .content .recruit-heading .text .text-main {
  font-size: 28px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.recruit .content .recruit-heading .text .text-sub {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.recruit .content .recruit-heading .text.active .text-main {
  opacity: 1;
}
.recruit .content .recruit-heading .text.active .text-sub {
  opacity: 1;
}
.recruit .content .recruit-heading .line-left {
  width: 50px;
  height: 1px;
  position: relative;
}
.recruit .content .recruit-heading .line-left:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 1px;
  background: #0059a7;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.recruit .content .recruit-heading .line-left.active:after {
  width: 100%;
}
.recruit .content .recruit-heading .line-right {
  width: 50px;
  height: 1px;
  position: relative;
}
.recruit .content .recruit-heading .line-right:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #0059a7;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.recruit .content .recruit-heading .line-right.active:after {
  width: 100%;
}
.recruit .content .recruit-text {
  max-width: 1000px;
  margin: 0px auto 40px auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.2em;
  text-align: center;
  color: #222222;
}
.recruit .content .recruit-text .heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.recruit .content .recruit-text br {
  display: none;
}
@media (min-width: 992px) {
  .recruit .content .recruit-text br {
    display: inline;
  }
}
.recruit .content .recruit-tab {
  max-width: 1000px;
  margin: 0px auto;
}
.recruit .content .recruit-tab .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border: none;
}
.recruit .content .recruit-tab .nav .nav-item {
  display: flex;
  margin: 5px 5px;
  padding: 0px;
}
.recruit .content .recruit-tab .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 8px 16px;
  min-width: 150px;
  border-radius: 0;
  background: #ffffff;
  font-size: 13px;
}
.recruit .content .recruit-tab .nav .nav-item .nav-link.red {
  color: #d11d40;
  border-color: #d11d40;
}
.recruit .content .recruit-tab .nav .nav-item .nav-link.red.active {
  color: #ffffff;
  background: #d11d40;
}
.recruit .content .recruit-tab .nav .nav-item .nav-link.blue {
  color: #004B8C;
  border-color: #004B8C;
}
.recruit .content .recruit-tab .nav .nav-item .nav-link.blue.active {
  color: #ffffff;
  background: #004B8C;
}
.recruit .content .recruit-tab .nav .nav-item .nav-link.yellow {
  color: #cda801;
  border-color: #cda801;
}
.recruit .content .recruit-tab .nav .nav-item .nav-link.yellow.active {
  color: #ffffff;
  background: #cda801;
}
.recruit .content .recruit-tab .tab-content .tab-pane {
  padding: 20px;
  background: #ffffff;
  min-height: 400px;
}
@media (min-width: 992px) {
  .recruit .content .recruit-tab .tab-content .tab-pane {
    padding: 60px;
  }
}
.recruit .content .recruit-tab .tab-content .tab-pane .message {
  margin: 0px auto 40px auto;
  max-width: 600px;
  line-height: 2;
  text-align: center;
}
.recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item {
  border-top: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item {
    display: flex;
  }
}
.recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-title {
  margin: 0px;
  padding: 20px;
  width: 100%;
  color: #0059a7;
  font-weight: bold;
}
@media (min-width: 992px) {
  .recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-title {
    width: 150px;
  }
}
.recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-body {
  margin: 0px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-body {
    width: calc(100% - 150px);
  }
}
.recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-body p {
  line-height: 1;
}
.recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-body h2, .recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-body h3, .recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-body h4, .recruit .content .recruit-tab .tab-content .tab-pane .infolist .infolist-item .item-body h5 {
  font-weight: bold;
}
.recruit .content .environment {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recruit .content .environment .environment-item {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .recruit .content .environment .environment-item {
    width: 33.3333333333%;
  }
}
.recruit .content .environment .environment-item:nth-child(3n+11), .recruit .content .environment .environment-item:nth-child(3n+12), .recruit .content .environment .environment-item:nth-child(3n+13) {
  display: none;
}
.recruit .content .environment .environment-item:nth-child(3n+11) .heading .text, .recruit .content .environment .environment-item:nth-child(3n+12) .heading .text, .recruit .content .environment .environment-item:nth-child(3n+13) .heading .text {
  opacity: 0;
}
@media (min-width: 992px) {
  .recruit .content .environment .environment-item:nth-child(3n+11), .recruit .content .environment .environment-item:nth-child(3n+12), .recruit .content .environment .environment-item:nth-child(3n+13) {
    display: block;
  }
}
.recruit .content .environment .environment-item .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px 0px 15px 0px;
}
.recruit .content .environment .environment-item .heading .text {
  display: block;
  margin: 0px 20px;
  padding: 0px 4px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  color: #0059a7;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
  background: #ffffff;
}
.recruit .content .environment .environment-item .heading:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
  z-index: 1;
}
.recruit .content .environment .environment-item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .recruit .content .environment .environment-item .content {
    min-height: 100px;
  }
}
.recruit .content .environment .environment-item .content .title-main {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .recruit .content .environment .environment-item .content .title-main {
    font-size: 18px;
  }
}
.recruit .content .environment .environment-item .content .title-sub {
  font-size: 13px;
  color: #666666;
}
@media (min-width: 992px) {
  .recruit .content .environment .environment-item .content .title-sub {
    font-size: 15px;
  }
}
.recruit .content .recruit-list {
  display: flex;
  flex-wrap: wrap;
}
.recruit .content .recruit-list .recruit-list-item {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  max-width: 500px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .recruit .content .recruit-list .recruit-list-item {
    width: 33.3333333333%;
    padding: 0px 15px;
  }
}
.recruit .content .recruit-list .recruit-list-item .image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}
.recruit .content .recruit-list .recruit-list-item .image:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.recruit .content .recruit-list .recruit-list-item .image:hover {
  transform: scale(1.1);
}
.recruit .content .recruit-list .recruit-list-item .title {
  width: 90%;
  margin: 0px auto;
  padding: 15px;
  color: #222222;
  background: #ffffff;
  border-top: 2px solid #0059a7;
  transform: translateY(-40px);
}
@media (min-width: 992px) {
  .recruit .content .recruit-list .recruit-list-item .title {
    width: 80%;
    padding: 30px;
  }
}
.recruit .content .recruit-list .recruit-list-item .title .title-company {
  margin: 0px 0px 15px 0px;
  font-size: 16px;
}
.recruit .content .recruit-list .recruit-list-item .title .title-label {
  display: flex;
  align-items: center;
  margin: 0px 0px 5px 0px;
}
.recruit .content .recruit-list .recruit-list-item .title .title-label .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  font-size: 11px;
  color: #fff;
  background: #37475A;
  border: 1px solid #37475A;
}
.recruit .content .recruit-list .recruit-list-item .title .title-name {
  font-size: 24px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.recruit .content .recruit-button .button-main {
  display: flex;
  margin: 0px auto;
  padding: 0px;
  max-width: 500px;
  height: 80px;
  border-left: 4px solid #0059a7;
}
.recruit .content .recruit-button .button-main .text {
  font-size: 20px;
  font-weight: bold;
}

/*
 * access
 * -------------------------------------------------------------------
 */
.access {
  margin: 0px;
  padding: 100px 15px;
}
.access .content {
  max-width: 1000px;
  margin: 0px auto;
}
.access .content .article {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 0px 80px 0px;
  padding: 0px;
}
@media (min-width: 992px) {
  .access .content .article:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.access .content .article .image {
  width: 100%;
}
@media (min-width: 992px) {
  .access .content .article .image {
    width: 50%;
  }
}
.access .content .article .image img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.access .content .article .content {
  width: 100%;
}
@media (min-width: 992px) {
  .access .content .article .content {
    width: 50%;
  }
}
.access .content .article .content .content-header {
  padding: 20px 50px 20px 50px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.access .content .article .content .content-line {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 1px;
  background: #222;
}
.access .content .article .content .content-line:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background: #0059a7;
}
.access .content .article .content .content-body {
  padding: 20px 50px 20px 50px;
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  line-height: 1.8em;
}
.access .content .article .content .content-button {
  padding: 20px 50px 20px 50px;
}
.access .content .article .content .content-button .button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  align-items: center;
  padding: 8px 20px;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  background-color: #222222;
  position: relative;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.access .content .article .content .content-button .button-link .text {
  font-size: 12px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  z-index: 2;
}
.access .content .article .content .content-button .button-link .icon {
  display: inline-block;
  width: 15px;
  margin: 0px 0px 0px 10px;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  z-index: 2;
}
.access .content .article .content .content-button .button-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background-color: #0059a7;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.access .content .article .content .content-button .button-link:hover {
  background-color: #151515;
}
.access .content .article .content .content-button .button-link:hover .text {
  color: #ffffff;
}
.access .content .article .content .content-button .button-link:hover .icon {
  transform: translateX(5px);
}
.access .content .article .content .content-button .button-link:hover:before {
  width: 100%;
}

/*
 * interview
 * -------------------------------------------------------------------
 */
.interview {
  margin: 0px;
  padding: 100px 15px;
}
.interview .content {
  max-width: 1000px;
  margin: 0px auto;
}
.interview .content .interview-main {
  position: relative;
  margin: 0px auto 20px auto;
  padding-bottom: 180px;
}
@media (min-width: 992px) {
  .interview .content .interview-main {
    margin: 0px auto 50px auto;
  }
}
.interview .content .interview-main .image {
  overflow: hidden;
  z-index: 1;
}
.interview .content .interview-main .image .image-content {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 992px) {
  .interview .content .interview-main .image .image-content {
    height: 500px;
  }
}
.interview .content .interview-main .message {
  position: absolute;
  z-index: 2;
  margin: 0px;
  padding: 5px;
  font-size: 20px;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  writing-mode: vertical-rl;
  max-width: 30px;
  background: #000000;
}
.interview .content .interview-main .message.message-1 {
  top: 0;
  right: 10px;
}
.interview .content .interview-main .message.message-2 {
  top: 0;
  right: 45px;
}
@media (min-width: 992px) {
  .interview .content .interview-main .message {
    font-size: 30px;
    max-width: 45px;
  }
  .interview .content .interview-main .message.message-1 {
    top: 0;
    right: 60px;
  }
  .interview .content .interview-main .message.message-2 {
    top: 0;
    right: 115px;
  }
}
.interview .content .interview-main .info {
  position: absolute;
  bottom: 0;
  z-index: 3;
  max-width: 500px;
  min-height: 200px;
  margin: 0px 10px 0px 10px;
  padding: 10px;
  background: #fff;
  border-top: 2px solid #0059a7;
}
@media (min-width: 992px) {
  .interview .content .interview-main .info {
    padding: 30px;
    margin: 0px auto 0px 60px;
  }
}
.interview .content .interview-main .info .info-post {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}
.interview .content .interview-main .info .info-name {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}
.interview .content .interview-main .info .info-list ul {
  margin: 0px;
  padding: 0px;
}
.interview .content .interview-main .info .info-list ul li {
  position: relative;
  list-style: none;
  padding: 0px 0px 10px 30px;
  font-size: 80%;
}
.interview .content .interview-main .info .info-list ul li:not(:last-child):before {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  height: 100%;
  content: "";
  display: block;
  width: 1px;
  background: #ccc;
}
.interview .content .interview-main .info .info-list ul li:after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 5px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #0059a7;
}
@media (min-width: 992px) {
  .interview .content .interview-main .info .info-list ul li:after {
    top: 5px;
  }
}
@media (min-width: 992px) {
  .interview .content .interview-main .info .info-list ul li {
    font-size: 100%;
  }
}
.interview .content .interview-profice-photo {
  margin: 0px 0px 50px 0px;
  overflow: hidden;
}
.interview .content .interview-profice-photo .image {
  width: 200px;
  height: 200px;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
}
.interview .content .interview-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
  .interview .content .interview-heading {
    margin: 0px 0px 50px 0px;
  }
}
.interview .content .interview-heading .text {
  margin: 0px 20px;
}
.interview .content .interview-heading .text .text-main {
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
@media (min-width: 992px) {
  .interview .content .interview-heading .text .text-main {
    font-size: 28px;
  }
}
.interview .content .interview-heading .text .text-sub {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.interview .content .interview-heading .text.active .text-main {
  opacity: 1;
}
.interview .content .interview-heading .text.active .text-sub {
  opacity: 1;
}
.interview .content .interview-heading .line-left {
  width: 50px;
  height: 1px;
  position: relative;
}
.interview .content .interview-heading .line-left:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 1px;
  background: #0059a7;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.interview .content .interview-heading .line-left.active:after {
  width: 100%;
}
.interview .content .interview-heading .line-right {
  width: 50px;
  height: 1px;
  position: relative;
}
.interview .content .interview-heading .line-right:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #0059a7;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.interview .content .interview-heading .line-right.active:after {
  width: 100%;
}
.interview .content .interview-text {
  max-width: 800px;
  margin: 0px auto 50px auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.2em;
  text-align: center;
  color: #222222;
}
@media (min-width: 992px) {
  .interview .content .interview-text {
    margin: 0px auto 100px auto;
  }
}
.interview .content .interview-flowchart {
  margin: 0px auto 50px auto;
  position: relative;
  max-width: 500px;
}
@media (min-width: 992px) {
  .interview .content .interview-flowchart {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0px auto 100px auto;
  }
}
.interview .content .interview-flowchart .flowchart-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
  .interview .content .interview-flowchart .flowchart-item {
    display: block;
    width: 150px;
    margin: 0px;
  }
}
.interview .content .interview-flowchart .flowchart-item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 0px auto;
  width: 80px;
  height: 80px;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid #0059a7;
}
@media (min-width: 992px) {
  .interview .content .interview-flowchart .flowchart-item .circle {
    margin: 0px auto 15px auto;
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.interview .content .interview-flowchart .flowchart-item .title {
  margin: 0px 0px 0px 20px;
  width: calc(100% - 120px);
  text-align: left;
}
@media (min-width: 992px) {
  .interview .content .interview-flowchart .flowchart-item .title {
    margin: 0px;
    width: 100%;
    text-align: center;
  }
}
.interview .content .interview-flowchart .flowchart-border {
  position: absolute;
  top: 75px;
  left: 50px;
  bottom: 75px;
  width: 2px;
  height: calc(100% - 150px);
  margin: 0px auto;
  background-color: #dddddd;
  z-index: -1;
}
@media (min-width: 992px) {
  .interview .content .interview-flowchart .flowchart-border {
    top: 50px;
    left: 75px;
    right: 75px;
    width: calc(100% - 150px);
    height: 2px;
    margin: 0px auto;
  }
}
.interview .content .interview-flowchart-image {
  margin: 0px auto 100px auto;
}
.interview .content .interview-flowchart-image img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
.interview .content .interview-question {
  margin: 0px auto 0px auto;
}
.interview .content .interview-question .interview-question-item {
  display: flex;
}
.interview .content .interview-question .interview-question-item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.interview .content .interview-question .interview-question-item .number {
  padding: 0px 15px 0px 0px;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  line-height: 1.5;
  color: #0059a7;
}
@media (min-width: 992px) {
  .interview .content .interview-question .interview-question-item .number {
    font-size: 28px;
  }
}
.interview .content .interview-question .interview-question-item .body .heading {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .interview .content .interview-question .interview-question-item .body .heading {
    font-size: 28px;
  }
}
.interview .content .interview-favorite {
  margin: 0px;
  padding: 40px;
  border: 1px solid #222;
}
@media (min-width: 992px) {
  .interview .content .interview-favorite {
    display: flex;
  }
}
.interview .content .interview-favorite .image img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .interview .content .interview-favorite .image {
    width: 300px;
  }
}
.interview .content .interview-favorite .content {
  padding: 40px 0px 0px 0px;
}
@media (min-width: 992px) {
  .interview .content .interview-favorite .content {
    padding: 40px;
    width: calc(100% - 300px);
  }
}

/*
 * contact
 * -------------------------------------------------------------------
 */
.contact {
  margin: 0px;
  padding: 100px 15px;
}
.contact .content {
  max-width: 1000px;
  margin: 0px auto;
}
.contact .content .flowchart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 50px auto;
  max-width: 400px;
  position: relative;
}
.contact .content .flowchart .flowchart-item .title {
  margin-bottom: 15px;
}
.contact .content .flowchart .flowchart-item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  background: #cccccc;
}
.contact .content .flowchart .flowchart-item .circle.active {
  color: #fff;
  background: #004B8C;
}
.contact .content .flowchart .flowchart-border {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  height: 2px;
  margin: 0px auto;
  width: calc(100% - 20px);
  background-color: #dddddd;
  z-index: -1;
}
.contact .content .message {
  padding: 0px;
  margin: 0px 0px 50px 0px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.contact .content .contact-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0px auto 50px auto;
}
.contact .content .contact-form .mwform-radio-field-text {
  font-size: 14px;
  font-weight: normal;
}
.contact .content .contact-form .contact-form-item {
  padding: 5px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact .content .contact-form .contact-form-item.contact-form-item-half {
    width: 50%;
  }
}
.contact .content .contact-form .contact-form-item .form-group label {
  font-size: 15px;
  font-weight: bold;
}
.contact .content .contact-form .contact-form-item .form-group label .hissu {
  display: inline-block;
  margin-left: 5px;
  font-size: 85%;
  font-weight: normal;
  color: #0059a7;
}
.contact .content .contact-form .contact-form-item .form-group .form-control {
  margin: 0px;
  margin-bottom: 20px;
  padding: 13px;
  height: auto;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
}
.contact .content .contact-form .contact-form-item .form-group .form-control.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #bbbbbb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.25);
}
.contact .content .mw_wp_form .error {
  margin-bottom: 10px;
}
.contact .content .mw_wp_form .error:before {
  content: "※";
}
.contact .content .mw_wp_form_confirm .contact-form-item {
  padding: 10px 20px;
  border: 1px solid #dddddd;
}
.contact .content .mw_wp_form_confirm .contact-form-item .form-control {
  margin: 0px;
}
.contact .content .mw_wp_form_confirm .contact-form-item:not(:last-child) {
  border-bottom: none;
}
@media (min-width: 992px) {
  .contact .content .mw_wp_form_confirm .contact-form-item.contact-form-item-half {
    width: 100%;
  }
}
.contact .content .buttons {
  margin: 0px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .content .buttons .button-main {
  display: flex;
  margin: 10px;
  padding: 20px 20px;
}
@media (min-width: 992px) {
  .contact .content .buttons .button-main {
    padding: 20px 60px;
  }
}
.contact .content .buttons .button-main .text {
  font-size: 15px;
}
.contact .content .buttons .button-main .icon {
  color: #ffffff;
}

/*
 * button
 * -------------------------------------------------------------------
 */
.button-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 8px 20px;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  background-color: #0059a7;
  position: relative;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.button-main .text {
  font-size: 2.3rem;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  z-index: 2;
}
@media (min-width: 992px) {
  .button-main .text {
    font-size: 1.5rem;
  }
}
.button-main .icon {
  display: inline-block;
  width: 15px;
  margin: 0px 10px 0px 10px;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  z-index: 2;
}
.button-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background-color: #004B8C;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.button-main:focus {
  outline: none;
}
.button-main:hover {
  background-color: #484848;
}
.button-main:hover .text {
  color: #ffffff;
}
.button-main:hover .icon, .button-main:hover i {
  transform: translateX(0px);
}
.button-main:hover:before {
  width: 100%;
}
.button-main.button-main-back:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.button-main.button-main-back:hover .icon {
  transform: translateX(-5px);
}

/*
 * table
 * -------------------------------------------------------------------
 */
table.default {
  display: block;
  margin-bottom: 40px;
  border: 1px solid #dddddd;
  border-top: none;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

table.default tbody {
  display: block;
}

table.default tr {
  display: block;
  width: 100%;
  border: none;
}

table.default tr th,
table.default tr td {
  display: block;
  width: 100%;
  border: none;
  padding: 12px 16px;
}

table.default tr th {
  border: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  table.default {
    display: table;
  }
  table.default tbody {
    display: table-row-group;
  }
  table.default tr {
    display: table-row;
  }
  table.default tr th {
    display: table-cell;
    width: 30%;
    border: 1px solid #dddddd;
  }
  table.default tr td {
    display: table-cell;
    width: 70%;
    border: 1px solid #dddddd;
  }
}
/*
 * footer
 * -------------------------------------------------------------------
 */
.footer {
  background: #232F3E;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.footer.footer-waiting {
  opacity: 0;
}
.footer .footer-pagetop {
  padding: 60px 30px;
}
.footer .footer-pagetop img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.footer .footer-pagetop img:hover {
  transform: translateY(-5px);
}
.footer .footer-logo {
  padding: 60px 20px 20px 20px;
}
.footer .footer-logo img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.footer .footer-link-list {
  padding: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-link-list li {
  display: block;
  margin: 0px;
  padding: 5px 10px;
}
.footer .footer-link-list li:not(:last-child) {
  border-right: 1px solid #666666;
}
.footer .footer-link-list li a {
  color: #ffffff;
}
.footer .footer-link-list li a:hover {
  color: #cccccc;
}
.footer .footer-banner {
  padding: 20px 20px 60px 20px;
}
.footer .footer-banner img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.footer .footer-copyright {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #fff;
}

.picture .content {
  max-width: 1100px;
  margin: 0px auto;
  /* 追加のカスタムCSS */
}
.picture .content .square-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 画像を正方形にするためのアスペクト比 */
}
.picture .content .square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を中央に表示し、アスペクト比を維持 */
  transition: transform 0.4s ease; /* ゆっくり変化させる */
}
.picture .content .square-image:hover img {
  transform: scale(1.1); /* 拡大 */
}

.picture.recruit {
  padding-bottom: 100px;
}

/*
 * Utilities
 * -------------------------------------------------------------------
 */
/**********/
/* margin */
/**********/
.c-m-0 {
  margin: 0px !important;
}

.c-mt-0 {
  margin-top: 0px !important;
}

.c-mr-0 {
  margin-right: 0px !important;
}

.c-mb-0 {
  margin-bottom: 0px !important;
}

.c-ml-0 {
  margin-left: 0px !important;
}

.c-m-5 {
  margin: 5px !important;
}

.c-mt-5 {
  margin-top: 5px !important;
}

.c-mr-5 {
  margin-right: 5px !important;
}

.c-mb-5 {
  margin-bottom: 5px !important;
}

.c-ml-5 {
  margin-left: 5px !important;
}

.c-m-10 {
  margin: 10px !important;
}

.c-mt-10 {
  margin-top: 10px !important;
}

.c-mr-10 {
  margin-right: 10px !important;
}

.c-mb-10 {
  margin-bottom: 10px !important;
}

.c-ml-10 {
  margin-left: 10px !important;
}

.c-m-15 {
  margin: 15px !important;
}

.c-mt-15 {
  margin-top: 15px !important;
}

.c-mr-15 {
  margin-right: 15px !important;
}

.c-mb-15 {
  margin-bottom: 15px !important;
}

.c-ml-15 {
  margin-left: 15px !important;
}

.c-m-20 {
  margin: 20px !important;
}

.c-mt-20 {
  margin-top: 20px !important;
}

.c-mr-20 {
  margin-right: 20px !important;
}

.c-mb-20 {
  margin-bottom: 20px !important;
}

.c-ml-20 {
  margin-left: 20px !important;
}

.c-m-25 {
  margin: 25px !important;
}

.c-mt-25 {
  margin-top: 25px !important;
}

.c-mr-25 {
  margin-right: 25px !important;
}

.c-mb-25 {
  margin-bottom: 25px !important;
}

.c-ml-25 {
  margin-left: 25px !important;
}

.c-m-30 {
  margin: 30px !important;
}

.c-mt-30 {
  margin-top: 30px !important;
}

.c-mr-30 {
  margin-right: 30px !important;
}

.c-mb-30 {
  margin-bottom: 30px !important;
}

.c-ml-30 {
  margin-left: 30px !important;
}

.c-m-35 {
  margin: 35px !important;
}

.c-mt-35 {
  margin-top: 35px !important;
}

.c-mr-35 {
  margin-right: 35px !important;
}

.c-mb-35 {
  margin-bottom: 35px !important;
}

.c-ml-35 {
  margin-left: 35px !important;
}

.c-m-40 {
  margin: 40px !important;
}

.c-mt-40 {
  margin-top: 40px !important;
}

.c-mr-40 {
  margin-right: 40px !important;
}

.c-mb-40 {
  margin-bottom: 40px !important;
}

.c-ml-40 {
  margin-left: 40px !important;
}

.c-m-45 {
  margin: 45px !important;
}

.c-mt-45 {
  margin-top: 45px !important;
}

.c-mr-45 {
  margin-right: 45px !important;
}

.c-mb-45 {
  margin-bottom: 45px !important;
}

.c-ml-45 {
  margin-left: 45px !important;
}

.c-m-50 {
  margin: 50px !important;
}

.c-mt-50 {
  margin-top: 50px !important;
}

.c-mr-50 {
  margin-right: 50px !important;
}

.c-mb-50 {
  margin-bottom: 50px !important;
}

.c-ml-50 {
  margin-left: 50px !important;
}

.c-m-55 {
  margin: 55px !important;
}

.c-mt-55 {
  margin-top: 55px !important;
}

.c-mr-55 {
  margin-right: 55px !important;
}

.c-mb-55 {
  margin-bottom: 55px !important;
}

.c-ml-55 {
  margin-left: 55px !important;
}

.c-m-60 {
  margin: 60px !important;
}

.c-mt-60 {
  margin-top: 60px !important;
}

.c-mr-60 {
  margin-right: 60px !important;
}

.c-mb-60 {
  margin-bottom: 60px !important;
}

.c-ml-60 {
  margin-left: 60px !important;
}

.c-m-65 {
  margin: 65px !important;
}

.c-mt-65 {
  margin-top: 65px !important;
}

.c-mr-65 {
  margin-right: 65px !important;
}

.c-mb-65 {
  margin-bottom: 65px !important;
}

.c-ml-65 {
  margin-left: 65px !important;
}

.c-m-70 {
  margin: 70px !important;
}

.c-mt-70 {
  margin-top: 70px !important;
}

.c-mr-70 {
  margin-right: 70px !important;
}

.c-mb-70 {
  margin-bottom: 70px !important;
}

.c-ml-70 {
  margin-left: 70px !important;
}

.c-m-75 {
  margin: 75px !important;
}

.c-mt-75 {
  margin-top: 75px !important;
}

.c-mr-75 {
  margin-right: 75px !important;
}

.c-mb-75 {
  margin-bottom: 75px !important;
}

.c-ml-75 {
  margin-left: 75px !important;
}

.c-m-80 {
  margin: 80px !important;
}

.c-mt-80 {
  margin-top: 80px !important;
}

.c-mr-80 {
  margin-right: 80px !important;
}

.c-mb-80 {
  margin-bottom: 80px !important;
}

.c-ml-80 {
  margin-left: 80px !important;
}

.c-m-85 {
  margin: 85px !important;
}

.c-mt-85 {
  margin-top: 85px !important;
}

.c-mr-85 {
  margin-right: 85px !important;
}

.c-mb-85 {
  margin-bottom: 85px !important;
}

.c-ml-85 {
  margin-left: 85px !important;
}

.c-m-90 {
  margin: 90px !important;
}

.c-mt-90 {
  margin-top: 90px !important;
}

.c-mr-90 {
  margin-right: 90px !important;
}

.c-mb-90 {
  margin-bottom: 90px !important;
}

.c-ml-90 {
  margin-left: 90px !important;
}

.c-m-95 {
  margin: 95px !important;
}

.c-mt-95 {
  margin-top: 95px !important;
}

.c-mr-95 {
  margin-right: 95px !important;
}

.c-mb-95 {
  margin-bottom: 95px !important;
}

.c-ml-95 {
  margin-left: 95px !important;
}

.c-m-100 {
  margin: 100px !important;
}

.c-mt-100 {
  margin-top: 100px !important;
}

.c-mr-100 {
  margin-right: 100px !important;
}

.c-mb-100 {
  margin-bottom: 100px !important;
}

.c-ml-100 {
  margin-left: 100px !important;
}

/***********/
/* padding */
/***********/
.c-p-0 {
  padding: 0px !important;
}

.c-pt-0 {
  padding-top: 0px !important;
}

.c-pr-0 {
  padding-right: 0px !important;
}

.c-pb-0 {
  padding-bottom: 0px !important;
}

.c-pl-0 {
  padding-left: 0px !important;
}

.c-p-5 {
  padding: 5px !important;
}

.c-pt-5 {
  padding-top: 5px !important;
}

.c-pr-5 {
  padding-right: 5px !important;
}

.c-pb-5 {
  padding-bottom: 5px !important;
}

.c-pl-5 {
  padding-left: 5px !important;
}

.c-p-10 {
  padding: 10px !important;
}

.c-pt-10 {
  padding-top: 10px !important;
}

.c-pr-10 {
  padding-right: 10px !important;
}

.c-pb-10 {
  padding-bottom: 10px !important;
}

.c-pl-10 {
  padding-left: 10px !important;
}

.c-p-15 {
  padding: 15px !important;
}

.c-pt-15 {
  padding-top: 15px !important;
}

.c-pr-15 {
  padding-right: 15px !important;
}

.c-pb-15 {
  padding-bottom: 15px !important;
}

.c-pl-15 {
  padding-left: 15px !important;
}

.c-p-20 {
  padding: 20px !important;
}

.c-pt-20 {
  padding-top: 20px !important;
}

.c-pr-20 {
  padding-right: 20px !important;
}

.c-pb-20 {
  padding-bottom: 20px !important;
}

.c-pl-20 {
  padding-left: 20px !important;
}

.c-p-25 {
  padding: 25px !important;
}

.c-pt-25 {
  padding-top: 25px !important;
}

.c-pr-25 {
  padding-right: 25px !important;
}

.c-pb-25 {
  padding-bottom: 25px !important;
}

.c-pl-25 {
  padding-left: 25px !important;
}

.c-p-30 {
  padding: 30px !important;
}

.c-pt-30 {
  padding-top: 30px !important;
}

.c-pr-30 {
  padding-right: 30px !important;
}

.c-pb-30 {
  padding-bottom: 30px !important;
}

.c-pl-30 {
  padding-left: 30px !important;
}

.c-p-35 {
  padding: 35px !important;
}

.c-pt-35 {
  padding-top: 35px !important;
}

.c-pr-35 {
  padding-right: 35px !important;
}

.c-pb-35 {
  padding-bottom: 35px !important;
}

.c-pl-35 {
  padding-left: 35px !important;
}

.c-p-40 {
  padding: 40px !important;
}

.c-pt-40 {
  padding-top: 40px !important;
}

.c-pr-40 {
  padding-right: 40px !important;
}

.c-pb-40 {
  padding-bottom: 40px !important;
}

.c-pl-40 {
  padding-left: 40px !important;
}

.c-p-45 {
  padding: 45px !important;
}

.c-pt-45 {
  padding-top: 45px !important;
}

.c-pr-45 {
  padding-right: 45px !important;
}

.c-pb-45 {
  padding-bottom: 45px !important;
}

.c-pl-45 {
  padding-left: 45px !important;
}

.c-p-50 {
  padding: 50px !important;
}

.c-pt-50 {
  padding-top: 50px !important;
}

.c-pr-50 {
  padding-right: 50px !important;
}

.c-pb-50 {
  padding-bottom: 50px !important;
}

.c-pl-50 {
  padding-left: 50px !important;
}

.c-p-55 {
  padding: 55px !important;
}

.c-pt-55 {
  padding-top: 55px !important;
}

.c-pr-55 {
  padding-right: 55px !important;
}

.c-pb-55 {
  padding-bottom: 55px !important;
}

.c-pl-55 {
  padding-left: 55px !important;
}

.c-p-60 {
  padding: 60px !important;
}

.c-pt-60 {
  padding-top: 60px !important;
}

.c-pr-60 {
  padding-right: 60px !important;
}

.c-pb-60 {
  padding-bottom: 60px !important;
}

.c-pl-60 {
  padding-left: 60px !important;
}

.c-p-65 {
  padding: 65px !important;
}

.c-pt-65 {
  padding-top: 65px !important;
}

.c-pr-65 {
  padding-right: 65px !important;
}

.c-pb-65 {
  padding-bottom: 65px !important;
}

.c-pl-65 {
  padding-left: 65px !important;
}

.c-p-70 {
  padding: 70px !important;
}

.c-pt-70 {
  padding-top: 70px !important;
}

.c-pr-70 {
  padding-right: 70px !important;
}

.c-pb-70 {
  padding-bottom: 70px !important;
}

.c-pl-70 {
  padding-left: 70px !important;
}

.c-p-75 {
  padding: 75px !important;
}

.c-pt-75 {
  padding-top: 75px !important;
}

.c-pr-75 {
  padding-right: 75px !important;
}

.c-pb-75 {
  padding-bottom: 75px !important;
}

.c-pl-75 {
  padding-left: 75px !important;
}

.c-p-80 {
  padding: 80px !important;
}

.c-pt-80 {
  padding-top: 80px !important;
}

.c-pr-80 {
  padding-right: 80px !important;
}

.c-pb-80 {
  padding-bottom: 80px !important;
}

.c-pl-80 {
  padding-left: 80px !important;
}

.c-p-85 {
  padding: 85px !important;
}

.c-pt-85 {
  padding-top: 85px !important;
}

.c-pr-85 {
  padding-right: 85px !important;
}

.c-pb-85 {
  padding-bottom: 85px !important;
}

.c-pl-85 {
  padding-left: 85px !important;
}

.c-p-90 {
  padding: 90px !important;
}

.c-pt-90 {
  padding-top: 90px !important;
}

.c-pr-90 {
  padding-right: 90px !important;
}

.c-pb-90 {
  padding-bottom: 90px !important;
}

.c-pl-90 {
  padding-left: 90px !important;
}

.c-p-95 {
  padding: 95px !important;
}

.c-pt-95 {
  padding-top: 95px !important;
}

.c-pr-95 {
  padding-right: 95px !important;
}

.c-pb-95 {
  padding-bottom: 95px !important;
}

.c-pl-95 {
  padding-left: 95px !important;
}

.c-p-100 {
  padding: 100px !important;
}

.c-pt-100 {
  padding-top: 100px !important;
}

.c-pr-100 {
  padding-right: 100px !important;
}

.c-pb-100 {
  padding-bottom: 100px !important;
}

.c-pl-100 {
  padding-left: 100px !important;
}

/*
 * Animation
 * -------------------------------------------------------------------
 */
[class*=animate-] {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
}

[class*=animate-].active {
  opacity: 1;
}

/* fadeInDown */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/* fadeInLeft */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

/* fadeInRight */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(60px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

/* fadeInUp */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes textSlideInAnimationMain {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textSlideInAnimationSub {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  35% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  36%, 60% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
.textSlideIn {
  position: relative;
}
.textSlideIn span {
  opacity: 0;
  animation: textSlideInAnimationMain 0.2s linear 0.5s forwards;
}
.textSlideIn::after {
  animation: textSlideInAnimationSub 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 130%;
  transform: scaleX(0);
  background-color: #0059a7;
}

/*
 * Others
 * -------------------------------------------------------------------
 */
/***********************/
/* bootstrap row width */
/***********************/
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}

/********************************/
/* bootstrap five column layout */
/********************************/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* smart phone（767px） */
.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

/* table（768px～991px） */
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
/* pc（992px～1119px） */
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
/* pc large（1200px以上）*/
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}/*# sourceMappingURL=style.css.map */