@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

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

.detail {
  text-decoration: none;
}

.detail:hover {
  text-decoration: underline;
}

.containerArea {
  padding-top: 72px;
  padding-bottom: 48px;
  position: relative;
}

.backgroundBlue2 {
  color: white;
  background-color: #2d85dd;
}

.backgroundBlue3 {
  color: white;
  background-color: #1872ec;
}

.backgroundBlue4 {
  color: white;
  background-color: #000080;
}

.backgroundBlue5 {
  color: black;
  background-color: #4d88ff;
}

.backgroundBlue6 {
  color: white;
  background-color: rgb(35, 161, 245);
}

.flexArea {
  display: flex;
  padding-bottom: 24px;
}

.flexArea .left {
  width: 50%;
  max-width: 600px;
  padding-top: 24px;
  padding-left: 32px;
  text-align: right;
  margin-left: auto;
  margin-right: 48px;
  line-height: 1.7;
}

.flexArea .left img {
  max-width: 550px;
  width: 100%;
}

.leftText {
  font-size: 14px;
  text-align: left;
}

.flexArea .right {
  width: 50%;
  max-width: 600px;
  padding-top: 24px;
  padding-right: 32px;
  margin-left: 48px;
  margin-right: auto;
  line-height: 1.7;
}

.flexArea .right img {
  max-width: 550px;
  width: 100%;
  max-height: 400px;
}

.lineArea {
  display: flex;
  padding-bottom: 24px;
}

.lineArea .left {
  width: 50%;
  max-width: 600px;
  padding-top: 24px;
  text-align: right;
  margin-left: auto;
  margin-right: 48px;
}

.lineArea .left img {
  max-width: 550px;
  width: 100%;
}

.lineArea .right {
  width: 50%;
  max-width: 600px;
  padding-top: 24px;
  margin-left: 48px;
  margin-right: auto;
  line-height: 1.7;
}

.lineArea .right img {
  max-width: 550px;
  width: 100%;
  max-height: 400px;
}

.rightTitle {
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  text-align: center;
}

.rightTitle2 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  text-align: center;
}

.rightSubTitle {
  margin-top: 16px;
}

.rightText {
  font-size: 14px;
}

.rightText2 {
  font-size: 14px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.backgroundBlue .right div a {
  color: white;
  border: 2px solid rgb(171, 204, 248);
  border-radius: 12px;
  padding: 8px 36px;
}

.relative {
  width: 100%;
  position: relative;
  z-index: 0;
}

.relative img {
  width: 100%;
  max-height: 680px;
}

.relative div {
  position: absolute;
  width: 550px;
  right: 0;
  bottom: 0;
  padding: 48px 0 48px 64px;
  background-color: white;
  font-size: 18px;
  line-height: 1.7;
}

.flex3Area {
  display: flex;
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
}

.flex3Area .left {
  width: 33%;
  text-align: center;
  border-top: 1px solid rgb(171, 204, 248);
  padding-top: 64px;
  padding-bottom: 64px;
}

.flex3Area .center {
  width: 33%;
  text-align: center;
  border-top: 1px solid rgb(171, 204, 248);
  border-left: 1px solid rgb(171, 204, 248);
  padding-top: 64px;
  padding-bottom: 64px;
}

.flex3Area .right {
  width: 33%;
  text-align: center;
  border-top: 1px solid rgb(171, 204, 248);
  border-left: 1px solid rgb(171, 204, 248);
  padding-top: 64px;
  padding-bottom: 64px;
}

.flex3Area .flex3Img {
  max-width: 50%;
}

.flex3Area .flex3Img2 {
  max-width: 150px;
}

.flex3Area .flex3Stmt {
  font-size: 20px;
  /* font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
}

.flex3Area .flex3StmtCenter {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  text-align: left;
}

.centerArea {
  width: 100%;
  max-width: 600px;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  text-align: center;
}

.borderAround {
  border: 1px solid #b0c4de;
  border-radius: 10px;
  padding: 30px 40px;
}

.borderAround2 {
  border: 1px solid #b0c4de;
  border-radius: 10px;
  padding: 30px 0px;
}

.borderAround3 {
  border: 0px solid white;
  border-radius: 0px;
  padding: 0px 0px;
}

.titleArea {
  /* font-family: Century; */
  text-align: center;
  padding: 30px 40px;
  line-height: 1.7;
}

.strongArea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0 5px 5px 0 rgba(20, 20, 80, 0.2);
  text-align: center;
  font-weight: 700;
}

.linkArea {
  width: 220px;
  font-size: 18px;
  border-radius: 30px;
}

.linkArea a {
  display: block;
}

.strongArea2 {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 5px 0 rgba(20, 20, 80, 0.2);
  text-align: center;
  font-weight: 700;
}
.strongArea3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0 5px 5px 0 rgb(252, 252, 253);
  text-align: center;
  font-weight: 700;
}

.listSection {
  max-width: 1200px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  /* font-family: "Montserrat", "Noto Sans JP", sans-serif; */
}

.area-title {
  text-align: center;
  font-size: 46px;
  margin-top: 16px;
  font-weight: bold;
}

.area-text {
  text-align: center;
  font-size: 18px;
  margin-top: 24px;
  line-height: 2;
  font-weight: bold;
}

.flex-list-area {
  /* display: flex; */
  margin-top: 24px;
}

.flex-list-area2 {
  max-width: 360px;
  flex-shrink: 0;
}

.flex-list-area3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}

.listSection button {
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
}

.list-btn,
.list-btn2,
.list-btn3,
.list-btn4,
.list-btn5,
.list-btn10 {
  width: 100%;
  padding: 19px 23px 19px 23px;
  margin-top: 24px;
  background-color: #fff;
  border: 1px solid #656e75;
  border-radius: 8px;
  text-align: left;
  font-size: 16px;
  transition: background-color 1s ease;
}

.list-btn:focus,
.list-btn2:focus,
.list-btn3:focus,
.list-btn4:focus,
.list-btn5:focus,
.list-btn10:focus {
  outline: auto;
}

.list-btn:hover,
.list-btn2:hover,
.list-btn3:hover,
.list-btn4:hover,
.list-btn5:hover,
.list-btn10:hover {
  background-color: #e2e8ec;
}

.list-text,
.list-text2,
.list-text3,
.list-text4,
.list-text5,
.list-text10 {
  overflow: hidden;
  max-height: 0;
  color: black;
  font-size: 14px;
  transition: 1s max-height ease;
}

.list-text-active,
.list-text-active2,
.list-text-active3,
.list-text-active4,
.list-text-active5,
.list-text-active10 {
  max-height: 200px;
}

.list-img-content img,
.list-img-content3 img,
.list-img-content4 img,
.list-img-content5 img {
  max-width: 100%;
}

.list-img-area {
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 12px;
}

.list-img-content,
.list-img-content3,
.list-img-content4,
.list-img-content5 {
  overflow: hidden;
  height: 0;
}

.gridArea {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gridImg {
  opacity: 0;
  width: 130px;
  margin: 20px;
}

.is-activeImg {
  animation: fadeInImg 0.5s linear;
  animation-fill-mode: forwards;
}

@keyframes fadeInImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.appear01 {
  animation-delay: 0.1s;
}

.appear02 {
  animation-delay: 0.2s;
}

.appear03 {
  animation-delay: 0.3s;
}

.appear04 {
  animation-delay: 0.4s;
}

.appear05 {
  animation-delay: 0.5s;
}

.appear06 {
  animation-delay: 0.6s;
}

/* ------------ スクロールスライドイン ----------------------- */
.slideToLeftArea {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateX(16px);
  z-index: 0;
}

.is-activeToLeft {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.slideToRightArea {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s;
  transform: translateX(-16px);
}

.is-activeToRight {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.slideUpArea {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(16px);
  z-index: 0;
}

.is-activeUp {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.a-white {
  color: white;
}

.a-white:hover {
  color: navy;
}

.joshi1 {
  width: 95px;
  height: 88px;
  margin-right: -72px;
  margin-top: -90px;
}

.lpNavArea {
  display: flex;
  width: 100%;
  height: 72px;
  text-align: center;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font-weight: 600;
}

.lpImg {
  height: 48px;
  background-color: white;
  text-align: left;
}

.lpImg img {
  width: 250px;
  max-width: 100%;
  height: 40px;
  padding-top: 6px;
}

.lpContent {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
  margin-left: auto;
  /* height: 48px;
    line-height: 48px; */
}

.lpNavArea .jimusho {
  height: 20px;
  font-size: 12px;
}

.redBtn {
  color: white;
  /* background: transparent linear-gradient(90deg, #ff2079 0%, #fc65c2 100%) 0% 0% no-repeat padding-box; */
  background-color: #fb1370;
  text-decoration: none;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 20px;
}

.redBtn:hover {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}

.spImg {
  display: none;
}

.clickBtn {
  color: white;
}

.sankaku {
  display: inline-block;
  transition: 1s;
}

.clickBtn:hover {
  color: white;
}

.clickBtn:hover .sankaku {
  transform: scaleY(-1);
}

.contactArea {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 24px 0;
  color: white;
  background-color: #2d83de;
}

.mobile-br {
  display: none;
}

.yokuaruArea {
  padding: 0 16px;
  max-width: 800px;
  margin: 0 auto;
}

.qa-1 {
  max-width: 800px;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.qa-1 summary::-webkit-details-marker {
  display: none;
}

.queArea {
  padding: 48px 16px;
  max-width: 800px;
  margin: 0 auto;
  color: white;
}

.queTitle {
  padding: 6px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.queFlex {
  display: flex;
  margin-top: 24px;
  padding: 6px 0;
}

.queFlex .right {
  padding-left: 16px;
}

.queImg1 img {
  width: 100px;
}

.queText1 {
  position: relative;
  padding: 6px 8px;
  margin-bottom: 8px;
  color: black;
  background-color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px;
}

.queText1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -14px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.queText2 {
  padding: 6px 8px;
  font-size: 20px;
  font-weight: 600;
}

.quebr {
  display: none;
}

.ansArea {
  padding: 0 16px;
  text-align: center;
  line-height: 1.8;
}

.ansText1 {
  padding: 10px 0;
  font-size: 36px;
  font-weight: 600;
}

.ansText2 {
  font-size: 36px;
  font-weight: 700;
}

.ansArea img {
  width: 35%;
}

.ansText2 .underline1 {
  background: linear-gradient(transparent 60%, #f5ff00 40%);
}

.ansbr {
  display: none;
}

.titleArea1 {
  text-align: center;
  padding: 32px 0;
  font-size: 40px;
  font-weight: 700;
  color: rgb(70, 143, 226);
  border: 1px solid rgb(70, 143, 226);
}

.titleArea2 {
  text-align: center;
}

.titleArea2 .mainTitle {
  font-size: 30px;
  font-weight: 700;
}

.titleArea2 .subTitle {
  font-size: 20px;
  font-weight: 500;
  color: rgb(95, 179, 248);
}

.strengthArea {
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  line-height: 1.7;
}

.strengthArea .left {
  padding-top: 12px;
  max-width: 220px;
}

.strengthArea .left .img1 {
  display: inline-block;
  border: 2px solid;
  border-radius: 100%;
  background-color: white;
}

.strengthArea .left .img1 img {
  width: 100%;
  padding: 15%;
}

.strengthArea .right {
  padding-left: 48px;
  width: 732px;
}

.strengthArea .tit {
  font-size: 24px;
  font-weight: 700;
}

.strengthArea .tit span {
  font-size: 36px;
  color: rgb(70, 143, 226);
}

.strengthArea .txt {
  padding: 16px 0;
}

#strengthSec .sptxt {
  display: none;
}

.strengthbr {
  display: none;
}

.max1100Area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
  line-height: 1.8;
}

.keiribuArea {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.keiribuArea .keyword {
  font-size: 44px;
}

.keiribubr {
  display: none;
}

.officeName {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 3px solid;
}

.officeAddress {
  font-size: 16px;
}

.officeflex {
  padding: 24px 0;
  display: flex;
}

.officeflex .left {
  width: 400px;
}

.officeflex .left img {
  width: 100%;
  border-radius: 16px;
}

.officeflex .right {
  margin-left: 24px;
  width: 400px;
}

.officeflex .right iframe {
  width: 100%;
}

.keiriArea {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.keiriArea span {
  font-size: 36px;
  color: rgb(70, 143, 226);
}

.keiriArea div {
  padding: 12px 0;
}

.keiribr {
  display: none;
}

.firstArea {
  height: 650px;
  background-color: #2d83de;
  color: white;
  line-height: 1.5;
  animation: transscaleX 1s ease;
}

@keyframes transscaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.leftBlock {
  display: inline-block;
  margin-top: 54px;
  line-height: 1.8;
  font-size: 32px;
}

.firstFlexArea {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.firstLeftArea {
  width: 50%;
}

.centerBlock {
  display: inline-block;
  margin-left: auto;
  /* margin-right: auto; */
}

.topBottomBorder {
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  opacity: 0;
  animation: slideIn 0.5s ease-out 1s forwards;
}

.topBorderFont {
  color: white;
  font-size: 32px;
  font-weight: 600;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.firstArea #message0 {
  font-size: 28px;
  color: rgb(255, 255, 0);
}

.firstArea #message1 {
  margin-top: 32px;
  font-size: 28px;
  font-weight: 700;
  opacity: 0;
  animation: slideIn 0.5s ease-out 1.5s forwards;
  color: rgb(255, 255, 0);
}

.firstArea #message2 {
  opacity: 0;
  font-size: 28px;
  font-weight: 700;
  animation: slideIn 0.5s ease-out 2s forwards;
  color: rgb(255, 255, 0);
}

.firstArea #message3 {
  margin-top: 32px;
  opacity: 0;
  font-size: 28px;
  font-weight: 700;
  animation: slideIn 0.5s ease-out 2.5s forwards;
  color: white;
}

.firstArea #message4 {
  margin-top: 32px;
  opacity: 0;
  font-size: 28px;
  font-weight: 700;
  animation: slideIn 0.5s ease-out 3s forwards;
  color: white;
}

.firstArea #message5 {
  margin-top: 32px;
  opacity: 0;
  font-size: 28px;
  font-weight: 700;
  animation: slideIn 0.5s ease-out 3.5s forwards;
  color: white;
}

#kaikeiJimusho {
  opacity: 0;
  animation: slideIn 0.5s ease-out 3s forwards;
}

.firstMiddleFont {
  font-size: 32px;
  font-weight: 700;
}

.firstRightArea {
  width: 600px;
}

.firstRightInner {
  width: 100%;
  height: 100%;
  position: relative;
}

#firstCircle1 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 24px;
  left: 48px;
  padding-top: 10px;
  background-color: white;
  border-radius: 100%;
  color: #2d83de;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  animation: zoomUp 1s ease 3.5s forwards;
}

@keyframes zoomUp {
  0% {
    scale: 0;
    opacity: 0;
  }

  100% {
    scale: 1;
    opacity: 1;
  }
}

#firstCircle2 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 24px;
  left: 400px;
  padding-top: 30px;
  background-color: white;
  border-radius: 100%;
  color: #2d83de;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  animation: zoomUp 1s ease 4s forwards;
}

.firstCircleImg {
  width: 108px;
}

#meetingArea {
  position: absolute;
  top: 180px;
  left: 25px;
}

.meetingImg {
  width: 550px;
}

.sentence1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: rgb(80, 134, 235);
}

.sentence2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: black;
}

.sentence3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #6495ed;
}

.sentence4 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.threeArea .numbers {
  height: 72px;
}

.threeArea .threeTitle {
  padding-left: 16px;
}

.threeTitle .tit {
  font-size: 32px;
  font-weight: 700;
}

.threeTitle .sub {
  font-size: 14px;
  font-weight: 700;
  color: #6495ed;
}

.service {
  font-size: 36px;
  font-weight: 700;
}

.inservice {
  font-size: 24px;
  font-weight: 700;
}

.plus {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.orangeLink {
  padding: 6px 12px;
  color: white;
  font-weight: 700;
  background: transparent linear-gradient(90deg, #fd7400 0%, #ffbb00 100%) 0% 0% no-repeat padding-box;
  text-decoration: none;
  border-radius: 24px;
}

.orangeLink:hover {
  opacity: 0.8;
}

.planTableArea {
  overflow-x: auto;
  margin-left: 16px;
  margin-right: 16px;
}

#planTable {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  table-layout: fixed;
  border: 1px solid rgb(240, 240, 240);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

#planTable .tableHeader th {
  font-weight: 600;
  color: white;
}

#planTable tr {
  height: 64px;
  border: 1px solid rgb(240, 240, 240);
}

#planTable .tableBody th {
  font-weight: 00;
  background-color: rgb(240, 240, 240);
}

.tableWarning {
  max-width: 1100px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  color: #2d58b4;
  font-size: 14px;
}

/* ---------- スライダー --------------- */

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

/* 枠の色を変更する */
.splide .splide__arrow {
  background: #7ca1ff;
  opacity: 1;
}
/* 矢印の色を変更する */
.splide .splide__arrow svg {
  fill: white;
}

/* 枠のサイズを変更する */
.splide .splide__arrow {
  width: 40px;
  height: 40px;
}
/* 矢印のサイズを変更する */
.splide .splide__arrow svg {
  width: 60%;
  height: 60%;
}

.splide img {
  position: relative;
}

.splide .stnameArea {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  /* width: 100%; */
  background-color: white;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.splide__slide {
  overflow: hidden;
  box-shadow: 10px 10px 15px -10px;
  border-radius: 16px;
}

.splide__slide #hayashiimg:hover img {
  transform: scale(1.1);
}

.splide__slide #hayashiimg img {
  transition: all 0.3s ease-in-out;
}

/* 非アクティブなページネーションの透過率を上げる */
.splide .splide__pagination__page {
  opacity: 0.4;
}

/* アクティブなページネーションの透過を無効にする */
.splide .splide__pagination__page.is-active {
  background: rgb(171, 204, 248);
  opacity: 1;
}

/*ページネーションの位置調整 */
.splide .splide__pagination {
  bottom: -2em;
}

.lpfootArea {
  display: none;
  width: 100%;
  height: 48px;
  text-align: center;
  align-items: center;
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  font-weight: 600;
}

.lpfootArea > div {
  width: 50%;
}

.navArea2 {
  display: none;
  width: 0;
  height: 48px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
}

.nav2Img {
  width: 34%;
  height: 48px;
  text-align: center;
  background-color: white;
}

.nav2Img img {
  width: 250px;
  /* max-width: 100%; */
  height: 40px;
  padding-top: 6px;
}

.menu-btn {
  position: fixed;
  top: 0;
  right: 6px;
  display: flex;
  height: 48px;
  width: 48px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: white;
  cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: black;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: white;
}
.menu-content ul {
  /* border: 1px solid; */
  padding: 70px 10px 0;
}
.menu-content ul li {
  /* border-bottom: solid 1px black; */
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: black;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li:hover {
  background-color: rgb(241, 238, 238);
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  /* border-top: solid 2px black; */
  /* border-right: solid 2px black; */
  /* transform: rotate(45deg); */
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s; /*アニメーション設定*/
  overflow-y: scroll;
}

.menu-content::-webkit-scrollbar {
  display: none;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

.nav2sub {
  margin-left: 16px;
}

/* -------------- レスポンシブ対応 -------------------- */

@media screen and (max-width: 1280px) {
  .firstFlexArea {
    max-width: 1100px;
  }

  .firstMiddleFont {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .firstLeftArea {
    /* width: auto; */
  }

  .firstRightArea {
    width: 550px;
  }

  #meetingArea {
    position: absolute;
    /* top: 130px; */
    left: calc((100% - 500px) / 2);
  }

  .meetingImg {
    width: 500px;
  }

  #firstCircle2 {
    left: 340px;
  }
}

@media screen and (max-width: 1068px) {
  .firstFlexArea {
    max-width: 950px;
  }

  .topBorderFont {
    font-size: 30px;
  }

  .firstMiddleFont {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .strengthArea {
    max-width: 800px;
  }

  .strengthArea .left {
    max-width: 150px;
  }

  .strengthArea .right {
    width: 602px;
  }

  .strengthArea .tit {
    font-size: 22px;
  }

  .strengthArea .tit span {
    font-size: 32px;
  }

  .firstArea {
    height: 900px;
  }

  .firstFlexArea {
    display: block;
    width: 100%;
    max-width: auto;
  }

  .firstLeftArea {
    width: 100%;
  }

  .firstRightArea {
    width: 100%;
  }

  .leftBlock {
    width: 430px;
    display: block;
    font-size: 32px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
  }

  .firstArea #message0 {
    font-size: 24px;
  }

  .firstArea #message1 {
    font-size: 24px;
  }

  .firstArea #message2 {
    font-size: 24px;
  }

  .firstArea #message3 {
    font-size: 24px;
  }

  .firstArea #message4 {
    font-size: 24px;
  }

  .firstArea #message5 {
    font-size: 24px;
  }

  #firstCircle1 {
    width: 160px;
    height: 160px;
    left: 16%;
    font-size: 16px;
  }

  .firstCircleImg {
    width: 80px;
  }

  #firstCircle2 {
    width: 160px;
    height: 160px;
    left: calc(100% - 160px - 16%);
    padding-top: 22px;
    font-size: 16px;
  }

  #meetingArea {
    position: absolute;
    top: 130px;
    left: calc((100% - 360px) / 2);
  }

  .meetingImg {
    width: 360px;
  }
}

@media screen and (max-width: 920px) {
  .flexArea {
    display: block;
  }

  .flexArea .left {
    width: 100%;
    max-width: 920px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flexArea .left img {
    width: 100%;
  }

  .leftText {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flexArea .right {
    width: 100%;
    max-width: 920px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rightTitle {
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }

  .rightTitle2 {
    font-size: 24px;
  }

  .rightText {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flexArea .right div a {
    color: white;
    border: 2px solid rgb(171, 204, 248);
    border-radius: 12px;
    padding: 8px 36px;
  }

  .relative {
    position: static;
  }

  .relative img {
    width: 100%;
    /* max-height: 680px; */
  }

  .relative div {
    position: static;
    width: auto;
    right: auto;
    bottom: auto;
    padding: 32px 0 32px 48px;
    z-index: 1;
  }

  .flex3Area {
    display: block;
  }

  .flex3Area .left {
    width: 100%;
    border-top: 1px solid blue;
    /* padding-top: 64px;
        padding-bottom: 64px; */
  }

  .flex3Area .center {
    width: 100%;
    border-left: none;
    /* padding-top: 64px;
        padding-bottom: 64px; */
  }

  .flex3Area .right {
    width: 100%;
    border-left: none;
    /* padding-top: 64px;
        padding-bottom: 64px; */
  }

  .listSection {
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #b0c4de;
    border-radius: 10px;
  }

  .bordernone {
    border: none;
  }

  .flex-list-area {
    display: inline;
  }

  .flex-list-area2 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-btn,
  .list-btn2,
  .list-btn3,
  .list-btn4,
  .list-btn5,
  .list-btn10 {
    padding: 6px 23px 6px 23px;
    margin-top: 12px;
  }

  .list-text-active,
  .list-text-active3,
  .list-text-active4,
  .list-text-active5 {
    max-height: 0;
  }

  .list-img-area {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }

  .staffImg {
    max-width: 230px;
  }
}

@media screen and (max-width: 880px) {
  .strengthArea .right {
    padding-left: 32px;
  }
}

@media screen and (max-width: 800px) {
  .staffImg {
    max-width: 200px;
  }

  .queImg1 img {
    width: 80px;
  }

  .strengthArea {
    align-items: center;
  }

  .strengthArea .left {
    max-width: 100px;
  }

  .strengthArea .txt {
    display: none;
  }

  #strengthSec .sptxt {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    line-height: 1.7;
  }

  .strengthbr {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  #planTable {
    width: 620px;
    font-size: 14px;
  }

  .tableWarning {
    max-width: 620px;
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 700px) {
  .lpImg img {
    width: 200px;
    height: 32px;
    padding-top: 10px;
  }

  .lpNavArea .jimusho {
    height: 20px;
    font-size: 10px;
  }

  .lpContent {
    display: none;
    margin-right: 4px;
  }

  #telArea {
    display: none;
  }

  .staffFlex3 {
    display: block;
    max-width: 1100px;
  }

  .staffFlex3 .left {
    width: auto;
    margin-left: auto;
  }

  .staffFlex3 .center {
    margin-top: 32px;
    width: auto;
  }

  .staffFlex3 .right {
    margin-top: 32px;
    width: auto;
    margin-right: auto;
  }

  .staffImg {
    max-width: 250px;
  }

  .staffRole {
    padding: 4px 0;
    font-weight: 700;
    line-height: 1.8;
  }

  .lpfootArea {
    display: flex;
  }

  .navArea2 {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .mobile-br {
    display: block; /* 携帯電話の表示でのみ改行を有効にする */
  }

  .redBtn {
    font-size: 14px;
    padding: 6px 8px;
  }

  .area-title {
    padding-bottom: 24px;
  }

  .pcImg {
    display: none;
  }

  .spImg {
    display: inline;
  }

  .queArea {
    padding: 48px 16px;
  }

  .queTitle {
    padding: 6px 0;
    font-size: 24px;
    font-weight: 700;
  }

  .queFlex {
    display: block;
    margin-top: 0;
    padding: 6px 0;
  }

  .queFlex .right {
    padding-left: 0;
  }

  .queImg1 {
    padding: 12px 0;
    text-align: center;
  }

  .queImg1 img {
    width: 100px;
  }

  .queText1 {
    padding: 6px 8px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .queText1::before {
    top: -14px;
    left: 50%;
    margin-left: -20px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }

  .queText2 {
    padding: 6px 8px;
    font-size: 18px;
  }

  .quebr {
    display: block;
  }

  .ansText1 {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
  }

  .ansText2 {
    padding: 10px 0;
    font-size: 28px;
    font-weight: 700;
  }

  .ansText2 .underline1 {
    background: linear-gradient(transparent 60%, #f5ff00 40%);
    font-size: 28px;
  }

  .ansbr {
    display: block;
  }

  .ansArea img {
    width: 80%;
  }

  .keiribuArea {
    font-size: 24px;
  }

  .keiribuArea .keyword {
    font-size: 30px;
  }

  .keiribubr {
    display: block;
  }

  .strengthArea {
    padding: 0 16px;
  }

  .strengthArea .left {
    max-width: 80px;
  }

  .strengthArea .right {
    padding-left: 16px;
  }

  .strengthArea .tit {
    font-size: 20px;
    font-weight: 700;
  }

  .strengthArea .tit span {
    font-size: 24px;
    color: rgb(70, 143, 226);
  }

  #strengthSec .sptxt {
    font-size: 14px;
  }

  .max1100Area {
    padding: 0 16px;
  }

  .officeName {
    font-size: 20px;
  }

  .officeAddress {
    font-size: 14px;
  }

  .officeflex {
    display: block;
  }

  .officeflex .left {
    width: 100%;
    text-align: center;
  }

  .officeflex .left img {
    width: 100%;
    max-width: 360px;
  }

  .officeflex .right {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }

  .officeflex .right iframe {
    width: 100%;
  }

  .keiriArea {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  .keiriArea span {
    font-size: 28px;
    color: rgb(70, 143, 226);
  }

  .keiriArea div {
    padding: 12px 0;
  }

  .keiribr {
    display: block;
  }

  .firstArea {
    height: 760px;
  }
  .leftBlock {
    width: 314px;
    padding-top: 12px;
    line-height: 1.5;
  }

  .topBorderFont {
    font-size: 24px;
    font-weight: 500;
  }

  .firstMiddleFont {
    font-size: 22px;
    font-weight: 500;
  }

  .topBottomBorder {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }

  .firstArea #message0 {
    margin-top: 16px;
    font-size: 20px;
  }

  .firstArea #message1 {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 600;
  }

  .firstArea #message2 {
    margin-top: 16px;
    font-size: 18px;
  }

  .firstArea #message3 {
    margin-top: 32px;
    font-size: 22px;
  }

  .firstArea #message4 {
    margin-top: 16px;
    font-size: 22px;
  }

  .firstArea #message5 {
    margin-top: 16px;
    font-size: 22px;
  }

  #firstCircle1 {
    width: 120px;
    height: 120px;
    top: 24px;
    left: 8%;
    padding-top: 10px;
    border-radius: 100%;
    font-size: 12px;
  }

  .firstCircleImg {
    width: 60px;
  }

  #firstCircle2 {
    width: 120px;
    height: 120px;
    top: 24px;
    left: calc(100% - 120px - 8%);
    padding-top: 20px;
    border-radius: 100%;
    font-size: 12px;
  }

  #meetingArea {
    position: absolute;
    top: 130px;
    left: calc((100% - 320px) / 2);
  }

  .meetingImg {
    width: 320px;
  }

  .titleArea {
    padding: 30px 16px;
  }

  .titleArea1 {
    padding: 30px 0;
    font-size: 24px;
  }

  .titleArea2 .mainTitle {
    font-size: 24px;
  }

  .titleArea2 .subTitle {
    font-size: 18px;
  }

  .service {
    font-size: 28px;
  }

  .inservice {
    font-size: 16px;
  }

  .plus {
    font-size: 28px;
  }

  .sentence1 {
    font-size: 22px;
    line-height: 1.6;
  }

  .sentence2 {
    font-size: 18px;
    line-height: 1.6;
  }

  .sentence3 {
    font-size: 18px;
    line-height: 1.6;
  }

  .sentence4 {
    font-size: 22px;
  }

  .threeArea .numbers {
    height: 60px;
  }

  .threeTitle .tit {
    font-size: 22px;
  }

  .threeTitle .sub {
    font-size: 14px;
  }
}

/* ------------------------------------------------ */
