@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Staatliches&display=swap");

.slideConts {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.slideContsL {
  -webkit-transform: translate(-2000px, 0);
  transform: translate(-2000px, 0);
}

.slideContsL.show {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.slideContsR {
  -webkit-transform: translate(2000px, 0);
  transform: translate(2000px, 0);
}

.slideContsR.show {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.siideDelay01 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.siideDelay02 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.siideDelay03 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.slideTxt {
  opacity: 0;
}

.fade_in {
  opacity: 0;
  -webkit-animation-name: fade_default;
  animation-name: fade_default;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideTxt01 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slideTxt02 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.slideTxt03 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.slideTxt04 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slideTxt05 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.slideTxt06 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.slideFade {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInHeader {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadeInHeader {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes fadeInCopy01 {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInCopy01 {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeQutLd {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeQutLd {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: 0;
  outline: 0;
}

li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:active,
:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0px;
  line-height: 1.4em;
}

input {
  margin-right: 5px;
}

.switch {
  visibility: hidden;
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

.red {
  color: #d00d00;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.8 "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.onlySP {
  display: none;
}

@media only screen and (max-width: 1081px) {
  .onlySP {
    display: inline-block;
  }
}

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

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.text12 {
  font-size: 1.2rem;
}

.text14 {
  font-size: 1.4rem;
}

.text16 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1081px) {
  .text16 {
    font-size: 1.4rem;
  }
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

.textL {
  text-align: left !important;
}

.textB {
  font-weight: bolder !important;
}

#wrapper {
  position: relative;
  -webkit-animation: 2s fadeIn forwards;
  animation: 2s fadeIn forwards;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.contentsWrap {
  width: 100%;
  padding: 140px 0;
}

.contentsWrap.pb0 {
  padding-bottom: 0;
}

.contentsWrap.pt0 {
  padding-top: 0;
}

@media only screen and (max-width: 1081px) {
  .contentsWrap {
    padding: 60px 0;
  }
}

.subPage .newsList ul {
  margin-bottom: 60px;
}

.subPage .contentsWrapSozai {
  padding: 60px 0;
}

.subPage .contentsWrapTopBnr {
  margin-bottom: 120px;
}

.subPage .contentsWrap {
  padding: 100px 0;
}

@media only screen and (max-width: 1081px) {
  .subPage .contentsWrap {
    padding: 60px 0;
  }
}

.subPage .contentsWrap.pb0 {
  padding-bottom: 0;
}

.subPage #header {
  margin-bottom: 0;
  position: sticky;
}

.subPage #header h1 {
  margin-bottom: 0;
}

.subPage h2 {
  margin-bottom: 40px;
}

.subPage .newsList {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 80px;
}

.contents {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1081px) {
  .contents {
    width: 90%;
  }
}

.contents.contents700 {
  width: 700px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1081px) {
  .contents.contents700 {
    width: 90%;
    margin-bottom: 60px;
  }
}

.contents.contents800 {
  width: 800px;
}

@media only screen and (max-width: 1081px) {
  .contents.contents800 {
    width: 90%;
  }
}

@media only screen and (max-width: 1081px) {
  #contentsAll {
    padding-bottom: 40px;
  }
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover img:not(.notHover) {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a,
a:after,
a:before {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.tel-link,
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

@media only screen and (max-width: 1081px) {
  .tel-link,
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.bodyFixed {
  overflow: hidden;
}

.bodyFixed #header {
  display: block;
}

.onlySP02 {
  display: none;
}

@media only screen and (max-width: 440px) {
  .onlySP02 {
    display: inline-block;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

#header .headerLogo {
  padding: 10px 30px;
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo {
    padding: 10px 20px;
  }
}

#header .headerLogo h1 {
  color: #999;
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 500;
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo h1 {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

#header .headerLogo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#header .headerLogo > div .ken img {
  height: 22px;
  width: auto;
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo > div .ken img {
    display: none;
  }
}

#header .headerLogo a {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  line-height: 1.4em;
}

#header .headerLogo a span:first-of-type {
  font-size: 5.6rem;
  display: block;
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo a span:first-of-type {
    font-size: 3.6rem;
  }
}

#header .headerLogo a span {
  font-size: 2.2rem;
  display: block;
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo a span {
    font-size: 1.4rem;
    line-height: 1em;
  }
}

#header .headerLogo a:hover {
  display: none;
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo.allLogo {
    padding: 4px 20px 8px;
  }
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo.allLogo h1 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1081px) {
  #header .headerLogo.allLogo > div img {
    width: 180px;
  }
}

#header .menu-container {
  width: 100%;
  margin: 0 auto;
  z-index: 100000;
  position: relative;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container {
    height: 100%;
  }
}

#header .menu-container .menu {
  margin-left: auto;
  margin-right: 30px;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container .menu {
    margin-right: 0;
  }
}

#header .menu-container .menu > ul {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container .menu > ul {
    display: none;
  }
}

#header .menu-container .menu > ul > li > a {
  text-decoration: none;
  padding: 0 7px 0;
  display: block;
  font-size: 1.4rem;
  width: 100%;
  color: #333333;
}

#header .menu-container .menu > ul > li > a span {
  display: inline-block;
  position: relative;
}

#header .menu-container .menu > ul > li > a span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container .menu > ul > li > a span:before {
    display: none;
  }
}

#header .menu-container .menu > ul > li > a:hover span:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#header .menu-container .menu > ul > li:nth-child(6),
#header .menu-container .menu > ul > li:nth-child(7),
#header .menu-container .menu > ul > li:nth-child(8) {
  display: none;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container .menu > ul > li:nth-child(6),
  #header .menu-container .menu > ul > li:nth-child(7),
  #header .menu-container .menu > ul > li:nth-child(8) {
    display: block;
  }
}

#header .menu-container .ken {
  padding-right: 30px;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container .ken {
    padding-right: 0;
  }
}

#header .menu-container .ken img {
  height: 20px;
  width: auto;
  vertical-align: middle;
  margin-top: -4px;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container .ken img {
    display: none;
  }
}

#header .menu-container .menu-mobile {
  display: none;
}

@media only screen and (max-width: 1081px) {
  #header .menu-container .menu-mobile {
    display: block;
    width: 60px;
    height: 74px;
    background: url(../img/spBtn.png) center center/36px no-repeat;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000;
  }
}

#header.bgMenu {
  opacity: 1;
  -webkit-animation: 1s fadeIn forwards;
  animation: 1s fadeIn forwards;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

#header.bgMenu a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 1081px) {
  #header.showMenu .menu-mobile {
    background: url(../img/spBtnC.png) center center/36px no-repeat;
  }

  #header.showMenu .headerLogo a {
    color: #fff;
  }

  #header.showMenu .headerLogo h1 {
    color: #fff;
  }

  #header.showMenu .menu-container {
    position: fixed;
    overflow: scroll;
    background: #333333;
    min-height: 100vh;
    display: block;
  }

  #header.showMenu .menu > ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 40px;
  }

  #header.showMenu .menu > ul > li a {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    height: calc(100% - 80px);
    overflow-y: scroll;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1081px) and (max-width: 1081px) {
  #header.showMenu .menu > ul > li a {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1081px) and (max-width: 1081px) {
  #header.showMenu .menu > ul > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1081px) {
  #header.showMenu .menu > ul > li:last-of-type {
    margin-bottom: 80px;
  }
}

.contentsWrapSlide {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.contentsWrapSlide .emblemBox {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
  opacity: 0;
  -webkit-animation: 1.8s fadeIn forwards;
  animation: 1.8s fadeIn forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.contentsWrapSlide p {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 2;
  font-family: "Staatliches", cursive;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
  opacity: 0;
  -webkit-animation: 1.8s fadeIn forwards;
  animation: 1.8s fadeIn forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSlide p {
    left: 20px;
  }
}

.contentsWrapSlide p.japanFlag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentsWrapSlide p img {
  display: block;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSlide p img {
    width: 80px;
    margin-bottom: 10px;
  }
}

.contentsWrapSlide p span.notSpan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}

.contentsWrapSlide p span.firstSpan,
.contentsWrapSlide p > span:first-of-type:not(.notSpan) {
  font-size: 13.177vw;
  display: block;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSlide p span.firstSpan,
  .contentsWrapSlide p > span:first-of-type:not(.notSpan) {
    width: 100%;
    font-size: 20.267vw;
    line-height: 1em;
  }
}

.contentsWrapSlide p span.lastSpan,
.contentsWrapSlide p > span:last-of-type:not(.notSpan) {
  font-size: 5.417vw;
  line-height: 1em;
  display: block;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSlide p span.lastSpan,
  .contentsWrapSlide p > span:last-of-type:not(.notSpan) {
    width: 100%;
    font-size: 10.667vw;
  }
}

.contentsWrapSlide p span.lastSpan span,
.contentsWrapSlide p > span:last-of-type:not(.notSpan) span {
  display: block;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSlide p span.lastSpan span,
  .contentsWrapSlide p > span:last-of-type:not(.notSpan) span {
    display: inline-block;
    margin-left: 10px;
  }
}

.contentsWrapSlide:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.1em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1081px) {
  h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 440px) {
  h2 {
    font-size: 2.8rem;
  }
}

h2 img {
  display: block;
  margin-bottom: 10px;
}

h2 span {
  font-size: 1.4rem;
  display: block;
}

h2 span.h2Eng {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  margin-top: 2px;
}

h2.textC {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1081px) {
  h2.textC {
    margin-bottom: 50px;
  }
}

h2.textC img {
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-size: 1.8rem;
}

.contentsWrapTopMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #fff;
  padding-bottom: 120px;
}

.contentsWrapTopMenu > div:not(.contents) {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapTopMenu {
    padding-bottom: 60px;
  }
  .contentsWrapTopMenu > div:not(.contents) {
    width: 100%;
  }
}

.contentsWrapTopMenu > div .photoBox {
  overflow: hidden;
}

.contentsWrapTopMenu > div .photoBox img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  min-width: 100%;
  min-height: 100%;
  max-height: 510px;
  width: auto;
  max-width: none;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapTopMenu > div .photoBox img {
    max-height: 360px;
  }
}

.contentsWrapTopMenu > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
}

.contentsWrapTopMenu > div a h2 {
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.contentsWrapTopMenu > div a h2 img {
  margin: 0 auto 5px;
}

.contentsWrapTopMenu > div a .btn {
  position: relative;
  z-index: 2;
  width: 240px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 100px;
}

.contentsWrapTopMenu > div a .btn span {
  display: inline-block;
  padding: 14px 0;
  position: relative;
  width: 100%;
}

.contentsWrapTopMenu > div a .btn span:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.contentsWrapTopMenu > div a:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contentsWrapTopMenu > div a:hover {
  text-decoration: none;
}

.contentsWrapTopMenu > div a:hover .btn {
  background: #fff;
  color: #333333;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.contentsWrapTopMenu > div a:hover .btn span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.contentsWrapTopMenu > div a:hover:after {
  background: rgba(0, 0, 0, 0.2);
}

.contentsWrapTopMenu > div:first-of-type {
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapTopMenu > div:first-of-type {
    border-right: none;
    border-bottom: 2px solid #fff;
  }
}

.contentsWrapTopMenu > div:last-of-type {
  border-left: 1px solid #fff;
  border-left: none;
}

.menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menuList li {
  width: 30.8%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1081px) {
  .menuList li {
    width: 48%;
  }
}

.menuList li .photoBox {
  overflow: hidden;
  margin-bottom: 10px;
}

.menuList li .photoBox img {
  width: 100%;
}

.menuList li a {
  display: block;
}

.menuList li a:hover .photoBox img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1081px) {
  .menuList li h3 {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

.menuList.topMenu .photoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuList.topMenu .photoBox p {
  text-align: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  z-index: 3;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 24px;
}

@media only screen and (max-width: 1081px) {
  .menuList.topMenu .photoBox p {
    font-size: 2.2rem;
    height: 22px;
  }
}

@media only screen and (max-width: 681px) {
  .menuList.topMenu .photoBox p {
    font-size: 1.8rem;
    height: 18px;
  }
}

@media only screen and (max-width: 440px) {
  .menuList.topMenu .photoBox p {
    font-size: 1.4rem;
    height: 14px;
  }
}

.menuList.topMenu .photoBox p span {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1081px) {
  .menuList.topMenu .photoBox p span {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 681px) {
  .menuList.topMenu .photoBox p span {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 440px) {
  .menuList.topMenu .photoBox p span {
    font-size: 1.6rem;
  }
}

.menuList.topMenu .photoBox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.menuList.topMenu li:last-of-type .photoBox:after {
  display: none;
}

.contentsWrapSozai {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSozai {
    padding: 80px 0;
  }
}

.contentsWrapSozai h2 {
  margin-bottom: 30px;
}

.contentsWrapSozai .sozaiWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSozai .sozaiWrap {
    max-width: 100%;
    display: block;
  }
}

.contentsWrapSozai .sozaiWrap #sozaiSlider {
  width: 100%;
  height: auto;
}

.contentsWrapSozai .sozaiWrap #sozaiSlider div.cont {
  margin-right: 40px;
}

.contentsWrapSozai .sozaiWrap .column {
  width: 520px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSozai .sozaiWrap .column {
    width: 100%;
  }
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSozai .sozaiWrap .column:first-of-type {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.contentsWrapSozai .sozaiWrap .column:first-of-type p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 440px) {
  .contentsWrapSozai .sozaiWrap .column:first-of-type p {
    font-size: 1.4rem;
  }
}

.contentsWrapSozai .sozaiWrap .photoBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 40px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSozai .sozaiWrap .photoBox {
    margin-right: 0;
    margin-left: 0;
  }
}

.contentsWrapTopBnr {
  padding: 62px 0;
}

.topBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topBnr.allTopBnr {
  justify-content: space-between;
}

.topBnr li {
  width: 48%;
}

@media only screen and (max-width: 1081px) {
  .topBnr li {
    width: 100%;
  }
}

.topBnr li a {
  color: #fff;
  padding: 25px 30px;
  background: url(../img/bn01.png) center center/cover no-repeat;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1081px) {
  .topBnr li a {
    padding: 20px;
  }
}

@media only screen and (max-width: 1081px) {
  .topBnr li a {
    padding: 20px 15px;
  }
}

.topBnr li a > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.topBnr li a > span:before {
  content: "";
  display: block;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media only screen and (max-width: 1081px) {
  .topBnr li a > span:before {
    width: 36px;
    height: 36px;
    right: 0;
  }
}

@media only screen and (max-width: 440px) {
  .topBnr li a > span:before {
    right: -4px;
  }
}

.topBnr li a > span:after {
  content: "";
  display: block;
  right: 21px;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

@media only screen and (max-width: 1081px) {
  .topBnr li a > span:after {
    right: 13px;
  }
}

@media only screen and (max-width: 440px) {
  .topBnr li a > span:after {
    right: 9px;
  }
}

.topBnr li a p {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.1em;
}

@media only screen and (max-width: 1081px) {
  .topBnr li a p {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 440px) {
  .topBnr li a p {
    font-size: 2rem;
  }
}

.topBnr li a p img {
  display: block;
  margin-bottom: 3px;
}

.topBnr li a p span {
  display: block;
  font-size: 1.4rem;
}

.topBnr li a p span:first-of-type {
  margin-bottom: 1px;
}

.topBnr li a p span.h2Eng {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.1em;
}

.topBnr li a:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topBnr li a:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.topBnr li a:hover > span:before {
  background: #fff;
}

.topBnr li a:hover > span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

@media only screen and (max-width: 1081px) {
  .topBnr li:last-of-type {
    margin-top: 15px;
  }
}

.topBnr li:last-of-type a {
  background: url(../img/bn02.png) center center/cover no-repeat;
}

.contentsWrapGray {
  background: #f5f5f5;
  padding: 140px 0;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapGray {
    padding: 80px 0;
  }
}

.contentsWrapNews {
  background: #f5f5f5;
  padding: 140px 0;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapNews {
    padding: 80px 0;
  }
}

.contentsWrapNews .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentsWrapNews .contents .newsList {
  width: calc(100% - 280px);
  margin-left: auto;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapNews .contents .newsList {
    width: 100%;
  }
}

.contentsWrapNews .contents .newsList ul {
  margin-bottom: 10px;
}

.newsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.6em;
  border-bottom: 1px solid #eaeaea;
  padding: 16px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.newsList li p {
  -ms-flex-preferred-size: calc(100% - 118px);
  flex-basis: calc(100% - 118px);
}

@media only screen and (max-width: 1081px) {
  .newsList li p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 5px;
  }
}

.newsList li p a {
  color: #333333;
  display: block;
}

.newsList li:first-of-type {
  padding-top: 0;
}

.newsList li:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.dateBox {
  color: #949494;
  font-family: "Staatliches", cursive;
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 30px;
  margin-top: 3px;
}

.txtLink {
  text-align: right;
}

.txtLink a {
  color: #333333;
}

.txtLink a span {
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

.txtLink a span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #333333;
  border-radius: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.txtLink a span:after {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%224%22%20height%3D%226%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.txtLink a:hover span {
  text-decoration: none;
}

.txtLink.backLink {
  text-align: center;
}

.txtLink.backLink a span {
  padding-left: 24px;
  padding-right: 0;
}

.txtLink.backLink a span:before {
  left: 0;
  right: auto;
}

.txtLink.backLink a span:after {
  left: 6px;
  right: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.contentsWrapAbout {
  padding: 80px 0;
  background: url(../img/bgAbout.jpg) center center/cover no-repeat;
  position: relative;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout {
    padding: 80px 0;
  }
}

.contentsWrapAbout:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.contentsWrapAbout .contents {
  position: relative;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentsWrapAbout .contents > div {
  width: 49%;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout .contents > div {
    width: 100%;
  }
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout .contents > div:last-of-type {
    margin-top: 60px;
  }
}

.contentsWrapAbout .contents > div:last-of-type p {
  margin-bottom: 40px;
  line-height: 2em;
}

.contentsWrapAbout.contentsWrapAboutSub .contents {
  display: block;
  text-align: center;
}

.contentsWrapAbout.contentsWrapAboutSub .contents .mainCap {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout.contentsWrapAboutSub .contents .mainCap {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}

.contentsWrapAbout.contentsWrapAboutSub .contents .mainCap:after,
.contentsWrapAbout.contentsWrapAboutSub .contents .mainCap:before {
  position: absolute;
  display: block;
  width: 48px;
  height: 51px;
  content: "";
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  z-index: 2;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout.contentsWrapAboutSub .contents .mainCap:after,
  .contentsWrapAbout.contentsWrapAboutSub .contents .mainCap:before {
    width: 38px;
    height: 41px;
  }
}

.contentsWrapAbout.contentsWrapAboutSub .contents .mainCap:after {
  border-top: none;
  border-left: none;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.contentsWrapAbout.contentsWrapAboutSub .contents .cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 60px;
}

.contentsWrapAbout.contentsWrapAboutSub .contents .cont > div:first-of-type {
  width: 306px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout.contentsWrapAboutSub .contents .cont > div:first-of-type {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contentsWrapAbout.contentsWrapAboutSub .contents .cont > div:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.contentsWrapAbout.contentsWrapAboutSub .contents .cont > div:last-of-type p {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4em;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout.contentsWrapAboutSub .contents .cont > div:last-of-type p {
    font-size: 2rem;
    text-align: center;
  }
}

@media only screen and (max-width: 440px) {
  .contentsWrapAbout.contentsWrapAboutSub .contents .cont > div:last-of-type p {
    font-size: 1.8rem;
  }
}

.contentsWrapAbout.contentsWrapAboutSub
  .contents
  .cont
  > div:last-of-type
  p
  span {
  font-size: 3.2rem;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapAbout.contentsWrapAboutSub
    .contents
    .cont
    > div:last-of-type
    p
    span {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 440px) {
  .contentsWrapAbout.contentsWrapAboutSub
    .contents
    .cont
    > div:last-of-type
    p
    span {
    font-size: 2.6rem;
  }
}

.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btnList.platformList {
  gap: 20px 0px;
}

.btnList li {
  width: 49%;
}

@media only screen and (max-width: 1081px) {
  .btnList li {
    width: 100%;
  }
}

.btnList li a {
  width: 100%;
}

.btnList li a .onlySP02 {
  display: none;
}

@media only screen and (max-width: 440px) {
  .btnList li a .onlySP02 {
    display: inline-block;
  }
}

@media only screen and (max-width: 1081px) {
  .btnList.platformList li:first-of-type {
    margin-bottom: 0px;
  }
  .btnList li:first-of-type {
    margin-bottom: 20px;
  }
}

.contentsWrapBnr {
  padding: 60px 0;
}

.contentsWrapBnr .topBnrList {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 12px;
}

@media only screen and (max-width: 681px) {
  .contentsWrapBnr .topBnrList {
    margin-bottom: 45px;
    gap: 0;
  }
}

.contentsWrapBnr .topBnrList li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 681px) {
  .contentsWrapBnr .topBnrList li {
    width: 48%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-bottom: 15px;
  }
}

footer {
  padding: 0 30px;
}

@media only screen and (max-width: 1081px) {
  footer {
    padding: 0;
  }
}

footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1081px) {
  footer > div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer > div a {
  color: #333333;
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLogo {
    margin-bottom: 60px;
  }
}

footer > div .footerLogo h3 {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 5.9rem;
  line-height: 1em;
  gap: 0 10px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLogo h3 {
    font-size: 5.2rem;
  }
}

@media only screen and (max-width: 440px) {
  footer > div .footerLogo h3 {
    font-size: 4.4rem;
  }
}

footer > div .footerLogo h3 span {
  font-size: 2.4rem;
  line-height: 1em;
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLogo h3 span {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 440px) {
  footer > div .footerLogo h3 span {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLogo.allLogo img {
    width: 260px;
  }
}

footer > div .footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 100px;
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLink {
    gap: 0;
  }
}

footer > div .footerLink dl {
  min-width: 180px;
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLink dl {
    margin-bottom: 45px;
    width: 100%;
  }
}

footer > div .footerLink dl dt {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

footer > div .footerLink dl dt span:first-of-type {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

footer > div .footerLink dl dt span:last-of-type {
  font-size: 1.2rem;
  display: block;
  line-height: 1.2em;
  color: #949494;
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLink dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

footer > div .footerLink dl dd ul li {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1081px) {
  footer > div .footerLink dl dd ul li {
    font-size: 1.2rem;
    width: 48%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 440px) {
  footer > div .footerLink dl dd ul li {
    width: 100%;
  }
}

footer > div .footerLink dl dd ul li a span {
  display: inline-block;
  position: relative;
}

footer > div .footerLink dl dd ul li a span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer > div .footerLink dl dd ul li a:hover span:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

footer > div .footerLink dl dd ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

footer > div .footerLink dl:last-of-type dd:not(:last-of-type) {
  margin-bottom: 60px;
}

.copyright {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1081px) {
  .copyright {
    text-align: center;
  }
}

#pageTop a {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  border: 2px solid #f5f5f5;
  padding-top: 6px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2em;
}

@media only screen and (max-width: 1081px) {
  #pageTop a {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 70px;
    padding-top: 7px;
  }
}

.btn {
  text-align: center;
}

.btn .btnSubmit,
.btn a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 100%;
  color: #333333;
  position: relative;
  z-index: 0;
  -webkit-transition: 1s;
  transition: 1s;
  line-height: 1em;
  cursor: pointer;
  border-radius: 100px;
  padding: 24px 0;
}

.btn .btnSubmit > span,
.btn a > span {
  padding: 0 50px 0 25px;
  display: block;
  position: relative;
}

.btn .btnSubmit > span:after,
.btn a > span:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn .btnSubmit > span span.pref,
.btn a > span span.pref {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 2rem;
}

@media only screen and (max-width: 1081px) {
  .btn .btnSubmit > span span.pref,
  .btn a > span span.pref {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.btn .btnSubmit:after,
.btn a:after {
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  width: 100%;
  border-radius: 100px;
}

.btn .btnSubmit:hover,
.btn a:hover {
  color: #fff;
}

.btn .btnSubmit:hover:after,
.btn a:hover:after {
  opacity: 1;
}

.btn .btnSubmit:hover > span:after,
.btn a:hover > span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn .btnSubmit[target="_blank"] > span:after,
.btn a[target="_blank"] > span:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.1818%2011.5L11.1818%2015L1%2015L1%204.81818L4.5%204.81818%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M4.81836%201.00007L4.81836%2011.1819L15.0002%2011.1819L15.0002%201.00007L4.81836%201.00007Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn .btnSubmit[target="_blank"]:hover span:after,
.btn a[target="_blank"]:hover span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.1818%2011.5L11.1818%2015L1%2015L1%204.81818L4.5%204.81818%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M4.81836%201.00007L4.81836%2011.1819L15.0002%2011.1819L15.0002%201.00007L4.81836%201.00007Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn.btnB .btnSubmit,
.btn.btnB a {
  background: #333333;
  color: #fff;
}

.btn.btnB .btnSubmit span:after,
.btn.btnB a span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn.btnB .btnSubmit:disabled,
.btn.btnB a:disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}

.btn.btnB .btnSubmit:hover:disabled:after,
.btn.btnB a:hover:disabled:after {
  opacity: 0;
}

.btn.btnB .btnSubmit[target="_blank"] > span:after,
.btn.btnB a[target="_blank"] > span:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.1818%2011.5L11.1818%2015L1%2015L1%204.81818L4.5%204.81818%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M4.81836%201.00007L4.81836%2011.1819L15.0002%2011.1819L15.0002%201.00007L4.81836%201.00007Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn.btnB.resetBtn {
  margin-bottom: 60px;
}

.btn.btnB.resetBtn .btnSubmit {
  width: 240px;
  background: #eaeaea;
  padding: 14px 0;
  color: #666;
  font-weight: 500;
}

.btn.btnB.resetBtn .btnSubmit span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23666%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn.btnB.resetBtn .btnSubmit:hover {
  color: #fff;
}

.btn.btnB.resetBtn .btnSubmit:hover span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.btn.p10 a {
  padding: 18px 0;
}

.pcCenter {
  text-align: center;
}

@media only screen and (max-width: 1081px) {
  .pcCenter {
    text-align: left;
  }
}

.basicDl dt {
  font-weight: 700;
  margin-bottom: 10px;
}

.basicDl dd:not(:last-of-type) {
  margin-bottom: 30px;
}

.basicList li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.4em;
}

.basicList li:not(:last-of-type) {
  margin-bottom: 10px;
}

.basicOl > li {
  list-style-type: decimal;
  margin-left: 30px;
}

.basicOl > li:not(:last-of-type) {
  margin-bottom: 5px;
}

.basicOl.li10 > li:not(:last-of-type) {
  margin-bottom: 10px;
}

.basicOl.li30 > li:not(:last-of-type) {
  margin-bottom: 30px;
}

.attensionList {
  font-size: 14px;
}

.attensionList li {
  margin-left: 25px;
  list-style-type: disc;
}

.attensionList li:not(:last-of-type) {
  margin-bottom: 5px;
}

.komeList li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6em;
  font-size: 1.4rem;
}

.komeList li:not(:last-of-type) {
  margin-bottom: 5px;
}

.komeList li:before {
  content: "※";
}

.basicOlist li {
  list-style-type: decimal;
  margin-left: 25px;
}

.sitemapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1081px) {
  .sitemapWrap {
    width: 100%;
    gap: 0;
  }
}

.sitemapWrap dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 1081px) {
  .sitemapWrap dl {
    width: 100%;
    margin-bottom: 40px;
  }
}

.sitemapWrap dl dt {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sitemapWrap dl dt span:first-of-type {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 2rem;
}

.sitemapWrap dl dt span:last-of-type {
  font-size: 1.2rem;
  display: block;
  line-height: 1.2em;
  color: #949494;
}

.sitemapWrap dl dd ul {
  font-size: 1.4rem;
}

.sitemapWrap dl dd ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.sitemapWrap dl dd:not(:last-of-type) {
  margin-bottom: 40px;
}

.privacyList > li {
  position: relative;
}

.privacyList > li .ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.privacyList > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.privacyList > li dl dt {
  width: 8em;
}

.privacyList > li dl dt:not(:last-of-type) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1081px) {
  .privacyList > li dl dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #949494;
  }
}

.privacyList > li dl dd {
  width: calc(100% - 9em);
  position: relative;
}

.privacyList > li dl dd:not(:last-of-type) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1081px) {
  .privacyList > li dl dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1081px) {
  .privacyList > li dl dd {
    width: 100%;
  }
}

.privacyList > li dl dd:before {
  content: ":";
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 1081px) {
  .privacyList > li dl dd:before {
    display: none;
  }
}

.privacyList > li:not(:last-of-type) {
  margin-bottom: 60px;
}

.komeTxt {
  font-size: 1.4rem;
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
}

.komeTxt:before {
  content: "※";
}

.breadcrumbs {
  background: #f5f5f5;
  font-size: 1.2rem;
  padding: 12px 30px;
}

@media only screen and (max-width: 1081px) {
  .breadcrumbs {
    padding: 12px 20px;
  }
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs ul li {
  color: #949494;
}

.breadcrumbs ul li a {
  position: relative;
  display: inline-block;
  color: #333333;
  padding-right: 18px;
}

.breadcrumbs ul li a:after {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%224%22%20height%3D%226%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

a.txtLink {
  text-decoration: underline;
  text-underline-offset: 3px;
}

a.txtLink:hover {
  text-decoration: none;
}

.table01 {
  width: 100%;
}

.table01 th {
  width: 28%;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0 20px 0;
}

@media only screen and (max-width: 1081px) {
  .table01 th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.table01 td {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0 20px 14px;
}

@media only screen and (max-width: 1081px) {
  .table01 td {
    display: block;
    width: 100%;
    padding: 5px 0 20px 0;
  }
}

.table01 tr:first-of-type th {
  padding-top: 0;
}

.table01 tr:first-of-type td {
  padding-top: 0;
}

@media only screen and (max-width: 1081px) {
  .table01 tr:first-of-type td {
    padding-top: 5px;
  }
}

.videoContainer {
  position: relative;
  padding-bottom: 50.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
  border: 1px solid #949494;
}

.videoContainer embed,
.videoContainer iframe,
.videoContainer object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoContainer.mb80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1081px) {
  .videoContainer.mb80 {
    margin-bottom: 60px;
  }
}

.compLogo {
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.compLogo img {
  display: block;
  margin: 0 auto 20px;
  max-width: 324px;
  max-height: 180px;
}

@media only screen and (max-width: 1081px) {
  .compLogo img {
    max-width: 100%;
  }
}

.compLogo:after {
  content: "";
  display: block;
  background: #333333;
  width: 60px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.contentsWrapCompany .main {
  margin-bottom: 30px;
}

.contentsWrapCompany .main img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  max-height: 400px;
}

.contentsWrapCompany .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 0 40px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .message {
    gap: 0;
  }
}

.contentsWrapCompany .message .photoBox {
  width: 210px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .message .photoBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: 20px;
  }
}

.contentsWrapCompany .message .txtBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .message .txtBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}

.contentsWrapCompany .message .txtBox .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.contentsWrapCompany .message .txtBox .cont {
  line-height: 2em;
  margin-bottom: 10px;
  text-align: justify;
}

.contentsWrapCompany .message .txtBox .ceoName {
  text-align: right;
  font-size: 1.4rem;
}

.contentsWrapCompany .message .txtBox .ceoName span {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
}

.contentsWrapCompany .outline {
  background: #f5f5f5;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 40px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .outline {
    gap: 0;
    padding: 30px;
  }
}

.contentsWrapCompany .outline .photoBox {
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .outline .photoBox {
    width: 100%;
    margin-top: 40px;
  }
}

.contentsWrapCompany .outline .photoBox img {
  max-width: 100%;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .outline .photoBox img {
    max-width: 100%;
  }
}

.contentsWrapCompany .outline .txtBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contentsWrapCompany .outline table {
  font-size: 1.4rem;
  margin-bottom: 15px;
  width: 100%;
}

.contentsWrapCompany .outline table th {
  text-align: left;
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
  width: 20%;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .outline table th {
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}

.contentsWrapCompany .outline table td {
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapCompany .outline table td {
    width: 100%;
    display: block;
  }
}

.contentsWrapCompany .outline table tr:first-of-type th {
  padding-top: 0;
}

.contentsWrapCompany .outline table tr:first-of-type td {
  padding-top: 0;
}

.contentsWrapCompany .outline .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 20px;
}

.contServiceWrap {
  width: 100%;
  background: url(../img/bgService01.jpg) center center/cover no-repeat;
  padding: 65px 0;
  position: relative;
}

.contServiceWrap h2,
.contServiceWrap h3 {
  width: 1080px;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  position: relative;
  line-height: 1.8em;
}

@media only screen and (max-width: 1081px) {
  .contServiceWrap h2,
  .contServiceWrap h3 {
    width: 90%;
    line-height: 1.4em;
  }
}

.contServiceWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.contServiceWrap.cat2 {
  background: url(../img/bgService02.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat3 {
  background: url(../img/bgService03.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat4 {
  background: url(../img/bgService04.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat5 {
  background: url(../img/bgService05.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat6 {
  background: url(../img/bgService06.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat7 {
  background: url(../img/bgService07.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat8 {
  background: url(../img/bgService08.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat9 {
  background: url(../img/bgService09.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat10 {
  background: url(../img/bgService10.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat11 {
  background: url(../img/bgService11.jpg) center center/cover no-repeat;
}

.contServiceWrap.cat12 {
  background: url(../img/bgService12.jpg) center center/cover no-repeat;
}

.contServiceWrap.airframe-1 {
  background: url(../img/service/kitai/bgHambai.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.airframe-2 {
  background: url(../img/service/kitai/bgShaken.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.airframe-3 {
  background: url(../img/service/kitai/bgKaitori.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.airframe-4 {
  background: url(../img/service/kitai/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.parts-1 {
  background: url(../img/service/parts/bgAttachment.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.parts-2 {
  background: url(../img/service/parts/bgPowerUnit.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.parts-3 {
  background: url(../img/service/parts/bgFlameParts.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.parts-4 {
  background: url(../img/service/parts/bgDronePort.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.parts-5 {
  background: url(../img/service/parts/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.system-1 {
  background: url(../img/service/system/bgButsuryu.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.system-2 {
  background: url(../img/service/system/bgGazoshori.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.system-3 {
  background: url(../img/service/system/bgEnkakusosa.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.system-4 {
  background: url(../img/service/system/bgJinkoeisei.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.system-5 {
  background: url(../img/service/system/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-1 {
  background: url(../img/service/filming/bgKeikan.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-2 {
  background: url(../img/service/filming/bgEvent.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-3 {
  background: url(../img/service/filming/bgKosoku.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-4 {
  background: url(../img/service/filming/bgChokokaizodo.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-5 {
  background: url(../img/service/filming/bgFullAngle.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-6 {
  background: url(../img/service/filming/bgKyosho.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-7 {
  background: url(../img/service/filming/bgSuichu.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.filming-8 {
  background: url(../img/service/filming/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.measurement-1 {
  background: url(../img/service/survey/bgShashinSokuryo.jpg) center
    center/cover no-repeat;
}

.contServiceWrap.measurement-2 {
  background: url(../img/service/survey/bgRezaSokuryo.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.measurement-3 {
  background: url(../img/service/survey/bgShinsenSokuryo.jpg) center
    center/cover no-repeat;
}

.contServiceWrap.measurement-4 {
  background: url(../img/service/survey/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-1 {
  background: url(../img/service/measurement/bgKyoryo.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-2 {
  background: url(../img/service/measurement/bgTonneru.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-3 {
  background: url(../img/service/measurement/bgDamu.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-4 {
  background: url(../img/service/measurement/bgTetto.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-5 {
  background: url(../img/service/measurement/bgFuryoku.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-6 {
  background: url(../img/service/measurement/bgKenchikubutsu.jpg) center
    center/cover no-repeat;
}

.contServiceWrap.survey-7 {
  background: url(../img/service/measurement/bgSolarPanel.jpg) center
    center/cover no-repeat;
}

.contServiceWrap.survey-8 {
  background: url(../img/service/measurement/bgPuranto.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-9 {
  background: url(../img/service/measurement/bgSempaku.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-10 {
  background: url(../img/service/measurement/bgSuisan.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-11 {
  background: url(../img/service/measurement/bgGesuido.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-12 {
  background: url(../img/service/measurement/bgNdvi.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-13 {
  background: url(../img/service/measurement/bgShigen.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-14 {
  background: url(../img/service/measurement/bgBunkazai.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-15 {
  background: url(../img/service/measurement/bgTetsudo.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.survey-16 {
  background: url(../img/service/measurement/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.spraying-1 {
  background: url(../img/service/spraying/bgNoyaku.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.spraying-2 {
  background: url(../img/service/spraying/bgShanetsu.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.spraying-3 {
  background: url(../img/service/spraying/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.delivery-1 {
  background: url(../img/service/delivery/bgUmpan.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.delivery-2 {
  background: url(../img/service/delivery/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.entertainment-1 {
  background: url(../img/service/entertainment/bgEventEnshutsu.jpg) center
    center/cover no-repeat;
}

.contServiceWrap.entertainment-2 {
  background: url(../img/service/entertainment/bgDroneKyogi.jpg) center
    center/cover no-repeat;
}

.contServiceWrap.entertainment-3 {
  background: url(../img/service/entertainment/bgProgramming.jpg) center
    center/cover no-repeat;
}

.contServiceWrap.entertainment-4 {
  background: url(../img/service/entertainment/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.security-1 {
  background: url(../img/service/security/bgOkugai.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.security-2 {
  background: url(../img/service/security/bgOkunai.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.security-3 {
  background: url(../img/service/security/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.evtol-1 {
  background: url(../img/service/evtol/bgRobot.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.evtol-2 {
  background: url(../img/service/evtol/bgSorakuru.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.evtol-3 {
  background: url(../img/service/evtol/bgChukijo.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.evtol-4 {
  background: url(../img/service/evtol/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.accompanying-1 {
  background: url(../img/service/fuzui/bg3Dzokei.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.accompanying-2 {
  background: url(../img/service/fuzui/bgSchool.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.accompanying-3 {
  background: url(../img/service/fuzui/bgDroneHoken.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.accompanying-4 {
  background: url(../img/service/fuzui/bgTetsuzukiDaiko.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.accompanying-5 {
  background: url(../img/service/fuzui/bgJinzaiHaken.jpg) center center/cover
    no-repeat;
}

.contServiceWrap.accompanying-6 {
  background: url(../img/service/fuzui/bgSonota.jpg) center center/cover
    no-repeat;
}

.contServiceCont {
  background: #f5f5f5;
  padding: 40px 0 100px;
}

.serviceList li:not(:last-of-type) {
  margin-bottom: 20px;
}

.serviceTtl a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 0 20px;
  background: #fff;
}

@media only screen and (max-width: 1081px) {
  .serviceTtl a {
    gap: 0;
  }
}

.serviceTtl a .photoBox {
  width: 196px;
}

@media only screen and (max-width: 681px) {
  .serviceTtl a .photoBox {
    width: 100%;
  }
}

.serviceTtl a .photoBox img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}

@media only screen and (max-width: 681px) {
  .serviceTtl a .photoBox img {
    width: 100%;
    min-height: inherit;
  }
}

.serviceTtl a .txtBox {
  width: calc(100% - 216px);
  padding: 20px 90px 20px 0;
}

@media only screen and (max-width: 681px) {
  .serviceTtl a .txtBox {
    width: 100%;
    padding: 20px 45px 20px 20px;
    position: relative;
  }
}

@media only screen and (max-width: 681px) {
  .serviceTtl a .txtBox:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 40px;
    border: 1px solid #333333;
  }

  .serviceTtl a .txtBox:after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  }
}

.serviceTtl a .txtBox h4 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.serviceTtl a .txtBox p {
  font-size: 1.4rem;
}

.serviceTtl a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 40px;
  border: 1px solid #333333;
}

@media only screen and (max-width: 1081px) {
  .serviceTtl a:before {
    right: 20px;
  }
}

@media only screen and (max-width: 681px) {
  .serviceTtl a:before {
    display: none;
  }
}

.serviceTtl a:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 55px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

@media only screen and (max-width: 1081px) {
  .serviceTtl a:after {
    right: 34px;
  }
}

@media only screen and (max-width: 681px) {
  .serviceTtl a:after {
    display: none;
  }
}

.serviceTtl a:hover {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.serviceTtl a:hover:before {
  background: #333333;
}

.serviceTtl a:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

@media only screen and (max-width: 1081px) {
  .serviceTtl.mb40 {
    margin-bottom: 0;
  }
}

.machineList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 1.875%;
}

.machineList li {
  width: 18.5%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1081px) {
  .machineList li {
    width: 48%;
  }
}

.machineList li img {
  margin-bottom: 10px;
}

.machineList li p {
  font-weight: 700;
  font-size: 1.4rem;
}

.contentsWrapOffer {
  background: #f5f5f5;
  padding: 70px 0;
}

.contentsWrapOffer .ttl {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.contentsWrapOffer .offerList .cont {
  font-size: 1.4rem;
}

.contentsWrapOffer .offerList .cont .photoBox {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

.contentsWrapOffer .offerList .cont .photoBox img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 134px;
  max-height: 70px;
}

.contentsWrapOffer .offerList .cont .photoBox.subCategory {
  overflow: hidden;
  height: 120px;
}

.contentsWrapOffer .offerList .cont .photoBox.subCategory img {
  min-height: 100%;
  max-height: auto;
  min-width: 100%;
  max-width: auto;
}

.contentsWrapOffer .offerList .cont p {
  line-height: 1.4em;
}

.contentsWrapOffer .offerList .cont a {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  text-decoration: underline;
}

.contentsWrapOffer .offerList .slick-next,
.contentsWrapOffer .offerList .slick-prev {
  top: 50px;
  left: 0;
  z-index: 10;
  border: 1px solid #333333;
  border-radius: 100px;
}

.contentsWrapOffer .offerList .slick-next:before,
.contentsWrapOffer .offerList .slick-prev:before {
  border-radius: 100px;
  content: "";
  position: absolute;
  left: 5px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.contentsWrapOffer .offerList .slick-next {
  right: 0;
  left: auto;
}

.contentsWrapOffer .offerList .slick-next:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.contentsWrapOffer.serviceOffer {
  margin-bottom: 80px;
}

.serviceMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.serviceMenuList li {
  width: 31.4%;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1081px) {
  .serviceMenuList li {
    width: 48%;
  }
}

@media only screen and (max-width: 681px) {
  .serviceMenuList li {
    width: 100%;
  }
}

.serviceMenuList li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.serviceMenuList li a h3 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-size: 2.2rem;
  color: #fff;
  padding: 15px;
  bottom: 0;
  width: 100%;
  line-height: 1.2em;
}

.serviceMenuList li a h3 span {
  font-size: 1.4rem;
}

.serviceMenuList li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
  filter: alpha(opacity=100);
}

.contentsWrapService {
  background: #f5f5f5;
  padding: 60px 0;
  margin-bottom: 80px;
}

.serviceCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 3.8%;
}

@media only screen and (max-width: 1081px) {
  .serviceCompany {
    gap: 0;
  }
}

.serviceCompany li {
  width: 30.8%;
  margin-bottom: 60px;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 1081px) {
  .serviceCompany li {
    width: 100%;
  }
}

.serviceCompany li a {
  display: block;
}

.serviceCompany li a img {
  width: 100%;
}

.serviceCompany li a .cont {
  padding: 20px 20px 100px;
}

.serviceCompany li a .cont h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.serviceCompany li a .cont p {
  font-size: 1.4rem;
}

.serviceCompany li a .btn {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background: #333333;
  color: #fff;
  z-index: 0;
  -webkit-transition: 1s;
  transition: 1s;
  line-height: 1em;
  cursor: pointer;
  border-radius: 100px;
}

.serviceCompany li a .btn span {
  font-size: 1.4rem;
  padding: 18px 0;
  display: block;
  position: relative;
}

.serviceCompany li a .btn span:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.serviceCompany li a .btn:after {
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  width: 100%;
  border-radius: 100px;
}

.serviceCompany li a:hover .btn {
  color: #fff;
}

.serviceCompany li a:hover .btn:after {
  opacity: 1;
}

.serviceCompany li a:hover .btn > span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.contentsServiceDetail {
  padding: 40px 0;
}

@media only screen and (max-width: 1081px) {
  .contentsServiceDetail {
    padding: 30px 0;
  }
}

.contentsServiceDetail .compLogo {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.8rem;
}

.contentsServiceDetail .compLogo img {
  max-width: 220px;
  max-height: 100px;
  margin-bottom: 10px;
}

.contentsServiceDetail .compLogo:after {
  display: none;
}

.serviceContents {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}

@media only screen and (max-width: 1081px) {
  .serviceContents {
    width: 90%;
  }
}

.serviceContents h3 {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.serviceContents h3 span {
  font-size: 1.4rem;
  color: #555;
  display: inline-block;
  margin-left: 10px;
}

.serviceContents h3:not(:first-of-type) {
  margin-top: 80px;
}

.serviceContents .btn {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1081px) {
  .serviceContents .btn {
    width: 100%;
  }
}

.serviceTtlTxt {
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
  font-size: 2rem;
  background: url(../img/iconCheck.png) left 8px/24px no-repeat;
}

.servicePrice {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.servicePrice .priceBd,
.servicePrice > span:first-of-type {
  display: inline-block;
  position: relative;
}

.servicePrice .priceBd > span:first-of-type,
.servicePrice > span:first-of-type > span:first-of-type {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.2em;
  position: relative;
}

.servicePrice .priceBd > span:last-of-type,
.servicePrice > span:first-of-type > span:last-of-type {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.servicePrice .priceBd:before,
.servicePrice > span:first-of-type:before {
  display: block;
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 8px;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
}

.servicePrice .priceBd.sanko,
.servicePrice > span:first-of-type.sanko {
  display: inline-block;
  margin-right: 10px;
}

.servicePrice .priceBd.sanko:before,
.servicePrice > span:first-of-type.sanko:before {
  display: none;
}

.serviceDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
}

.serviceDetail li {
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1081px) {
  .serviceDetail li {
    width: 100%;
  }
}

.serviceDetail li .ttl {
  font-weight: 700;
  width: 8em;
}

.serviceDetail li p:not(.ttl) {
  width: calc(100% - 9em);
}

.serviceDetail li:after {
  content: "";
  background-image: linear-gradient(
    to right,
    #eaeaea,
    #eaeaea 6px,
    transparent 6px,
    transparent 12px
  );
  background-size: 12px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.serviceRemarks {
  margin-top: 20px;
  margin-bottom: 30px;
}

.serviceRemarks li {
  background: #f5f5f5;
  font-size: 1.4rem;
  padding: 20px;
}

.serviceRemarks li .ttl {
  font-weight: 700;
  margin-bottom: 5px;
}

.serviceRemarks li:not(:last-of-type) {
  margin-bottom: 20px;
}

.serviceMitsumori p,
.serviceKoeteko p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.serviceMitsumori p span,
.serviceKoeteko p span {
  display: inline-block;
  position: relative;
}

.serviceKoeteko .btn span {
  margin: 0 auto;
  margin: -24px auto;
  height: 64px;
  background-image: url("../img/logoCoeteco.png");
  background-repeat: no-repeat;
  background-position: center;
}

.serviceKoeteko .btn span:hover {
  background-image: url("../img/logoCoetecoWhite.png");
  transition: 1s;
}

.serviceMitsumori p span:after,
.serviceKoeteko p span:after,
.serviceMitsumori p span:before,
.serviceKoeteko p span:before {
  content: "";
  display: block;
  background: #333333;
  width: 2px;
  height: 16px;
  position: absolute;
  right: -14px;
  top: 4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.serviceMitsumori p span:after,
.serviceKoeteko p span:after {
  right: auto;
  left: -14px;
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
}

.serviceKoeteko .btn.btnB a {
  background-color: #fff;
  border: 1px solid #000;
}

.serviceKoeteko .btn.btnB a[target="_blank"] > span:after {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.1818%2011.5L11.1818%2015L1%2015L1%204.81818L4.5%204.81818%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M4.81836%201.00007L4.81836%2011.1819L15.0002%2011.1819L15.0002%201.00007L4.81836%201.00007Z%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.serviceKoeteko .btn.btnB a:hover span:after {
  transition: 1s;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.1818%2011.5L11.1818%2015L1%2015L1%204.81818L4.5%204.81818%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M4.81836%201.00007L4.81836%2011.1819L15.0002%2011.1819L15.0002%201.00007L4.81836%201.00007Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.serviceKoeteko .btn.btnB a:hover {
  border: 1px solid #fff;
}

.buttonContainer .buttonList {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.buttonContainer .buttonList li {
  width: 50%;
}

.buttonContainer .buttonList .btn {
  width: 100%;
}

@media only screen and (max-width: 1081px) {
  .buttonContainer .buttonList {
    text-align: center;
    display: block;
  }

  .buttonContainer .buttonList li {
    width: 100%;
    margin: 0 auto;
  }

  .buttonContainer .buttonList li:nth-child(2) {
    margin-top: 30px;
  }
}

.youtubeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 4.1%;
}

@media only screen and (max-width: 1081px) {
  .youtubeList {
    gap: 0;
  }
}

.youtubeList li {
  width: 30.6%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1081px) {
  .youtubeList li {
    width: 100%;
  }
}

.youtubeList li .photoBox {
  position: relative;
  margin-bottom: 10px;
}

.youtubeList li .photoBox img:first-of-type {
  width: 100%;
}

.youtubeList li .photoBox img:last-of-type {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 60px;
}

.youtubeList li p {
  font-weight: 700;
}

dl.searchDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px 20px;
}

@media only screen and (max-width: 1081px) {
  dl.searchDl {
    gap: 0;
  }
}

dl.searchDl dt {
  font-weight: 700;
  width: 160px;
}

@media only screen and (max-width: 1081px) {
  dl.searchDl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

dl.searchDl dt span {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2em;
  display: block;
  line-height: 1.2em;
}

@media only screen and (max-width: 1081px) {
  dl.searchDl dt span {
    display: inline-block;
    margin-left: 10px;
  }
}

dl.searchDl dd {
  max-width: calc(100% - 180px);
}

@media only screen and (max-width: 1081px) {
  dl.searchDl dd {
    max-width: 100%;
  }
}

dl.searchDl dd:not(:last-of-type) {
  margin-bottom: 40px;
}

dl.searchDl.searchArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

dl.searchDl.searchArea dt {
  width: 100px;
}

@media only screen and (max-width: 1081px) {
  dl.searchDl.searchArea dt {
    width: 100%;
    margin-bottom: 20px;
  }
}

dl.searchDl.searchArea dd {
  max-width: calc(100% - 120px);
}

@media only screen and (max-width: 1081px) {
  dl.searchDl.searchArea dd {
    max-width: 100%;
    width: 100%;
  }
}

dl.searchDl.searchArea dd input[type="checkbox"] {
  margin-right: 0;
}

dl.searchDl.searchArea dd .areaBox:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1081px) {
  dl.searchDl.searchArea dd .areaBox > div:first-of-type {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1081px) {
  dl.searchDl.searchArea dd .areaBox > div:last-of-type {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 1081px) {
  dl.searchDl.searchArea {
    width: 100%;
  }
}

.areaBox {
  overflow: hidden;
}

.areaBox > div:first-of-type {
  width: 10em;
  float: left;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.areaBox > div:first-of-type input {
  display: inline-block;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: 28px;
  height: 28px;
}

.areaBox > div:last-of-type {
  width: calc(100% - 10em);
  float: right;
}

.searchBox {
  margin-bottom: 60px;
}

.searchBox div.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchBox div.cont h3 {
  width: 220px;
}

@media only screen and (max-width: 1081px) {
  .searchBox div.cont h3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.searchBox div.cont > div {
  width: calc(100% - 220px);
}

@media only screen and (max-width: 1081px) {
  .searchBox div.cont > div {
    width: 100%;
  }
}

.searchBox div.cont.key {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inputCheck label {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.inputCheck input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none !important;
}

.inputCheck span {
  cursor: pointer;
  display: block;
  position: relative;
  background: #eaeaea;
  border-radius: 100px;
  padding: 6px 16px;
  width: 100%;
  border: 1px solid #eaeaea;
}

.inputCheck span:hover {
  border: 1px solid #333333;
}

.inputCheck input:checked + span {
  color: #fff;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  border-width: 1px;
  border-style: solid;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  background-clip: padding-box;
  border-radius: 100px;
}

#searchform {
  width: 520px;
  position: relative;
}

@media only screen and (max-width: 1081px) {
  #searchform {
    width: 100%;
  }
}

#searchform .searchField {
  padding: 12px;
  font-size: 1.6rem;
  background: #f5f5f5;
  border: 1px solid #eaeaea;
  width: calc(100% - 60px);
  height: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 1081px) {
  #searchform .searchField {
    width: calc(100% - 50px);
  }
}

#searchform .submit {
  background: #000 url(../img/iconSearch.png) center center/26px no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1081px) {
  #searchform .submit {
    width: 50px;
  }
}

@media only screen and (max-width: 1081px) {
  .btn.searchBtn {
    margin-bottom: 40px;
  }
}

.btn.searchBtn .btnSubmit {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 1081px) {
  .btn.searchBtn .btnSubmit {
    width: 100%;
  }
}

.contServiceCompanies {
  background: #f5f5f5;
  padding: 70px 0;
}

.contServiceCompanies h3 {
  margin-bottom: 20px;
}

.contServiceCompanies.pb0 {
  padding-bottom: 10px;
}

.companiesList > li a {
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a {
    padding: 20px 20px 80px;
  }
}

.companiesList > li a > .photoBox {
  width: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a > .photoBox {
    width: 100%;
    min-height: 154px;
  }
}

.companiesList > li a > .photoBox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 154px;
  max-height: 154px;
}

.companiesList > li a > .txtBox {
  width: calc(100% - 232px);
  padding-right: 80px;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a > .txtBox {
    width: 100%;
    padding-right: 0;
  }
}

.companiesList > li a > .txtBox h4 {
  font-size: 2rem;
  margin-bottom: 5px;
}

.companiesList > li a > .txtBox address {
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.companiesList > li a > .txtBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.companiesList > li a > .txtBox > div .photoBox {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a > .txtBox > div .photoBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.companiesList > li a > .txtBox > div .photoBox + .txtBox {
  width: calc(100% - 95px);
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a > .txtBox > div .photoBox + .txtBox p {
    -webkit-line-clamp: 7;
  }
}

.companiesList > li a > .txtBox > div .txtBox {
  font-size: 1.4rem;
}

.companiesList > li a > .txtBox > div .txtBox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a > .txtBox > div .txtBox p {
    -webkit-line-clamp: 5;
  }
}

.companiesList > li a > .txtBox .servicePrice {
  margin-bottom: 0;
}

.companiesList > li a > .txtBox .companiesService {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px 20px;
  margin-bottom: -10px;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a > .txtBox .companiesService {
    gap: 0;
  }
}

.companiesList > li a > .txtBox .companiesService li {
  width: calc((100% - 34px) / 2);
  padding-left: 24px;
  background: url(../img/iconCheck.png) left 4px/20px no-repeat;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a > .txtBox .companiesService li {
    width: 100%;
  }
}

.companiesList > li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 40px;
  border: 1px solid #333333;
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a:before {
    bottom: 20px;
    top: auto;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.companiesList > li a:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 55px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

@media only screen and (max-width: 1081px) {
  .companiesList > li a:after {
    bottom: 34px;
    top: auto;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.companiesList > li a:hover {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.companiesList > li a:hover:before {
  background: #333333;
}

.companiesList > li a:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.companiesList > li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.companiesList > li:not(:last-of-type) {
  margin-bottom: 20px;
}

.pilotsList > li {
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li {
    padding: 20px;
  }
}

.pilotsList > li > .photoBox {
  width: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .photoBox {
    width: 100%;
    min-height: 154px;
  }
}

.pilotsList > li > .photoBox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 154px;
  max-height: 154px;
}

.pilotsList > li > .txtBox {
  width: calc(100% - 232px);
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox {
    width: 100%;
    padding-right: 0;
  }
}

.pilotsList > li > .txtBox h4 {
  font-size: 2rem;
  margin-bottom: 5px;
}

.pilotsList > li > .txtBox .snsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox .snsBox {
    display: block;
  }
}

.pilotsList > li > .txtBox .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 10px;
  margin-left: auto;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox .snsList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.pilotsList > li > .txtBox .snsList li {
  display: inline-block;
}

.pilotsList > li > .txtBox .snsList li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox .licenseList {
    margin-bottom: 10px;
  }
}

.pilotsList > li > .txtBox .licenseList li {
  background: #eaeaea;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 40px;
  padding: 2px 16px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.pilotsList > li > .txtBox > div:not(.snsBox):not(.schoolDl) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.pilotsList > li > .txtBox > div:not(.snsBox):not(.schoolDl) .txtBox {
  font-size: 1.4rem;
}

.pilotsList > li > .txtBox .schoolDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pilotsList > li > .txtBox .schoolDl .txtLink {
  margin-left: auto;
  width: 190px;
  margin-top: auto;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox .schoolDl .txtLink {
    width: 100%;
    margin-top: 20px;
  }
}

.pilotsList > li > .txtBox .schoolDl dl {
  width: calc(100% - 190px);
  overflow: hidden;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox .schoolDl dl {
    width: 100%;
  }
}

.pilotsList > li > .txtBox .schoolDl dl dt {
  font-size: 1.4rem;
  width: 7em;
  float: left;
  clear: both;
  margin-top: 4px;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox .schoolDl dl dt {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    margin-top: 0;
  }
}

.pilotsList > li > .txtBox .schoolDl dl dd {
  width: 100%;
  margin-left: -7em;
  padding-left: 7em;
  font-weight: 700;
  text-align: left;
  float: right;
}

@media only screen and (max-width: 1081px) {
  .pilotsList > li > .txtBox .schoolDl dl dd {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    float: none;
  }
}

.pilotsList > li > .txtBox .schoolDl dl dd:not(:last-of-type) {
  margin-bottom: 5px;
}

.pilotsList > li:not(:last-of-type) {
  margin-bottom: 20px;
}

.pilotsList > li .pref {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  top: 0;
  left: 0;
  background: #333333;
  color: #fff;
  padding: 4px 14px;
}

.pageNav {
  text-align: center;
  font-family: "Staatliches", cursive;
  font-weight: 400;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageNav a,
.pageNav span.current {
  color: #333333;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 30px;
}

.pageNav a:hover,
.pageNav span.current {
  background: #333333;
  color: #fff;
}

.pageNav a.nextLink,
.pageNav a.prevLink {
  text-indent: -11111px;
  position: relative;
}

.pageNav a.nextLink:after,
.pageNav a.prevLink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 8px;
  height: 12px;
  left: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.pageNav a.nextLink:hover:after,
.pageNav a.prevLink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.pageNav a.nextLink {
  margin-left: 0;
}

.pageNav a.prevLink {
  margin-right: 0;
}

.pageNav a.prevLink:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.snsSheare {
  text-align: right;
  margin-bottom: 10px;
}

.snsSheare li {
  display: inline-block;
  margin-left: 10px;
}

.news h3 {
  font-size: 2.2rem;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.news .dataWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 10px;
}

.news .dataWrap .dateBox {
  display: block;
  margin-top: 0;
}

.news .dataWrap .snsList {
  text-align: right;
  margin-bottom: 10px;
}

.news .dataWrap .snsList li {
  display: inline-block;
  margin-left: 10px;
}

.news .thumb {
  margin-bottom: 40px;
}

.news .cont {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

.news .cont a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news .cont a:hover {
  text-decoration: none;
}

.news .cont h4 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}

.news .cont h5 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.news .cont p {
  text-align: justify;
  margin-bottom: 20px;
}

.news .cont img {
  margin-bottom: 20px;
}

.news .cont ul {
  margin-bottom: 20px;
}

.news .cont ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.news .cont ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.news .cont ol {
  margin-bottom: 20px;
}

.news .cont ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.news .cont ol li:not(:last-of-type) {
  margin-bottom: 5px;
}

.nav_below {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto 60px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav_below li {
  width: 33.3333333333%;
  text-align: center;
}

.nav_below li a {
  text-decoration: none;
}

.nav_below li.next {
  text-align: right;
}

.nav_below li.next a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  right: 0;
  top: 7px;
  width: 8px;
  height: 16px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.nav_below li.next a {
  padding-right: 16px;
  text-decoration: none;
}

.nav_below li.previous {
  text-align: left;
}

.nav_below li.previous a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 16px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.nav_below li.previous a {
  padding-left: 16px;
}

.nav_below li a {
  color: #333333;
  position: relative;
  display: block;
}

.nav_below li:empty a:before {
  display: block;
}

.nav_below:has(.previous) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menuList.topicsList {
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 3.8%;
}

@media only screen and (max-width: 1081px) {
  .menuList.topicsList {
    gap: 0;
  }
}

@media only screen and (max-width: 681px) {
  .menuList.topicsList li {
    width: 100%;
  }
}

.menuList.topicsList li h3 {
  line-height: 1.4em;
}

.menuList.topicsList li .photoBox {
  position: relative;
}

.menuList.topicsList li .photoBox:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.menuList.topicsList li .photoBox span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.menuList.topicsList li .photoBox span img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.faqPage > section h3 {
  margin-bottom: 30px;
}

.faqPage > section:not(:last-of-type) {
  margin-bottom: 80px;
}

.faqMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  gap: 0 14px;
}

.faqMenu li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (max-width: 1081px) {
  .faqMenu li {
    width: 100%;
  }
}

.faqMenu li a {
  font-size: 1.4rem;
  padding: 16px 0;
}

.faqMenu li a span {
  padding: 0 40px 0 15px;
}

.faqMenu li a span:after {
  right: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 1081px) {
  .faqMenu li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#faq01,
#faq02,
#faq03,
#faq04,
#faq05 {
  margin-top: -100px;
  padding-top: 100px;
}

#faq01 h3,
#faq02 h3,
#faq03 h3,
#faq04 h3,
#faq05 h3 {
  font-size: 2.4rem;
}

.faqList > dt {
  border-top: 1px solid #eaeaea;
  position: relative;
  padding: 22px 52px 22px 0;
  width: 100%;
  display: block;
  cursor: pointer;
}

.faqList > dt:after {
  content: "";
  display: block;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faqList > dt.active:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.faqList > dd {
  display: none;
  margin-bottom: 20px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

.faqList > dd:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 242, 20, 0);
  border-bottom-color: #f5f5f5;
  border-width: 8px;
  margin-left: -8px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  padding: 16px 10px;
  text-align: left;
  line-height: 1.1em;
  border-radius: 2px;
  border: 1px solid #ddd;
  width: 100%;
  background: #f7f7f7;
}

input:focus,
textarea:focus {
  background: #ffe4e9;
}

input[type="image"] {
  max-width: 100%;
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  width: 100%;
  display: block;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1081px) {
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="text"] {
    font-size: 1.6rem;
  }
}

textarea {
  width: 100%;
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1.6em;
  resize: horizontal;
}

@media only screen and (max-width: 1081px) {
  textarea {
    font-size: 1.6rem;
  }
}

input[type="checkbox"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="tel"],
input[type="text"],
label {
  display: inline;
  vertical-align: middle;
}

.douisuru {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  max-width: 298px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
}

.douisuru input {
  position: absolute;
  left: 0;
  top: 14px;
  min-height: auto;
}

.douisuru a[target="_blank"].notBlank {
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-right: 0;
  padding-left: 8px;
}

p.errorEmpty {
  margin-bottom: 10px;
}

p.errorEmpty:empty {
  margin-bottom: 0;
}

p.myError {
  color: #d00d00;
  padding-top: 3px;
  font-weight: bolder;
  display: block;
  clear: both;
}

.selectBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.selectBox:after {
  content: "";
  display: block;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 2;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 140px;
  max-width: 100%;
  line-height: 1.1em;
  font-size: 1.8rem;
  padding: 10px 32px 10px 12px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  min-height: 41px;
}

.hissu,
.nini {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  background: #d00d00;
  line-height: 1.1em;
  font-weight: 700;
  padding: 4px 8px 5px;
  vertical-align: middle;
  color: #fff;
  margin-right: 5px;
}

.nini {
  background: #949494;
}

.flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ddd;
  margin-bottom: 40px;
}

.flowList li {
  text-align: center;
  width: 33.3333333333%;
  padding: 12px 0;
  border-bottom: 2px solid #ddd;
}

.flowList li span {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}

.flowList li.current {
  color: #333333;
  border-color: #333333;
}

.btn.btnB .btnSubmit {
  width: 420px;
  font-size: 1.8rem;
  font-weight: 700;
}

.btn.btnB .estimateBtn.btnSubmit {
  width: 100%;
}

@media only screen and (max-width: 1081px) {
  .btn.btnB .btnSubmit {
    width: 100%;
  }
}

.check {
  text-align: center;
  margin-bottom: 40px;
}

.check a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.check .hissu {
  margin-right: 14px;
}

@media only screen and (max-width: 440px) {
  .check .hissu {
    margin-right: 6px;
  }
}

.privacyBox {
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  padding: 30px;
  height: 200px;
  overflow-y: scroll;
}

@media only screen and (max-width: 1081px) {
  .privacyBox {
    padding: 20px;
  }
}

.btnTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

.btnTwo li {
  width: 48%;
}

@media only screen and (max-width: 1081px) {
  .btnTwo li {
    width: 100%;
  }
}

.bnrBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  gap: 0 40px;
  background: #f5f5f5;
  padding: 20px 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 681px) {
  .bnrBox {
    gap: 0 20px;
  }
}

.bnrBox li {
  margin-bottom: 20px;
  max-width: calc((100% - 120px) / 4);
}

@media only screen and (max-width: 681px) {
  .bnrBox li {
    max-width: calc((100% - 40px) / 3);
  }
}

@media only screen and (max-width: 440px) {
  .bnrBox li {
    max-width: calc((100% - 20px) / 2);
  }
}

.bnrBox li img {
  width: auto;
}

.jichitaiNews {
  border-top: 1px solid #eaeaea;
  margin-bottom: 40px;
}

.jichitaiNews li a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 40px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.jichitaiNews li a .photoBox {
  width: 120px;
}

@media only screen and (max-width: 440px) {
  .jichitaiNews li a .photoBox {
    width: 100%;
    margin-bottom: 10px;
  }
}

.jichitaiNews li a .photoBox p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.jichitaiNews li a .txtBox {
  width: calc(100% - 150px);
  padding-right: 28px;
}

@media only screen and (max-width: 440px) {
  .jichitaiNews li a .txtBox {
    width: 100%;
  }
}

.jichitaiNews li a .txtBox .ttl {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.jichitaiNews li a .txtBox .ttl span {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

.jichitaiNews li a:after {
  content: "";
  display: block;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 16px;
  z-index: 2;
}

.futureList {
  margin-bottom: 40px;
}

.futureList li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 60px;
}

.futureList li h3 {
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.futureList li .textR {
  text-align: right;
  margin-top: 20px;
  font-size: 1.4rem;
}

.futureList li:not(:last-of-type) {
  margin-bottom: 80px;
}

.contentsWrapEstimate {
  padding: 80px 0 10px;
  margin-bottom: 60px;
  background: #f5f5f5;
}

.contentsWrapEstimate .estimateKento {
  background: #fff;
  margin-bottom: 60px;
}

.contentsWrapEstimate .estimateKento dt {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}

.contentsWrapEstimate .estimateKento dd {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapEstimate .estimateKento dd {
    padding: 20px;
  }
}

.contentsWrapEstimate .estimateKento dd .photoBox {
  width: 180px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapEstimate .estimateKento dd .photoBox {
    margin-bottom: 10px;
  }
}

.contentsWrapEstimate .estimateKento dd p {
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapEstimate .estimateKento dd p {
    font-size: 2.4rem;
    line-height: 1.4em;
  }
}

.contentsWrapEstimate .estimateList {
  margin-bottom: 60px;
}

.contentsWrapEstimate .estimateList > li {
  background: #fff;
  padding: 40px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapEstimate .estimateList > li {
    padding: 20px;
  }
}

.contentsWrapEstimate .estimateList > li h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapEstimate .estimateList > li h3 {
    font-size: 2.6rem;
  }
}

.contentsWrapEstimate .estimateList > li h3 .num {
  font-family: "Staatliches", cursive;
  font-weight: 400;
  font-size: 3rem;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.contentsWrapEstimate .estimateList > li h3 .num:after {
  content: ".";
}

.contentsWrapEstimate .estimateList > li .inputCheck label {
  font-size: 1.8rem;
}

.contentsWrapEstimate .estimateList > li .inputCheck span {
  padding: 10px 46px;
}

.contentsWrapEstimate .estimateList > li .komeList,
.contentsWrapEstimate .estimateList > li .komeTxt {
  margin-bottom: 40px;
}

.contentsWrapEstimate .estimateList > li:not(:last-of-type) {
  margin-bottom: 40px;
}

.contentsWrapEstimate .estimateList > li .inputNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentsWrapEstimate .estimateList > li .inputNum label {
  display: block;
  width: 3em;
}

.contentsWrapEstimate .estimateList > li .inputNum input[type="number"] {
  max-width: calc(100% - 4em);
}

.contentsWrapEstimate select {
  border: 1px solid #666;
}

.contentsWrapResult {
  padding: 80px 0;
  background: #f5f5f5;
}

.contentsWrapResult .resultBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentsWrapResult .resultBox > div:first-of-type {
  width: calc(100% - 360px);
}

@media only screen and (max-width: 1081px) {
  .contentsWrapResult .resultBox > div:first-of-type {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contentsWrapResult .resultBox > div:first-of-type h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.contentsWrapResult .resultBox > div:first-of-type .table01 {
  background: #fff;
}

.contentsWrapResult .resultBox > div:first-of-type .table01 th {
  padding: 20px 0 20px 14px;
  width: auto;
  background: #eaeaea;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapResult .resultBox > div:first-of-type .table01 th {
    display: table-cell;
    width: auto;
    padding: 20px 10px;
  }
}

.contentsWrapResult .resultBox > div:first-of-type .table01 th:nth-child(2) {
  min-width: 180px;
  text-align: center;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapResult .resultBox > div:first-of-type .table01 th:nth-child(2) {
    min-width: 60px;
  }
}

.contentsWrapResult .resultBox > div:first-of-type .table01 th:last-of-type {
  text-align: right;
  padding-right: 14px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapResult .resultBox > div:first-of-type .table01 th:last-of-type {
    padding-right: 1px;
  }
}

@media only screen and (max-width: 1081px) {
  .contentsWrapResult .resultBox > div:first-of-type .table01 td {
    width: auto;
    display: table-cell;
    padding: 10px 10px;
  }
}

.contentsWrapResult .resultBox > div:first-of-type .table01 td:nth-child(2) {
  text-align: center;
}

.contentsWrapResult .resultBox > div:first-of-type .table01 td:last-of-type {
  text-align: right;
  padding-right: 14px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapResult .resultBox > div:first-of-type .table01 td:last-of-type {
    padding-right: 10px;
  }
}

.contentsWrapResult .resultBox > div:first-of-type .table01 tr:last-of-type td {
  border-top: 2px solid #333333;
  font-size: 2rem;
  font-weight: 700;
}

.contentsWrapResult .resultBox .estimatePrice {
  width: 300px;
  background: #fff;
  padding: 20px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapResult .resultBox .estimatePrice {
    width: 100%;
  }
}

.contentsWrapResult .resultBox .estimatePrice dl {
  margin-bottom: 20px;
}

.contentsWrapResult .resultBox .estimatePrice dl dt {
  color: #949494;
  font-size: 1.4rem;
}

.contentsWrapResult .resultBox .estimatePrice dl dd {
  font-weight: 700;
  margin-bottom: 20px;
}

.contentsWrapResult .resultBox .estimatePrice dl dd.tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentsWrapResult .resultBox .estimatePrice ul li.btn a {
  padding: 16px 0;
  font-size: 1.5rem;
}

.contentsWrapResult .resultBox .estimatePrice ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.contentsWrapResult > section:not(:last-of-type) {
  margin-bottom: 80px;
}

.resultBox {
  background: #eaeaea;
  padding: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1081px) {
  .resultBox {
    padding: 20px;
  }
}

.resultBox dt {
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #949494;
}

.resultBox dd {
  font-size: 1.4rem;
}

h3.aboutH3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

h3.aboutH3 .onlySP02 {
  display: none;
}

@media only screen and (max-width: 440px) {
  h3.aboutH3 .onlySP02 {
    display: inline-block;
  }
}

h3.aboutH3 span {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  z-index: 2;
}

h3.aboutH3 span:before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
}

.osusumeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.osusumeList > li {
  width: 31.2%;
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.osusumeList.keisai2 > li {
  width: 48%;
}
.osusumeList.keisai2 > li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media only screen and (max-width: 1081px) {
  .osusumeList > li {
    width: 100%;
  }
  .osusumeList.keisai2 > li {
    width: 100%;
  }
}

.osusumeList > li h4 {
  background: url(../img/iconCheck.png) left 6px/24px no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1081px) {
  .osusumeList > li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.reasonList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 80px;
}

.reasonList li .photoBox {
  width: 320px;
}

@media only screen and (max-width: 1081px) {
  .reasonList li .photoBox {
    margin-bottom: 20px;
  }
}

.reasonList li .photoBox img {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.reasonList li .txtBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reasonList li h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.reasonList li:nth-child(2n) .photoBox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 1081px) {
  .reasonList li:nth-child(2n) .photoBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.riyouBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.riyouBox > div {
  width: 48%;
  background: #fff;
  padding: 30px 40px 30px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1081px) {
  .riyouBox > div {
    width: 100%;
    padding: 30px 20px;
  }
}

.riyouBox > div h4 {
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.riyouBox > div h4 span {
  font-size: 1.3rem;
  display: block;
}

.riyouBox > div ul li {
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4em;
}

.riyouBox > div ul li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.riyouBox > div ul li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.riyouBox > div ul li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23949494%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 1081px) {
  .riyouBox > div:first-of-type {
    margin-bottom: 40px;
  }
}

.btn.btn520 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.unei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unei li {
  width: 49%;
}

@media only screen and (max-width: 1081px) {
  .unei li {
    width: 100%;
  }
}

.unei li a {
  line-height: 1.4em;
}

.unei li a span.fz14 {
  font-size: 1.4rem;
  padding: 0;
}

.unei li a span.fz14:after {
  display: none;
}

.unei li:not(:last-of-type) {
  margin-bottom: 20px;
}

.compList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 20px;
}

.compList .cont {
  width: calc((100% - 100px) / 6);
}

@media only screen and (max-width: 1081px) {
  .compList .cont {
    width: calc((100% - 80px) / 5);
  }
}

@media only screen and (max-width: 681px) {
  .compList .cont {
    width: calc((100% - 60px) / 4);
  }
}

@media only screen and (max-width: 440px) {
  .compList .cont {
    width: calc((100% - 40px) / 3);
  }
}

.compList .cont a {
  display: block;
  width: 100%;
  border: 1px solid #949494;
}

.compList .cont a .photoBox {
  background: #fff;
  position: relative;
  width: 100%;
  height: 84px;
}

.compList .cont a .photoBox img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 134px;
  max-height: 70px;
}

@media only screen and (max-width: 1081px) {
  .compList .cont a .photoBox img {
    max-width: 90%;
  }
}

.areaNarrowDown {
  margin-top: 20px;
}

.areaNarrowDown .btn.btnB {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1081px) {
  .areaNarrowDown .btn.btnB {
    width: 100%;
  }
}

.areaNarrowDown .btn.btnB a {
  padding: 14px 0;
}

.areaNarrowDown .btn.btnB a span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.categoryPrefList {
  background: #f5f5f5;
  margin-top: 40px;
  padding: 40px 60px;
}

@media only screen and (max-width: 1081px) {
  .categoryPrefList {
    padding: 30px;
  }
}

@media only screen and (max-width: 440px) {
  .categoryPrefList {
    padding: 20px;
  }
}

.categoryPrefList h3 {
  text-align: center;
  margin-bottom: 40px;
}

.categoryPrefList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px 10px;
  font-size: 1.4rem;
}

.categoryPrefList ul li {
  text-align: center;
  font-weight: 700;
  background: #fff;
  border-radius: 100px;
  padding: 4px 0;
  width: calc((100% - 80px) / 9);
}

@media only screen and (max-width: 1081px) {
  .categoryPrefList ul li {
    width: calc((100% - 60px) / 4);
  }
}

@media only screen and (max-width: 681px) {
  .categoryPrefList ul li {
    width: calc((100% - 40px) / 3);
  }
}

@media only screen and (max-width: 440px) {
  .categoryPrefList ul li {
    width: calc((100% - 20px) / 2);
  }
}
.clear-after-before::after,
.clear-after-before::before {
  content: none !important;
}

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

/*20240514*/
.providerLink {
  font-size: 1.3rem;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.providerMember h3.aboutH3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Staatliches", cursive;
  line-height: 1.8em;
  font-weight: 400;
}
.providerMember h3.aboutH3 span {
  font-size: 3.6rem;
}
.providerMember .member_container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.providerMember .member_container a {
  display: block;
  width: calc((100% - 60px) / 4);
  color: #10aae9;
  font-size: 1.2rem;
  text-align: center;
}
.providerMember .member_container a img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1081px) {
  .providerMember .member_container {
    gap: 40px 0;
  }
  .providerMember .member_container a {
    width: 100%;
    max-width: 360px;
  }
}

/*20240722*/
.companiesList .txtBox h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: flex-start;
  margin-bottom: 0;
}
.companiesList .txtBox h4 span:not(.alignment) {
  flex: 1;
  display: block;
}
.companiesList .txtBox h4 span.alignment {
  min-width: 170px;
  display: inline-block;
  margin-left: auto;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  background: #eaeaea;
  border-radius: 100px;
  padding: 7px 15px 7px 38px;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.companiesList .txtBox h4 span.alignment:after {
  content: "";
  display: block;
  background: url(../img/iconHand.png) center center / 18px no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 7px;
}
.companiesList .txtBox address {
  margin-top: 14px;
}

@media only screen and (max-width: 1081px) {
  .companiesList .txtBox h4 span:not(.alignment) {
    flex: auto;
    width: 100%;
  }
  .companiesList .txtBox h4 span.alignment {
    margin-left: 0;
    margin-top: 0;
  }
}
/* 20241210 保険ページ */
.contentsWrapHoken {
  padding: 80px 0;
  background: url(../img/hokenMainBg.jpg) center center/cover no-repeat;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.contentsWrapHoken:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.contentsWrapHoken .contents {
  position: relative;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentsWrapHoken .contents .hokenSubTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #000;
  line-height: 1em;
  padding: 15px 40px 17px;
  background-color: #fff;
  border-radius: 100px;
  width: auto;
}
.hokenSubTxt img {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 0 10px 0 0;
}
.contentsWrapHoken .contents h2 {
  font-size: 10rem;
  line-height: 1.3em;
  margin: 20px auto 30px;
}
.hokenContents {
  padding: 80px 0;
  text-align: center;
}
.hokenBtxt {
  font-size: 3.6rem;
  line-height: 1.6em;
  font-weight: 700;
  color: #d00d00;
  margin-bottom: 10px;
}
.hokenContentsGray .contents {
  margin-bottom: 80px;
  padding: 80px 40px;
  background-color: #f5f5f5;
  text-align: center;
}
.merit span {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}
.merit span:after,
.merit span:before {
  content: "";
  display: block;
  background: #333333;
  width: 2px;
  height: 16px;
  position: absolute;
  right: -10px;
  top: 4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.merit span:after {
  right: auto;
  left: -10px;
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
}
.hokenContentsGray .contents h3 {
  font-size: 3.6rem;
  margin-bottom: 40px;
  line-height: 1.3em;
  margin-top: 5px;
}
.hokenMeritList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hokenMeritList li {
  background-color: #fff;
  width: 47.2%;
  padding: 20px 20px 40px;
}
.meritNumber {
  text-align: left;
  color: #949494;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "Staatliches", cursive;
  font-weight: 400;
  line-height: 1em;
  border-bottom: 1px solid #eaeaea;
}
.hokenMeritList li img {
  width: 100%;
  max-width: 128px;
  height: auto;
}
.hokenMeritList li h4 {
  font-size: 2.4rem;
  margin: 20px auto 10px;
  line-height: 1.3em;
}
.nichidoXross {
  margin-bottom: 100px;
  color: #333;
  text-align: center;
}
.nichidoXross .hokenBtxt {
  color: #333;
}
.nichidoXross a {
  display: block;
}
.nichidoXross img {
  width: 100%;
  height: auto;
  max-width: 645px;
  margin-bottom: 20px;
}
.nichidoXross .btn {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapHoken .contents h2 {
    font-size: 10vw;
  }
  .hokenContents {
    padding: 60px 0;
  }
  .hokenContentsGray .contents {
    padding: 60px 40px;
    margin-bottom: 60px;
  }
  .hokenBtxt {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 529px) {
  .contentsWrapHoken .contents .hokenSubTxt {
    font-size: 1.6rem;
    padding: 10px 20px 12px;
  }
  .hokenSubTxt img {
    max-width: 105px;
  }
  .hokenMeritList {
    flex-direction: column;
    gap: 40px 0px;
  }
  .hokenMeritList li {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrapHoken .contents p,
  .hokenContents,
  .nichidoXross {
    text-align: left;
  }
  .contentsWrapHoken .contents h2 {
    font-size: 14vw;
  }
  .hokenContentsGray .contents {
    padding: 60px 20px;
  }
  .hokenBtxt,
  .hokenContentsGray .contents h3 {
    font-size: 2.8rem;
  }
}

/* 20241212 topバナー追加 */
.bgGray {
  background-color: #f5f5f5;
}

.bgWhite {
  background-color: #fff;
}
.pt0 {
  padding-top: 0;
}
.topBnr li.dcheck a {
  background: url(../img/bn02.png) center center / cover no-repeat;
}
.allTopBnr li.shironegi a,
.topBnr li.shironegi a {
  background: url(../img/bnNegi.png) center center / cover no-repeat;
}
.allTopBnr li.dokomaku a,
.topBnr li.dokomaku a {
  background: url(../img/bnDokomaku.png) center center / cover no-repeat;
}
.allTopBnr li.teiten a,
.topBnr li.teiten a {
  background: url(../img/bnTeiten.png) center center / cover no-repeat;
}
.contentsWrapTopCommonBnr {
  padding: 62px 0 40px;
}
.contentsWrapTopCommonBnr .topCommonBnr {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.contentsWrapTopCommonBnr .topCommonBnr li {
  width: 48%;
}
.contentsWrapTopCommonBnr .topCommonBnr li a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 12px 0;
}
.contentsWrapTopCommonBnr .topCommonBnr li a:hover {
  border: 1px solid #000;
}
.contentsWrapTopCommonBnr .topCommonBnr li a img {
  width: 100%;
  height: auto;
}
.contentsWrapTopCommonBnr .topCommonBnr li a > span:before {
  content: "";
  display: block;
  border: 1px solid #000;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.contentsWrapTopCommonBnr .topCommonBnr li a > span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  right: 47px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.1818%2011.5L11.1818%2015L1%2015L1%204.81818L4.5%204.81818%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M4.81836%201.00007L4.81836%2011.1819L15.0002%2011.1819L15.0002%201.00007L4.81836%201.00007Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contentsWrapTopCommonBnr .topCommonBnr li:last-of-type a > span:after {
  right: 50px;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2011L6.5%206L1.5%201%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.topBnr {
  gap: 40px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapTopCommonBnr .topCommonBnr li {
    width: 100%;
    flex: auto;
  }
  .contentsWrapTopCommonBnr .topCommonBnr li a > span:before {
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .contentsWrapTopCommonBnr .topCommonBnr li a > span:after {
    right: 25px;
  }
  .contentsWrapTopCommonBnr .topCommonBnr li:last-of-type a > span:after {
    right: 28px;
  }
  .contentsWrapTopCommonBnr .topCommonBnr li a img {
    width: auto;
    height: 120px;
  }
}
@media only screen and (max-width: 681px) {
  .contentsWrapTopCommonBnr .topCommonBnr li a img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrapTopCommonBnr .topCommonBnr li a > span:before {
    right: 10px;
  }
  .contentsWrapTopCommonBnr .topCommonBnr li a > span:after {
    right: 20px;
  }
  .contentsWrapTopCommonBnr .topCommonBnr li:last-of-type a > span:after {
    right: 23px;
  }
}

.contentsWrapServceCount {
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding: 45px 0px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

.contentsWrapServceCount .servicesCountWrap {
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items: center;
}

.contentsWrapServceCount .servicesCountTitleWrap {
  width: 225px;
  height: 96px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.contentsWrapServceCount .servicesCountWrap.center {
  gap: 40px;
  flex-wrap: wrap;
}

.contentsWrapServceCount .servicesCountWrap.center .servicesCountTitleWrap {
  width: 100%;
  flex-basis: 100%;
  justify-content: center;
  order: -1;
}

.contentsWrapServceCount .servicesCountContainer {
  display: flex;
  padding: 40px;
  background-color: #fff;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.servicesCountContainer .imageWrap img {
  width: 100%;
  max-width: 172px;
  /* height: 139px; */
  height: auto;
}

.servicesCountContainer .textContainer {
  width: 100%;
  max-width: 187px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.servicesCountWrap.center .textContainer {
  align-items: center;
}

.servicesCountContainer .textContainer .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: 1.2px;
}

.servicesCountContainer .textContainer .summaryText {
  position: relative;
  display: inline-flex;
  z-index: 0;
  font-family: Staatliches;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4px;
}

.servicesCountContainer .textContainer .summaryText span {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.2px;
  padding-top: 36px;
}

.servicesCountContainer .textContainer .summaryText:before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
  background: linear-gradient(
    97deg,
    #72dae9 0%,
    #8aaae6 43.63%,
    #a278e3 100%,
    #a278e3 100%
  );
}

.servicesCountContainer .textContainer .attention {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapServceCount .servicesCountWrap {
    display: block;
    text-align: center;
  }

  .contentsWrapServceCount .servicesCountTitleWrap {
    display: block;
    margin: 0 auto 40px;
  }
  .contentsWrapServceCount .servicesCountTitleWrap h2 img {
    margin-left: auto;
    margin-right: auto;
  }

  .servicesCountWrap > .servicesCountContainer:nth-child(3) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 681px) {
  .contentsWrapServceCount .servicesCountContainer {
    flex-direction: column;
    gap: 20px;
  }
  .servicesCountContainer .textContainer {
    align-items: center;
    justify-content: center;
  }
}
