@charset "UTF-8";
/*
Theme Name: kuramochi
Theme URI: https://example.com/
Author: 
Author URI: https://example.com/
Description: オリジナルテーマ
Version: 1.0.0
Text Domain: kura-sou
*/
*, *::before, *::after, div, li, a, label, input {
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
p, figure, blockquote {
  margin: 0;
}

ul, ol, li, dd, dl {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

button,
input,
select,
textarea {
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: Verdana, "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.2rem;
  }
}

a {
  transition: opacity 0.6s ease;
  text-decoration: none;
  display: block;
}
a:hover {
  filter: brightness(1.2);
}

/* 見出し */
/* 画像 */
img {
  width: 100%;
  height: auto;
  display: block;
}

/* ボタン・フォーム */
button,
select,
input {
  cursor: pointer;
}

/* テーブル */
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table th, table td {
  padding: 10px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table th, table td {
    padding: 10px 4px;
  }
}

.under .first-section.no-space {
  padding-bottom: 0;
  margin-bottom: 0;
}
.under .h2 {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.under .h2 .title {
  width: auto;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .under .h2 .title {
    width: 100%;
  }
}
.under .h1.h1-bg-black,
.under .h2.h2-bg-black {
  background: linear-gradient(to bottom, #545454 0%, #000 100%, #000 100%);
  font-size: 2.6rem;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .under .h1.h1-bg-black,
  .under .h2.h2-bg-black {
    font-size: 2.1rem;
    background: none;
    color: #000000;
  }
}
.under .h1.h1-bg-black.h2-bg-print,
.under .h2.h2-bg-black.h2-bg-print {
  background: #E84955;
  border-radius: 0;
  border-bottom: 5px solid #FF7BAC;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .under .h1.h1-bg-black.h2-bg-print,
  .under .h2.h2-bg-black.h2-bg-print {
    font-size: 1.3rem;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .under .h1.h1-bg-black {
    text-align: center;
  }
}
.under .h3.left-border {
  padding: 5px 10px;
  color: #797979;
  border-left: 8px solid #8d8d8d;
  font-weight: 500;
}
.under .h3.h3-bg-white {
  position: relative;
  padding: 6px 0 6px 20px;
  background-color: #FFFFFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .under .h3.h3-bg-white {
    font-size: 1.3rem;
  }
}
.under .h3.h3-bg-white.h3-bg-none {
  background-color: transparent;
}
.under .h3.h3-bg-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #aaa;
}

.wrapper {
  background-image: url(./../images/bg-dots.gif);
}

.l-container {
  max-width: 1300px;
  margin: 0 auto;
}

.l-m-container {
  max-width: 980px;
  margin: 0 auto;
}

.l-s-container {
  max-width: 700px;
  margin: 0 auto;
}

section {
  margin: 20px 0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  section {
    margin: 20px 0;
    padding: 10px;
  }
}
section.first-section {
  margin: 0 0 20px 0;
}
section.last-section {
  margin: 20px 0 0 0;
}

.fs-catch {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .fs-catch {
    font-size: 2.4rem;
  }
}

.fs-lead {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .fs-lead {
    font-size: 1.8rem;
  }
}

.black {
  color: #3A3A3A;
}

.black2 {
  color: #555555;
}

.brown {
  color: #877967;
}

.white {
  color: #FFFFFF;
}

.green {
  color: #08B07E;
}

.orange {
  color: #FA3D0D;
}

/* テキスト */
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .mb-t-center {
    text-align: center;
  }
  .mb-t-left {
    text-align: left;
  }
  .mb-t-right {
    text-align: right;
  }
}
/* フォントウェイト */
.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-b {
  font-weight: 600;
}

.fw-h {
  font-weight: 700;
}

.fw-m-r {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fw-m-r {
    font-weight: 400;
  }
}

/* ディスプレイ */
.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

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

.spc {
  display: none;
}
@media screen and (max-width: 980px) {
  .spc {
    display: block;
  }
}

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

.lh-20 {
  line-height: 2;
}

.pl-20 {
  padding-left: 20px;
}

.pl-tab-0 {
  padding-left: 0;
}

/*topページ*/
body.is-menu-open {
  overflow: hidden;
}

.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  z-index: 10001; /* メニューより上 */
}
.hamburger span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 14px;
}

.hamburger span:nth-child(2) {
  top: 21px;
}

.hamburger span:nth-child(3) {
  top: 28px;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    background-color: #FFFFFF;
    margin: 0 0 0 auto;
  }
  .hamburger.is-open span:nth-child(1) {
    transform: rotate(45deg);
    top: 21px;
  }
  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 21px;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.header .header-wrap {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header .header-wrap {
    height: 40px;
  }
}
.header .header-wrap .h1-box {
  background-color: #000000;
}
.header .header-wrap .h1-box h1.top {
  height: 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.header .header-wrap .h1-box h1.top a {
  display: inline-block;
  text-align: left;
}
.header .header-wrap .h1-box h1.top a img {
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-wrap .menu-lists {
  background-color: #FFFFFF;
}
.header .header-wrap .menu-lists ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 30px;
  gap: 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.header .header-wrap .menu-lists ul .menu-item {
  position: relative;
  padding-left: 30px;
}
.header .header-wrap .menu-lists ul .menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .header-wrap .menu-lists ul .menu-item.company::before {
  background-image: url(./../images/company-logo.png);
}
.header .header-wrap .menu-lists ul .menu-item.action::before {
  background-image: url(./../images/action-logo.png);
}
.header .header-wrap .menu-lists ul .menu-item.staff::before {
  background-image: url(./../images/staff-logo.png);
}
.header .header-wrap .menu-lists ul .menu-item.access::before {
  background-image: url(./../images/access-logo.png);
}
.header .header-wrap .menu-lists ul .menu-item.faq::before {
  background-image: url(./../images/faq-logo.png);
}
.header .header-wrap .menu-lists ul .menu-item.contact::before {
  background-image: url(./../images/mail-logo.png);
}
.header .header-wrap .menu-lists ul .menu-item.to_home {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header-wrap .menu-lists ul .menu-item.to_home {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header .header-wrap .menu-lists {
    position: fixed;
    inset: 0; /* top/right/bottom/left:0 */
    background: rgba(139, 183, 199, 0.9);
    z-index: 10000;
    /* フェード */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 70px;
  }
  .header .header-wrap .menu-lists ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: auto;
    color: #FFFFFF;
    width: 100%;
    align-items: start;
  }
  .header .header-wrap .menu-lists ul .menu-item {
    padding: 0;
    border-bottom: 2px dotted #FFFFFF;
    line-height: 50px;
    width: 100%;
    position: relative;
  }
  .header .header-wrap .menu-lists ul .menu-item::before {
    content: ">";
    left: unset;
    right: 10px;
    width: 16px;
    height: 16px;
    background-image: none !important;
    background-color: #FFFFFF;
    border-radius: 50px;
    font-size: 1.2rem;
    color: rgba(139, 183, 199, 0.9);
    text-align: center;
    line-height: 1.2;
  }
  .header .header-wrap .menu-lists a {
    font-size: 18px;
    text-decoration: none;
  }
  .header .header-wrap .menu-lists.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header .under-header-wrap {
  background-color: #000000;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap {
    height: 40px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap .h1-box {
    flex: 1;
  }
}
.header .under-header-wrap .h1-box a {
  width: 150px;
}
.header .under-header-wrap .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}
.header .under-header-wrap .header-container .menu-lists {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap .header-container .menu-lists {
    position: fixed;
    inset: 0; /* top/right/bottom/left:0 */
    background: #4d4d4d;
    z-index: 10000;
    transform: translateX(-100%);
    visibility: hidden;
    pointer-events: none;
    padding: 10px;
    transition: transform 0.35s ease, visibility 0s linear 0.35s;
    width: 60%;
    border: 3px double #FFFFFF;
    color: #000000;
  }
  .header .under-header-wrap .header-container .menu-lists a {
    font-size: 18px;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap .header-container .menu-lists.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.35s ease, visibility 0s linear 0s;
    overflow-y: scroll;
  }
}
.header .under-header-wrap .header-container .menu-lists ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap .header-container .menu-lists ul {
    list-style: none;
    margin: 0;
    gap: 0;
    width: 100%;
    background-color: #e6e6e6;
    flex-direction: column;
    align-items: start;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap .header-container .menu-lists ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap .header-container .menu-lists ul li a {
    padding: 10px 35px 10px 15px;
    font-size: 1.4rem;
    display: block;
    position: relative;
    border-bottom: 1px solid #7e7e7e;
  }
  .header .under-header-wrap .header-container .menu-lists ul li a::after {
    content: ">";
    position: absolute;
    right: 10px;
    width: 22px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.8;
    font-weight: 600;
  }
}
.header .under-header-wrap .header-container .menu-lists .primary-text {
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #6b6b6b;
}
.header .under-header-wrap .header-container .menu-lists .to_home {
  color: #000000;
  font-style: italic;
  padding: 4px 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header .under-header-wrap .header-container .menu-lists .to_home {
    border-radius: 0;
    font-style: normal;
    padding: 0;
    background-color: unset;
  }
}

/*下層ページ*/
/*topページ*/
.sp-footer-wrap {
  border-top: 1px solid #000000;
}
.sp-footer-wrap .sp-footer-menu {
  background-color: #FFFFFF;
}
.sp-footer-wrap .sp-footer-menu li {
  border-bottom: 1px solid #000000;
  position: relative;
}
.sp-footer-wrap .sp-footer-menu li::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
}
.sp-footer-wrap .sp-footer-menu li a {
  font-size: 1.6rem;
  line-height: 40px;
  padding: 6px 10px;
  font-weight: 700;
}
.sp-footer-wrap .sp-footer-menu .inline-box {
  display: flex;
}
.sp-footer-wrap .sp-footer-menu .inline-box .width-half {
  width: 50%;
}
.sp-footer-wrap .sp-footer-menu .inline-box .width-half:nth-of-type(1) {
  border-right: 1px solid #000000;
}

.to-top.home {
  padding: 10px 0;
  background-color: #ffffff;
  z-index: 10;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .to-top.home {
    background-color: #EEEEEE;
  }
}
.to-top.home .image-box {
  width: 30px;
  height: 30px;
  border: 2px solid #666666;
  border-radius: 50px;
  margin: 0 auto;
  padding: 4px 0;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.to-top.home .image-box img {
  width: 80%;
}

.footer {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  background-color: #000000;
  z-index: 10;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-wrap .company-info {
  max-width: 150px;
}
.footer .footer-wrap .menu-lists ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  width: 100%;
}
.footer .footer-wrap .menu-lists ul .menu-item {
  font-size: 1.2rem;
  padding: 0 10px;
  border-right: 1px solid #FFFFFF;
}
.footer .footer-wrap .menu-lists ul .menu-item:last-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrap .menu-lists ul .menu-item {
    padding: 10px 0;
  }
}
.footer.under {
  background-image: url(./../images/bg-footer-dots.gif);
}
.footer.under .footer-wrap {
  display: block;
}
.footer.under .footer-wrap .menu-lists {
  padding: 10px 0;
}
.footer.under .footer-wrap .company-box {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3rem;
  padding: 20px 0;
}
.footer.under .footer-wrap .company-box .company-name {
  padding-bottom: 10px;
}
.footer.under .footer-wrap small {
  text-align: center;
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .footer.under .footer-wrap small {
    padding: 10px 0;
  }
}

.fade-in,
.fade-right,
.fade-left {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform, opacity;
}
.fade-in.is-active,
.fade-right.is-active,
.fade-left.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-in.delay-1,
.fade-right.delay-1,
.fade-left.delay-1 {
  transition-delay: 0.15s;
}
.fade-in.delay-2,
.fade-right.delay-2,
.fade-left.delay-2 {
  transition-delay: 0.3s;
}
.fade-in.delay-3,
.fade-right.delay-3,
.fade-left.delay-3 {
  transition-delay: 0.45s;
}

/* 下から */
.fade-in {
  transform: translateY(60px);
}

/* 右から */
.fade-right {
  transform: translateX(60px);
}

/* 左から */
.fade-left {
  transform: translateX(-60px);
}

.c-button--to-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999;
  background: #666666;
  border-radius: 5px;
  padding: 15px;
  transition: 0.3s;
  text-align: center;
  display: block;
  font-size: 1.3rem;
  color: #FFFFFF;
}
.c-button-lists-page {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-button-lists-page {
    width: 250px;
    margin-bottom: 20px;
  }
}
.c-button-lists-page a {
  padding: 14px 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  background-color: #1d3141;
}

.swiper-area {
  position: relative;
}
.swiper-area .thumbnali-swiper {
  padding: 30px 0;
}
.swiper-area .thumbnali-swiper .swiper-slide {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .swiper-area .thumbnali-swiper .swiper-slide {
    height: 200px;
  }
}
.swiper-area .thumbnali-swiper .swiper-slide a {
  height: 100%;
  width: 100%;
}
.swiper-area .thumbnali-swiper .swiper-slide a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.swiper-area .swiper-pagination {
  bottom: 0;
}
.swiper-area .swiper-button-prev,
.swiper-area .swiper-button-next {
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0;
}
.swiper-area .swiper-button-prev::after,
.swiper-area .swiper-button-next::after {
  color: #EEEEEE;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  height: 100%;
  width: 100%;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .swiper-area .swiper-button-prev::after,
  .swiper-area .swiper-button-next::after {
    background-color: #EEEEEE;
    color: #FFFFFF;
  }
}
.swiper-area .swiper-button-prev {
  left: -25px;
}
@media screen and (max-width: 768px) {
  .swiper-area .swiper-button-prev {
    left: 10px;
  }
}
.swiper-area .swiper-button-next {
  right: -25px;
}
@media screen and (max-width: 768px) {
  .swiper-area .swiper-button-next {
    right: 10px;
  }
}

#mainVisual {
  width: 100%;
}
#mainVisual .mv-swiper {
  width: 100%;
  height: 90vh;
  height: 90svh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mainVisual .mv-swiper {
    height: 60vh;
    height: 60svh;
  }
}
#mainVisual .mv-swiper .swiper-wrapper {
  height: 100%;
}
#mainVisual .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center 30%;
}
#mainVisual .swiper-slide.slide1 {
  background-image: url(./../images/top/slide-1.png);
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper-slide.slide1 {
    background-image: url(./../images/top/slide-1_sp.png);
  }
}
#mainVisual .swiper-slide.slide2 {
  background-image: url(./../images/top/slide-2.jpg);
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper-slide.slide2 {
    background-image: url(./../images/top/slide-2_sp.png);
  }
}
#mainVisual .swiper-slide.slide3 {
  background-image: url(./../images/top/slide-3.jpg);
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper-slide.slide3 {
    background-image: url(./../images/top/slide-3_sp.png);
  }
}
#mainVisual .mainVisual-text {
  padding: 10px 20px;
  font-size: 2.4rem;
}

.c-post .c-post__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-post .c-post__list {
    gap: 4px;
  }
}
.c-post .c-post__list-item {
  width: calc(25% - 20px);
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .c-post .c-post__list-item {
    width: calc(50% - 6px);
  }
}
.c-post .c-post__list-item .title {
  font-size: 1.4rem;
  color: #555555;
  font-weight: 600;
}
.c-post .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .c-post .pagination {
    margin: 10px 0;
  }
}
.c-post .pagination .page-numbers {
  color: #000000;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  transition: 0.3s ease-in-out;
  width: 30px;
  text-align: center;
}
.c-post .pagination .page-numbers.next, .c-post .pagination .page-numbers.prev {
  width: auto;
  background-color: transparent;
  border: none;
}
.c-post .pagination .current {
  background-color: #000000;
  color: #FFFFFF;
}

.news-container.lists .c-post .c-post__list {
  gap: 10px;
}
.news-container.lists .c-post .c-post__list-item .thumbnail-box {
  width: 100%;
}
.news-container.lists .c-post .c-post__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kouhou-works {
  padding-bottom: 0;
}
.kouhou-works .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 10px;
}
.kouhou-works .link-box .link-item {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .kouhou-works .link-box .link-item {
    width: 50%;
  }
}
.kouhou-works h3 {
  font-size: 2rem;
  background: linear-gradient(to bottom, #fff 0%, #ccc 88%);
  padding: 4px 10px;
  border-top: 3px solid #000000;
}
@media screen and (max-width: 768px) {
  .kouhou-works h3 {
    font-size: 1.6rem;
  }
}

.single .h1 {
  margin-bottom: 20px;
}
.single h2 {
  font-size: 2rem;
  background: linear-gradient(to bottom, #fff 0%, #ccc 88%);
  padding: 4px 10px;
  border-top: 3px solid #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single h2 {
    font-size: 1.6rem;
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
.single h3 {
  font-size: 1.8rem;
  position: relative;
  padding: 6px 0 6px 20px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.single h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #aaa;
}
.single h4 {
  font-size: 1.8rem;
  position: relative;
  padding: 6px 0 6px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.single h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #aaa;
}
.single .c-post__text p {
  margin: 26px 0;
  font-size: 1.4rem;
  color: #3A3A3A;
}
@media screen and (max-width: 768px) {
  .single .c-post__text p {
    margin: 16px 0;
  }
}
.single .c-post__text .h2.h2-single-bg {
  background: linear-gradient(to bottom, #fff 0%, #ccc 88%);
  padding: 4px 10px;
  border-top: 3px solid #000000;
}
.single .c-post__text .bg-white {
  background-color: #FFFFFF;
}
.single .c-post__text .border-black {
  border: 1px solid #000000;
}
.single .c-post__text .p-10 {
  padding: 10px;
}
.single .c-post__text .border-red {
  border: 1px solid red;
}
.single .c-post__text .bg-yellow {
  background-color: #FFFFDE;
}
.single .c-post__text .color-red {
  color: red;
}
.single .c-post__text .link-text {
  display: inline;
  color: #0000ee;
}
.single .c-post__card-item img {
  display: inline-block;
}
.single .c-post p a {
  display: inline-block;
}
.single .c-post .wp-block-image .aligncenter .wp-element-caption {
  text-align: center;
}
.single .c-post table {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .single .c-post table {
    margin: 16px 0;
  }
}
.single .c-post table tr td:nth-of-type(1) {
  width: 30%;
  background-color: #7a7a7a;
  color: #FFFFFF;
  border: 1px solid #000000;
  text-align: center;
}
.single .contact .contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single .contact .contact-box {
    flex-direction: column;
  }
}
.single .contact .contact-box img {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .single .contact .contact-box img {
    width: 100%;
  }
}
.single .contact .contact-box p {
  width: 65%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .single .contact .contact-box p {
    padding-left: 0;
    width: 100%;
  }
}
.single .work-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.single .work-list-link a {
  width: 40%;
  max-width: 400px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .single .work-list-link a {
    width: 80%;
  }
}
.single .single_pager__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .single .single_pager__container {
    display: none;
  }
}
.single .single_pager__container p {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 6px 10px;
}
.single .single_pager__container p.single_previous {
  position: relative;
  padding-left: 24px;
}
.single .single_pager__container p.single_previous::before {
  content: "≪";
  position: absolute;
  font-size: 1.4rem;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.single .single_pager__container p.single_previous.no-post {
  background-color: transparent;
}
.single .single_pager__container p.single_previous.no-post::before {
  content: none;
}
.single .single_pager__container p.single_next {
  position: relative;
  padding-right: 24px;
}
.single .single_pager__container p.single_next::before {
  content: "≫";
  position: absolute;
  font-size: 1.4rem;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

#page404 {
  text-align: center;
}
#page404 a {
  padding: 10px;
  margin-top: 30px;
  text-decoration: underline;
  color: #000000;
  display: block;
}

.home .contents-wrapper {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper {
    margin-top: 0;
  }
}
.home .contents-wrapper aside {
  position: fixed;
  width: 450px;
  background-color: #82C1EA;
  top: 70px;
  height: calc(100vh - 70px);
  z-index: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .home .contents-wrapper aside {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper aside {
    display: none;
  }
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide {
  text-align: center;
  align-self: center;
  position: relative;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide-logo img {
  width: 80%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide span {
  padding: 0 10px 10px;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide span::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide2 span::after {
  background-image: url(./../images/top/topSidebarCheck.png);
  left: -50px;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide3 span::after {
  background-image: url(./../images/top/topSidebarLists.png);
  left: unset;
  right: -60px;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide4 span::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 40px;
  background-image: url(./../images/top/topSidebarFukidasi2.png);
  left: -30px;
  top: -40px;
  transform: none;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide4 span::after {
  background-image: url(./../images/top/topSidebarFukidasi.png);
  right: -60px;
  top: unset;
  bottom: -50px;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide5 span {
  padding-bottom: 4px;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide5 span::after {
  background-image: url(./../images/top/topSidebarMegahon.png);
  left: -70px;
}
.home .contents-wrapper aside .swiper-wrapper .swiper-slide.slide6 span::after {
  background-image: url(./../images/top/topSidebarPen.png);
  left: unset;
  right: -60px;
}
.home .contents-wrapper .sp-main {
  background-color: #82C1EA;
  padding: 40px 0 20px 0;
}
.home .contents-wrapper .sp-main .sp-main-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home .contents-wrapper .sp-main .sp-main-wrap .image-box {
  background: rgba(255, 255, 255, 0.5);
  width: 70%;
  margin-bottom: 20px;
  padding-bottom: 40px;
  position: relative;
}
.home .contents-wrapper .sp-main .sp-main-wrap .image-box::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(-315deg);
  bottom: 20px;
  border-right: 6px solid #000000;
  border-bottom: 6px solid #000000;
}
.home .contents-wrapper .sp-main .sp-main-wrap .message {
  text-align: center;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 20px;
  width: 300px;
  font-size: 1.6rem;
  font-weight: 700;
}
.home .contents-wrapper .sp-sub {
  background-color: #FFFFFF;
}
.home .contents-wrapper .sp-sub .sp-sub-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
  padding: 20px 5px;
  gap: 10px 0;
}
.home .contents-wrapper .sp-sub .sp-sub-wrap .h2 {
  font-size: 2rem;
  background: #4774B9;
  padding: 10px;
  border-radius: 20px;
  color: #FFFFFF;
}
.home .contents-wrapper .sp-sub .sp-sub-wrap .text-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #666464;
  padding: 10px;
  border-bottom: 4px dotted #9FA0A0;
  text-align: center;
}
.home .contents-wrapper .sp-sub .sp-sub-wrap .text {
  line-height: 28px;
  padding: 10px 0;
  text-align: center;
}
.home .contents-wrapper .sp-sub .about-container {
  color: #FFFFFF;
}
.home .contents-wrapper .sp-sub .about-container .tel-box {
  background: #000000;
  padding: 10px 5px;
  text-align: center;
}
.home .contents-wrapper .sp-sub .about-container .tel-box .tel {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
}
.home .contents-wrapper .sp-sub .about-container .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home .contents-wrapper .sp-sub .about-container .link-box .link-item {
  width: 50%;
}
.home .contents-wrapper .sp-sub .about-container .link-box .link-item.about-box {
  background-color: #666464;
}
.home .contents-wrapper .sp-sub .about-container .link-box .link-item.map-box {
  background-color: #9FA0A0;
}
.home .contents-wrapper .sp-sub .about-container .link-box .link-item a {
  padding: 10px 5px;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.home .contents-wrapper .main-contents {
  background-color: #EEEEEE;
  padding-left: 450px;
}
@media screen and (max-width: 980px) {
  .home .contents-wrapper .main-contents {
    padding-left: 350px;
  }
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper .main-contents {
    padding-left: 0;
  }
}
.home .contents-wrapper .main-contents section {
  border-bottom: 1px solid #C9CACA;
}
.home .contents-wrapper .main-contents .list-box .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper .main-contents .list-box .top-box {
    flex-direction: column;
    align-items: start;
  }
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box {
  position: relative;
  width: 200px;
  background-color: #FFFFFF;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper .main-contents .list-box .top-box .title-box {
    width: 300px;
  }
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-right: 26px solid transparent;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box.sign::before {
  border-top: 26px solid #00A0E9;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box.web::before {
  border-top: 26px solid #FF7BAC;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box.print::before {
  border-top: 26px solid #E84955;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box.other::before {
  border-top: 26px solid #8CC63F;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 {
  font-size: 1.6rem;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 .en {
  font-size: 2rem;
  padding: 0 14px 0 0;
  font-weight: 500;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 .en.sign {
  border-bottom: 1px solid #00A0E9;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 .en.web {
  border-bottom: 1px solid #FF7BAC;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 .en.print {
  border-bottom: 1px solid #E84955;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 .en.other {
  border-bottom: 1px solid #8CC63F;
}
.home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 .ja {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper .main-contents .list-box .top-box .title-box .h2 .ja {
    font-size: 1.2rem;
  }
}
.home .contents-wrapper .main-contents .list-box .top-box .text {
  padding-left: 15px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper .main-contents .list-box .top-box .text {
    padding: 10px 0;
  }
}
.home .contents-wrapper .main-contents .list-box .item-box {
  margin: 30px 0 0 0;
  padding-bottom: 10px;
}
.home .contents-wrapper .main-contents .contact {
  border-bottom: none;
}
.home .contents-wrapper .main-contents .contact .message {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.home .contents-wrapper .main-contents .contact a {
  width: 250px;
  margin: 0 auto;
}
.home .contents-wrapper .main-contents .works {
  border-bottom: none;
}
.home .contents-wrapper .main-contents .works .title {
  text-align: center;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #333333;
  padding-bottom: 20px;
}
.home .contents-wrapper .main-contents .works .title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #EEEEEE;
  bottom: -8.7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.home .contents-wrapper .main-contents .works .media-mix-box {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper .main-contents .works .media-mix-box {
    padding: 30px 10px 10px 10px;
  }
}
.home .contents-wrapper .main-contents .works .page-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .home .contents-wrapper .main-contents .works .page-icon-box {
    justify-content: space-between;
  }
}
.home .contents-wrapper .main-contents .works .page-icon-box .icon {
  width: 100px;
}
.home .contents-wrapper .main-contents .grand-sign {
  border-bottom: none;
}

.under .contents-wrapper {
  margin-top: 70px;
  position: relative;
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .under .contents-wrapper {
    margin-top: 40px;
  }
}
.under .company {
  color: #3A3A3A;
}
.under .company .about .about-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .under .company .about .about-contents {
    padding-left: 0;
    flex-direction: column-reverse;
  }
}
.under .company .about .about-contents .table-box {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .under .company .about .about-contents .table-box {
    width: 100%;
  }
}
.under .company .about .about-contents .table-box th, .under .company .about .about-contents .table-box td {
  padding: 10px;
}
.under .company .about .about-contents .table-box th {
  text-align: right;
  width: 10em;
  vertical-align: top;
}
.under .company .about .about-contents .table-box td {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2;
}
.under .company .about .about-contents .table-box td .map {
  width: 170px;
  margin-top: 10px;
}
.under .company .about .about-contents .image-box {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .under .company .about .about-contents .image-box {
    width: 100%;
  }
}
.under .company .work .work-contents .table-box {
  padding-left: 150px;
}
@media screen and (max-width: 768px) {
  .under .company .work .work-contents .table-box {
    padding-left: 0;
  }
}
.under .company .work .work-contents .table-box th {
  width: 9em;
  vertical-align: top;
}
.under .company .work .work-contents .table-box td {
  font-size: 1.3rem;
}
.under .company .history .history-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .under .company .history .history-contents {
    padding-left: 0;
    flex-direction: column;
  }
}
.under .company .history .history-contents .table-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .under .company .history .history-contents .table-box {
    width: 100%;
  }
}
.under .company .history .history-contents .table-box th, .under .company .history .history-contents .table-box td {
  padding: 10px;
}
.under .company .history .history-contents .table-box th {
  text-align: right;
  width: 12em;
  vertical-align: top;
}
.under .company .history .history-contents .table-box td {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2;
}
.under .company .history .history-contents .image-box {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .under .company .history .history-contents .image-box {
    width: 100%;
  }
}
.under .company .history .history-contents .image-box .top-box {
  margin-bottom: 20px;
}
.under .company .president .image-box {
  width: 200px;
  margin: 0 auto;
}
.under .action .h2 a {
  width: 100%;
}
.under .action .message {
  font-size: 1.3rem;
  line-height: 2.4;
  font-weight: 400;
}
.under .action .message .image-box {
  width: 400px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 768px) {
  .under .action .message .image-box {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
.under .action .action1 {
  border-top: 1px double grey;
}
.under .action .action1 .h3 {
  font-size: 1.5rem;
  color: #f86b66;
  margin-bottom: 20px;
}
.under .action .action1 p {
  padding-left: 30px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under .action .action1 p {
    padding-left: 0;
  }
}
.under .action .action1 .image-box {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .under .action .action1 .image-box {
    padding: 20px 0;
  }
}
.under .action .action2 {
  border-top: 1px double grey;
}
.under .action .action2 .h3 {
  font-size: 1.5rem;
  color: #5e5eca;
  margin-bottom: 20px;
}
.under .action .action2 p {
  padding-left: 30px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under .action .action2 p {
    padding-left: 0;
  }
}
.under .action .action2 .image-box {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .under .action .action2 .image-box {
    padding: 20px 0;
  }
}
.under .access .information .table-box {
  padding-left: 150px;
}
@media screen and (max-width: 768px) {
  .under .access .information .table-box {
    padding-left: 0;
  }
}
.under .access .information .table-box th {
  width: 12em;
  text-align: end;
}
.under .access .information .table-box td {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under .access .information .table-box th, .under .access .information .table-box td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 6px 4px;
  }
}
.under .access .map .map-box {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .under .access .map .map-box {
    width: 100%;
  }
}
.under .access .map .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.under .faq .faq-lists .faq-contents {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .under .faq .faq-lists .faq-contents {
    padding: 0;
  }
}
.under .faq .faq-lists .faq-contents .item-box {
  margin-bottom: 20px;
}
.under .faq .faq-lists .faq-contents .item-box .question {
  font-size: 1.7rem;
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
}
.under .faq .faq-lists .faq-contents .item-box .question span {
  position: absolute;
  background-image: url(./../images/faq/q-icon.gif);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.under .faq .faq-lists .faq-contents .item-box .question::before, .under .faq .faq-lists .faq-contents .item-box .question::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.under .faq .faq-lists .faq-contents .item-box .question::before {
  bottom: 0;
}
.under .faq .faq-lists .faq-contents .item-box .question::after {
  bottom: -3px;
}
.under .faq .faq-lists .faq-contents .item-box .question.q-1::before, .under .faq .faq-lists .faq-contents .item-box .question.q-1::after {
  background-color: #E84955;
}
.under .faq .faq-lists .faq-contents .item-box .question.q-2::before, .under .faq .faq-lists .faq-contents .item-box .question.q-2::after {
  background-color: #141DFF;
}
.under .faq .faq-lists .faq-contents .item-box .question.q-3::before, .under .faq .faq-lists .faq-contents .item-box .question.q-3::after {
  background-color: #8CC63F;
}
.under .faq .faq-lists .faq-contents .item-box .answer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .under .faq .faq-lists .faq-contents .item-box .answer-box {
    flex-direction: column;
    align-items: center;
  }
}
.under .faq .faq-lists .faq-contents .item-box .answer-box .text-box {
  flex: 1;
  padding-right: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .under .faq .faq-lists .faq-contents .item-box .answer-box .text-box {
    width: 100%;
    padding-right: 0;
  }
}
.under .faq .faq-lists .faq-contents .item-box .answer-box .image-box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .under .faq .faq-lists .faq-contents .item-box .answer-box .image-box {
    width: 100%;
    max-width: 350px;
  }
}
.under .staff .title-wrap .h2 {
  margin-bottom: 15px;
}
.under .staff .staff-wrap .staff-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .under .staff .staff-wrap .staff-contents {
    flex-direction: column;
  }
}
.under .staff .staff-wrap .staff-contents .staff-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .under .staff .staff-wrap .staff-contents .staff-box {
    width: 100%;
  }
}
.under .staff .staff-wrap .staff-contents .staff-box .image-box {
  width: 50%;
  padding: 10px 6px;
}
.under .staff .staff-wrap .staff-contents .staff-action-box {
  padding-top: 50px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .under .staff .staff-wrap .staff-contents .staff-action-box {
    width: 100%;
    padding-top: 20px;
  }
}
.under .staff .staff-wrap .staff-contents .staff-action-box .left-title {
  position: absolute;
  width: 100%;
  height: auto;
  top: -100px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .under .staff .staff-wrap .staff-contents .staff-action-box .left-title {
    position: relative;
    top: 0;
  }
}
.under .staff .staff-wrap .staff-contents .staff-action-box .item-box {
  margin-bottom: 20px;
}
.under .staff .staff-wrap .staff-contents .staff-action-box .item-box .subtitle {
  color: #f15a24;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #f15a24;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .under .staff .staff-wrap .staff-contents .staff-action-box .item-box .subtitle {
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 2px;
  }
}
.under .staff .staff-wrap .staff-contents .staff-action-box .item-box .text {
  font-size: 1.3rem;
}
.under .contact .contact-wrap .contact-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under .contact .contact-wrap .contact-contents {
    flex-direction: column;
  }
}
.under .contact .contact-wrap .contact-contents .left-box {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .under .contact .contact-wrap .contact-contents .left-box {
    padding-right: 0;
    width: 100%;
  }
}
.under .contact .contact-wrap .contact-contents .right-box {
  width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .under .contact .contact-wrap .contact-contents .right-box {
    padding-left: 0;
    width: 100%;
  }
}
.under .contact .contact-wrap .contact-contents .item-box {
  margin-bottom: 50px;
}
.under .contact .contact-wrap .contact-contents .item-box .h3 {
  margin-bottom: 16px;
}
.under .contact .contact-wrap .contact-contents .item-box .tel-box {
  max-width: 250px;
  margin-bottom: 20px;
}
.under .contact .contact-wrap .contact-contents .item-box .fax-box {
  max-width: 250px;
  margin-bottom: 20px;
}
.under .contact .contact-wrap .contact-contents .item-box .mail-box {
  max-width: 350px;
}
.under .contact .contact-wrap .contact-contents .item-box.form-box a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .under .contact .contact-wrap .contact-contents .item-box.form-box a {
    font-size: 1.2rem;
  }
}
.under .contact .contact-wrap .contact-contents .item-box .line-box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.under .contact .contact-wrap .contact-contents .item-box .line-box p {
  width: 50%;
  padding: 10px 20px 0 0;
}
.under .contact .contact-wrap .contact-contents .item-box .line-box p span {
  font-size: 2.8rem;
  color: #8d8d8d;
  display: block;
  margin: 14px 0;
}
.under .contact .contact-wrap .contact-contents .item-box .line-box .image-box {
  width: 50%;
}
.under .privacy .h2 .title {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .under .privacy .h2 .title {
    max-width: 100%;
  }
}
.under .privacy .item-box {
  line-height: 2;
  margin-bottom: 20px;
}
.under .privacy .item-box p {
  font-size: 1.3rem;
}
.under .mix .h2 .title {
  max-width: 210px;
}
.under .mix .value .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .under .mix .value .item-box {
    flex-direction: column-reverse;
  }
}
.under .mix .value .item-box .text {
  width: 40%;
  padding: 0 1em;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .under .mix .value .item-box .text {
    width: 100%;
    padding: 10px 0;
  }
}
.under .mix .value .item-box .text span {
  color: #f83f7c;
}
.under .mix .value .item-box .image-box {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .under .mix .value .item-box .image-box {
    width: 100%;
  }
}
.under .mix .value .item-box .image-box p {
  font-size: 1.2rem;
  font-weight: 400;
}
.under .mix .mix-lists-contents .list-box {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .under .mix .mix-lists-contents .list-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.under .mix .works-lists-contents .text {
  font-size: 1.2rem;
  padding-left: 20px;
}
.under .mix .works-lists-contents .item-box {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #797979;
}
.under .mix .works-lists-contents .item-box:last-of-type {
  border-bottom: none;
}
.under .mix .works-lists-contents .item-box .title {
  font-size: 2rem;
  padding-left: 50px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1em;
}
.under .mix .works-lists-contents .item-box .title::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.under .mix .works-lists-contents .item-box .item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}
.under .mix .works-lists-contents .item-box .item p {
  text-align: center;
  padding: 10px 30px;
  font-size: 1.3rem;
  border-radius: 10px;
}
.under .mix .works-lists-contents .item-box.print {
  color: #E84955;
}
.under .mix .works-lists-contents .item-box.print .title::before {
  background-image: url(./../images/icon_print.png);
}
.under .mix .works-lists-contents .item-box.print .item p {
  border: 2px solid #E84955;
}
.under .mix .works-lists-contents .item-box.web {
  color: #FF7BAC;
}
.under .mix .works-lists-contents .item-box.web .title::before {
  background-image: url(./../images/icon_web.png);
}
.under .mix .works-lists-contents .item-box.web .item p {
  border: 2px solid #FF7BAC;
}
.under .mix .works-lists-contents .item-box.board {
  color: #29ABE2;
}
.under .mix .works-lists-contents .item-box.board .title::before {
  background-image: url(./../images/icon_board.png);
}
.under .mix .works-lists-contents .item-box.board .item p {
  border: 2px solid #29ABE2;
}
.under .mix .works-lists-contents .item-box.design {
  color: #9E005D;
}
.under .mix .works-lists-contents .item-box.design .title::before {
  background-image: url(./../images/icon_design.png);
}
.under .mix .works-lists-contents .item-box.design .item p {
  border: 2px solid #9E005D;
}
.under .mix .works-lists-contents .item-box.news {
  color: #0071BC;
}
.under .mix .works-lists-contents .item-box.news .title::before {
  background-image: url(./../images/icon_news.png);
}
.under .mix .works-lists-contents .item-box.news .item p {
  border: 2px solid #0071BC;
}
.under .mix .works-lists-contents .item-box.cm {
  color: #141DFF;
}
.under .mix .works-lists-contents .item-box.cm .title::before {
  background-image: url(./../images/icon_cm.png);
}
.under .mix .works-lists-contents .item-box.cm .item p {
  border: 2px solid #141DFF;
}
.under .mix .works-lists-contents .item-box.traffic {
  color: #FBB03B;
}
.under .mix .works-lists-contents .item-box.traffic .title::before {
  background-image: url(./../images/icon_traffic.png);
}
.under .mix .works-lists-contents .item-box.traffic .item p {
  border: 2px solid #FBB03B;
}
.under .mix .works-lists-contents .item-box.event {
  color: #24712F;
}
.under .mix .works-lists-contents .item-box.event .title::before {
  background-image: url(./../images/icon_event.png);
}
.under .mix .works-lists-contents .item-box.event .item p {
  border: 2px solid #24712F;
}
.under .mix .works-lists-contents .item-box.other {
  color: #8CC63F;
}
.under .mix .works-lists-contents .item-box.other .title::before {
  background-image: url(./../images/icon_other.png);
}
.under .mix .works-lists-contents .item-box.other .item p {
  border: 2px solid #8CC63F;
}
.under.slug-work .seisaku {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 20px;
}
.under.slug-work .seisaku .image-box {
  margin-bottom: 10px;
}
.under.slug-work .seisaku .left-box {
  width: 60%;
  padding-right: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .under.slug-work .seisaku .left-box {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 1.2rem;
  }
}
.under.slug-work .seisaku .right-box {
  flex: 1;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under.slug-work .seisaku .right-box {
    width: 100%;
    font-size: 1.2rem;
  }
}
.under.slug-work .appeal-image {
  margin: 20px 0;
}
.under.slug-work .alert-image {
  margin-top: 20px;
}
.under.slug-work .alert-image p {
  margin-top: 20px;
}
.under.slug-work .work-lists {
  margin-top: 20px;
}
.under.slug-work .work-lists .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .under.slug-work .work-lists .list-box {
    gap: 4px;
  }
}
.under.slug-work .work-lists .list-box .item-box {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 768px) {
  .under.slug-work .work-lists .list-box .item-box {
    width: calc(33.3333333333% - 4px);
  }
}
.under.slug-work .work-lists .list-box .item-box p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .under.slug-work .work-lists .list-box .item-box p {
    font-size: 1.2rem;
  }
}
.under.slug-work .work-lists .list-box .item-box p span {
  font-size: 1.8rem;
  color: #3399cc;
  display: block;
}
@media screen and (max-width: 768px) {
  .under.slug-work .work-lists .list-box .item-box p span {
    font-size: 1.5rem;
  }
}
.under.slug-work .work-lists .list-box.bottom {
  margin-bottom: 0;
}
.under.slug-work .work-lists .list-box.bottom .item-box {
  width: calc(25% - 20px);
}
@media screen and (max-width: 768px) {
  .under.slug-work .work-lists .list-box.bottom .item-box {
    width: calc(50% - 4px);
  }
}
.under.slug-hp .h2-box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .h2-box {
    justify-content: space-between;
  }
}
.under.slug-hp .h2-box .link-box {
  display: flex;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .h2-box .link-box {
    width: 40%;
    flex-direction: column;
  }
}
.under.slug-hp .h2-box .link-box a .title {
  max-width: unset;
  width: 100%;
}
.under.slug-hp .h2-box .title.left {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .h2-box .title.left {
    width: 50%;
  }
}
.under.slug-hp .example .list-box .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 20px;
}
.under.slug-hp .example .list-box .item-box .image-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .example .list-box .item-box .image-box {
    width: 100%;
  }
}
.under.slug-hp .example .list-box .item-box .text-box {
  color: #3A3A3A;
  flex: 1;
  padding-left: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .example .list-box .item-box .text-box {
    padding-left: 0;
  }
}
.under.slug-hp .example .list-box .item-box .text-box .title {
  font-size: 1.5rem;
  padding: 6px 0;
  border-bottom: 1px solid #3A3A3A;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .example .list-box .item-box .text-box .title {
    font-size: 1.2rem;
  }
}
.under.slug-hp .example .list-box .item-box .text-box .avenue {
  max-width: 220px;
  padding: 10px 0 20px 0;
}
.under.slug-hp .example .list-box .item-box .text-box .category {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
}
.under.slug-hp .example .list-box .item-box .text-box .link {
  font-size: 1.5rem;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .example .list-box .item-box .text-box .link {
    font-size: 1.2rem;
  }
}
.under.slug-hp .example .list-box .item-box .text-box .link a {
  color: #0000EE;
}
.under.slug-hp .service .list-box .item-box {
  margin: 30px 0;
}
.under.slug-hp .service .list-box .item-box .title {
  font-size: 1.8rem;
  color: #ff6699;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .service .list-box .item-box .title {
    font-size: 1.7rem;
  }
}
.under.slug-hp .service .list-box .item-box .title span {
  color: #FFFFFF;
  font-weight: 600;
  padding: 4px 8px;
  background-color: #ff6699;
  margin-right: 10px;
}
.under.slug-hp .service .list-box .item-box .text {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .service .list-box .item-box .text {
    font-size: 1.2rem;
  }
}
.under.slug-hp .service .list-box .item-box .image {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-hp .service .list-box .item-box .image {
    margin: 10px 0;
  }
}
.under.slug-hp .service .list-box .item-box .service-index {
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  border: 5px solid #b3b3b3;
}
.under.slug-hp .service .list-box .item-box .service-index .title {
  font-weight: 600;
  color: #FF7BAC;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #FF7BAC;
}
.under.slug-hp .service .list-box .item-box .service-index .table {
  table-layout: auto;
}
.under.slug-hp .service .list-box .item-box .service-index .table td {
  padding: 10px;
}
.under.slug-print .work-main .item-box {
  margin: 30px 0;
}
.under.slug-print .work-main .item-box .text {
  font-size: 1.3rem;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-print .work-main .item-box .text {
    margin: 10px 0;
  }
}
.under.slug-print .work-main .item-box .text.service {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .under.slug-print .work-main .item-box .text.service {
    font-size: 1.2rem;
  }
}
.under.slug-print .work-main .item-box .bottom-img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .under.slug-print .work-main .item-box .bottom-img {
    width: 100%;
  }
}
.under.slug-print .work-main .item-box .bottom-img.service {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .under.slug-print .work-main .item-box .bottom-img.service {
    margin: 10px auto;
  }
}
.under.slug-others {
  color: #3A3A3A;
}
.under.slug-others .first-section .link-box .info-text {
  text-align: center;
  margin: 20px 0;
}
.under.slug-others .first-section .link-box .link-item {
  width: 600px;
  margin: 0 auto;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.under.slug-others .first-section .link-box .link-item a {
  width: 20%;
  max-width: 56px;
}
.under.slug-others .video .image-box {
  margin: 20px auto;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .under.slug-others .video .image-box {
    min-width: 300px;
  }
}
.under.slug-others .video .text-box {
  color: #cccc00;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .under.slug-others .video .text-box {
    color: #000000;
    font-size: 1.2rem;
  }
}
.under.slug-others .newspaper .text-box {
  font-size: 1.8rem;
  color: #0066cc;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-others .newspaper .text-box {
    font-size: 1.5rem;
  }
}
.under.slug-others .newspaper .bottom-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.3rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .under.slug-others .newspaper .bottom-box {
    flex-direction: column;
  }
}
.under.slug-others .newspaper .bottom-box img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .under.slug-others .newspaper .bottom-box img {
    width: 100%;
  }
}
.under.slug-others .newspaper .bottom-box p {
  flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .under.slug-others .newspaper .bottom-box p {
    width: 100%;
    padding-left: 0;
  }
}
.under.slug-others .cm .text-box {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under.slug-others .cm .text-box {
    font-size: 1.1rem;
  }
}
.under.slug-others .cm .text-box .top-text {
  color: #0066cc;
  font-size: 1.8rem;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-others .cm .text-box .top-text {
    font-size: 1.3rem;
  }
}
.under.slug-others .event .text-box {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under.slug-others .event .text-box {
    font-size: 1.1rem;
  }
}
.under.slug-others .event .text-box .top-text {
  color: #33cc33;
  font-size: 1.8rem;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-others .event .text-box .top-text {
    font-size: 1.3rem;
  }
}
.under.slug-others .event .h3 {
  margin: 20px 0;
}
.under.slug-others .traffic .text-box {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under.slug-others .traffic .text-box {
    font-size: 1.1rem;
  }
}
.under.slug-others .traffic .text-box .top-text {
  color: #ff9933;
  font-size: 1.8rem;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-others .traffic .text-box .top-text {
    font-size: 1.3rem;
  }
}
.under.slug-others .design .text-box {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under.slug-others .design .text-box {
    font-size: 1.1rem;
  }
}
.under.slug-others .design .text-box .top-text {
  color: #990066;
  font-size: 1.8rem;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .under.slug-others .design .text-box .top-text {
    font-size: 1.3rem;
  }
}
.under.slug-others .design .h3 {
  margin: 20px 0;
}
.under.slug-mp_websites .web-banner {
  margin: 20px 0;
}
.under.slug-mp_websites .alert {
  padding: 20px 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .under.slug-mp_websites .alert {
    font-size: 1.6rem;
  }
}
.under .kouhou-works.works-lists {
  margin-bottom: 0;
  padding-bottom: 0;
}
.under.error404 .contents-wrapper {
  height: calc(100vh - 250px);
}
.under.slug-recruit .h3 {
  font-weight: 400;
}
.under.slug-recruit {
  color: #3A3A3A;
}
.under.slug-recruit .about {
  padding-top: 0;
}
.under.slug-recruit .about .point-message {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .under.slug-recruit .about .point-message {
    padding-left: 0;
  }
}
.under.slug-recruit .about-contents {
  padding-left: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .under.slug-recruit .about-contents {
    padding-left: 0;
    width: 96%;
    margin: 0 auto;
  }
}
.under.slug-recruit .about-contents .table-box {
  margin: 10px 0;
}
.under.slug-recruit .about-contents .table-box table th, .under.slug-recruit .about-contents .table-box table td {
  border: 1px solid #FFFFFF;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .under.slug-recruit .about-contents .table-box table th, .under.slug-recruit .about-contents .table-box table td {
    display: block;
  }
}
.under.slug-recruit .about-contents .table-box table th {
  background-color: #699628;
  color: #FFFFFF;
  width: 20%;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .under.slug-recruit .about-contents .table-box table th {
    width: 100%;
    font-size: 1.3rem;
  }
}
.under.slug-recruit .about-contents .table-box table td {
  background-color: #dcdcdc;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .under.slug-recruit .about-contents .table-box table td {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */