@charset "UTF-8";

body {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  transition: all 0.2s ease-out;
  background: #fff;
  padding: 15px 20px 0;
}

.header.is-firstview .headerContents {
  background: transparent;
}

.headerContents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 100;
  padding: 0 0 10px 0;
}

.headerContents a:hover {
  opacity: 0.6;
}

.headerLogo {
  width: 180px;
  height: auto;
  animation-duration: 3s;
  animation-timing-function: linear;
  margin: 0;
}

.headerMenu {
  display: flex;
  align-items: center;
}

.headerTel {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}

.headerImage {
  width: 40px;
  height: 40px;
}

.headerTelText {
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

.headerTelInfo {
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
}

.headerTelNumber {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #e50015;
  margin: 0;
  padding: 0;
}

.headerInfo a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  background: #e50015;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 40px;
}

@media screen and (min-width: 1280px) {
  .headerLogo {
    width: 220px;
  }

  .headerImage {
    width: 60px;
    height: 60px;
  }

  .headerTelText {
    width: calc(100% - 60px);
  }

  .headerTelInfo {
    font-size: 18px;
  }

  .headerTelNumber {
    font-size: 32px;
  }

  .headerInfo a {
    font-size: 16px;
    padding: 12px 40px;
  }
}

.part56 {
  pointer-events: auto;
  cursor: pointer;
  margin: 8px;
  border-radius: 48px;
  width: 43px;
  height: 43px;
  font-size: 10px;
  color: #ddd;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 90;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.part56:before {
  width: 1px;
  height: 16px;
  background: #666;
  content: " ";
  top: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.part56:after {
  content: " ";
  top: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.part1083 {
  background: red;
  padding: 50px 20px 30px;
  margin: 0;
}

.part1083_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto 40px;
}

.part1083_info {
  width: 60%;
  display: flex;
}

.part1083_image {
  width: 100px;
}

.part1083_image img {
  width: 100%;
}

.part1083_company {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

.part1083_companyName {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 0;
}

.part1083_address {
  color: #fff;
  font-size: 14px;
  line-break: 1.6;
  margin: 0;
  padding: 0;
}

.part1083_about {
  width: 40%;
}

.part1083_aboutTitle {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 2px solid #fff;
}

.part1083_aboutList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.part1083_aboutList > li {
  margin: 0 0 2px;
}

.part1083_aboutList > li:last-child {
  margin-bottom: 0;
}

.part1083_aboutList > li a {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: underline;
}

.part1083_aboutList > li a:hover {
  color: #fff;
  opacity: 0.6;
}

.part1083_copy {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
}

.part1084 {
  position: relative;
  margin: 71px 0 80px;
  background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/main_bg.png")
    0 -13px/1280px no-repeat;
  overflow: hidden;
}

.part1084_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  box-sizing: border-box;
  position: relative;
}

.part1084_catch {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 100px;
  padding: 0;
  text-align: center;
}

.part1084_catch__line {
  display: inline-block;
  border-bottom: 4px solid #fd9900;
  font-size: 19px;
  margin-left: 10px;
  position: relative;
  top: -4px;
}

.part1084_main {
  display: flex;
  align-items: flex-start;
  max-width: 980px;
  margin: 0 auto;
}

.part1084_main::before {
  content: "";
  position: absolute;
  top: 401px;
  left: -1500px;
  right: -1500px;
  margin: auto;
  background: #fff;
  height: 300px;
  transform: rotate(-7deg);
  transform-origin: center center;
  z-index: 2;
}

.part1084_mainLeft {
  position: relative;
  width: 52%;
  padding-bottom: 40px;
  min-width: 550px;
}

.part1084_title {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 4px;
  font-size: 40px;
  position: relative;
  z-index: 1;
}

.part1084_title p {
  margin: 0;
  padding: 0;
}

.part1084_title p:nth-child(1) {
  margin-bottom: 10px;
}

.part1084_title p:nth-child(2) {
  margin-bottom: 20px;
}

.part1084_title p:nth-child(3) {
  margin-bottom: 0;
}

.part1084_title__middle {
  font-weight: bold;
  font-size: 70px;
  letter-spacing: -6px;
}

.part1084_title__large {
  font-weight: bold;
  font-size: 80px;
  letter-spacing: -6px;
}

.part1084_title__pc_black {
  color: #000;
}

.part1084_mainImage {
  position: absolute;
  bottom: -4.5vw;
  left: 0.8vw;
  margin: auto;
  width: 730px;
}

.part1084_mainImage img {
  width: 100%;
}

.part1084_mainRight {
  position: relative;
  width: 48%;
  z-index: 3;
}

.part1084_list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.part1084_list > li {
  position: relative;
  padding-left: calc(1em + 5px);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 8px;
  color: #fff;
  font-weight: bold;
}

.part1084_list > li > span {
  font-size: 12px;
  display: block;
}

.part1084_list > li:last-child {
  margin-bottom: 0;
}

.part1084_list > li::before {
  content: "";
  background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/icon_check_black.png")
    center center/contain no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.part1084_listImage {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 200px;
}

.part1084_listImage img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110px;
  right: 0;
  margin: auto;
  width: 100%;
}

.part1084_info {
  text-align: center;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  max-width: 800px;
  margin: 0 auto 20px;
}

.part1084_infoText {
  width: 80%;
  text-align: left;
  position: relative;
  z-index: 3;
}

.part1084_infoText_catch {
  background: #ffd922;
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  border-radius: 40px;
  margin: 0 0 15px;
  position: relative;
}

.part1084_infoText_catch:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 15px solid #ffd922;
}

.part1084_infoText_catch > span {
  font-style: italic;
  font-size: 28px;
}

.part1084_infoText_plus {
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0;
}

.part1084_infoText_plus > span {
  font-size: 20px;
}

.part1084_infoText_price {
  color: #eb000e;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  padding: 0;
  letter-spacing: 2px;
}

.part1084_infoText_price__small {
  font-size: 40px;
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.part1084_infoText_price__small__unit {
  font-size: 25px;
}

.part1084_infoText_price__arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 60px;
  height: 2px;
  background: #eb000e;
  top: -1px;
}

.part1084_infoText_price__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #eb000e;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.part1084_infoText_price__large {
  font-size: 80px;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 20px;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff,
    3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
  position: relative;
  top: -10px;
}

.part1084_infoText_price__large__unit {
  font-size: 50px;
}

.part1084_infoText_note {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.part1084_infoImage {
  width: 20%;
  text-align: left;
}

.part1084_infoImage img {
  width: 400px;
  position: relative;
  left: -250px;
}

.part1084_infoLink {
  position: relative;
  display: block;
  text-align: center;
}

.part1084_infoLinkText {
  background: #eb000e;
  padding: 12px 80px;
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
}

.part1084_infoLinkText:hover {
  opacity: 0.6;
}

.part1084 .pc_only {
  display: block;
}

.part1084 .sd_only {
  display: none;
}

@media screen and (min-width: 1240px) {
  .part1084 {
    background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/main_bg.png")
      0 -30.5vw/185vw no-repeat;
    margin-top: 85px;
  }

  .part1084_wrapper {
    max-width: 100%;
    padding: 2.5vw 6vw 2vw;
  }

  .part1084_catch {
    font-size: 2.2vw;
    margin: 0 0 8vw;
  }

  .part1084_catch__line {
    font-size: 1.4vw;
    margin-left: 20px;
    border-bottom-width: 6px;
    top: -6px;
  }

  .part1084_main {
    max-width: 100%;
  }

  .part1084_main::before {
    display: none;
  }

  .part1084_mainLeft {
    padding-bottom: 6vw;
  }

  .part1084_title {
    letter-spacing: 0.2vw;
    font-size: 3vw;
  }

  .part1084_title p:nth-child(1) {
    margin-bottom: 1vw;
  }

  .part1084_title p:nth-child(2) {
    margin-bottom: 1.5vw;
  }

  .part1084_title p:nth-child(3) {
    margin-bottom: 0;
  }

  .part1084_title__middle {
    font-size: 5vw;
    letter-spacing: -1vw;
  }

  .part1084_title__large {
    font-size: 10vw;
    letter-spacing: -1vw;
  }

  .part1084_mainImage {
    bottom: -2.9vw;
    left: -3.2vw;
    width: 65vw;
  }

  .part1084_list > li {
    font-size: 1.6vw;
    letter-spacing: 1px;
    margin: 0 0 0.5vw;
    padding-left: calc(1.5em + 10px);
  }

  .part1084_list > li > span {
    font-size: 0.8vw;
  }

  .part1084_list > li:last-child {
    margin-bottom: 0;
  }

  .part1084_list > li::before {
    width: 1.5em;
    height: 1.5em;
  }

  .part1084_listImage {
    top: 9vw;
    right: 60px;
    width: 18vw;
  }

  .part1084_listImage img {
    left: 5vw;
  }

  .part1084_info {
    max-width: 60vw;
    margin: 0 auto 2vw;
  }

  .part1084_infoText {
    width: 80%;
  }

  .part1084_infoText_catch {
    padding: 0.4vw 3vw;
    font-size: 1.6vw;
    border-radius: 20vw;
    margin: 0 0 1.4vw;
  }

  .part1084_infoText_catch > span {
    font-size: 2vw;
  }

  .part1084_infoText_plus {
    font-size: 3vw;
    margin: 0 0 2vw;
  }

  .part1084_infoText_plus > span {
    font-size: 2vw;
  }

  .part1084_infoText_price {
    margin: 0 0 0.5vw;
  }

  .part1084_infoText_price__small {
    font-size: 3vw;
    margin: 0 1.4vw 0 0;
  }

  .part1084_infoText_price__small__unit {
    font-size: 2vw;
  }

  .part1084_infoText_price__large {
    font-size: 5.5vw;
    margin: 0 0 0 1.4vw;
    top: -0.6vw;
  }

  .part1084_infoText_price__large__unit {
    font-size: 3.8vw;
  }

  .part1084_infoText_note {
    font-size: 0.8vw;
  }

  .part1084_infoImage img {
    width: 28vw;
    left: -18vw;
  }

  .part1084_infoLinkText {
    font-size: 1.8vw;
    border-radius: 40vw;
  }
}

.part1085 {
  margin: 0 auto 120px;
  max-width: 830px;
  text-align: center;
  padding: 0 40px;
}

.part1085_title {
  color: #2251a6;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 70px;
  padding: 0 0 10px;
  text-align: center;
}

.part1085_title > span {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.part1085_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0 0 40px;
}

.part1085_catchImage {
  width: 120px;
}

.part1085_catchImage img {
  width: 100%;
}

.part1085_catchText {
  width: calc(100% - 120px);
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

.part1085_catchText > span {
  font-size: 46px;
  color: #0068b6;
}

.part1085_description {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 80px;
  padding: 0;
}

.part1085_form {
  text-align: left;
}

.part1085_item {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}

.part1085_item:last-of-type {
  margin-bottom: 0;
}

.part1085_item label {
  margin: 0 10px 10px 0;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.part1085_item label:last-of-type {
  margin-right: 0;
}

.part1085_name {
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
}

.part1085_required {
  border-radius: 6px;
  margin-right: 12px;
  padding: 4px 20px;
  display: inline-block;
  text-align: center;
  background: #e11616;
  color: #fff;
  font-size: 16px;
}

.part1085_input {
  border-radius: 4px !important;
  border: 1px solid #000 !important;
  padding: 0 1em !important;
  height: calc(1em + 30px);
  flex: 1;
  width: 100% !important;
  background: #f2f2f2;
  font-size: 18px;
  box-sizing: border-box;
}

.part1085_input:disabled {
  background: #eee;
  opacity: 0.4;
}

.part1085 input[type="radio"] {
  margin: 0 2px 0 0;
}

.part1085 input[type="checkbox"] {
  margin: 0 2px 0 0;
}

.part1085_textArea {
  border-radius: 4px !important;
  border: 1px solid #000;
  padding: 0 1em;
  height: 500px;
  flex: 1;
  width: 100% !important;
  background: #f2f2f2;
  font-size: 18px;
  box-sizing: border-box;
}

.part1085_formButton {
  border-radius: 40px;
  margin: 80px auto 0;
  padding: 20px 80px;
  display: block;
  background: #0068b6;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.part1085_formButton:hover {
  opacity: 0.6;
}

.part1086 {
  background: #f3f3f3;
  padding: 100px 0;
}

.part1086_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.part1086_title {
  color: #2251a6;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 110px;
  padding: 0 0 10px;
  text-align: center;
}

.part1086_title > span {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.part1086_list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: flex;
}

.part1086_list > li {
  border: 2px solid #015aaa;
  border-radius: 10px;
  background: #fff;
  margin: 0 40px 0 0;
  width: calc((100% - 80px) / 3);
  box-sizing: border-box;
  padding: 70px 40px 40px;
  position: relative;
}

.part1086_list > li:last-child {
  margin-right: 0;
}

.part1086_number {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background: #0268b7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  text-align: center;
}

.part1086_number span {
  font-size: 50px;
  font-weight: bold;
  display: block;
  width: 100%;
  letter-spacing: -2px;
}

.part1086_catch {
  color: #2251a6;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
}

.part1086_catch > span {
  font-size: 40px;
}

.part1086_catch03 {
  color: #2251a6;
  text-align: left;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.part1086_catch03__right > span {
  line-height: 1;
}

.part1086_catch03__right > span:nth-child(1) {
  font-size: 50px;
  position: relative;
  top: 6px;
}

.part1086_catch03__right > span:nth-child(2) {
  font-size: 90px;
  position: relative;
  top: 8px;
}

.part1086_catch03__widthWiddleSizeOnnly {
  display: block;
}

.part1086_description {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
  .part1086_list > li {
    padding: 70px 20px 20px;
  }

  .part1086_catch {
    font-size: 25px;
    display: inline-block;
    margin: 0 0 10px;
    text-align: left;
  }

  .part1086_catch > span {
    font-size: 25px;
    display: inline;
  }

  .part1086_catch__widthWiddleSizeOnnly {
    display: none;
  }

  .part1086_catch03 {
    display: inline-block;
    font-size: 25px;
    margin: 0 0 10px;
    text-align: left;
  }

  .part1086_catch03__left {
    display: inline;
  }

  .part1086_catch03__right {
    display: inline;
  }

  .part1086_catch03__right > span {
    display: inline;
  }

  .part1086_catch03__right > span:nth-child(1) {
    font-size: 25px;
    top: auto;
  }

  .part1086_catch03__right > span:nth-child(2) {
    font-size: 30px;
    top: auto;
  }

  .part1086_catch03__widthWiddleSizeOnnly {
    display: none;
  }
}

.part1087 {
  background: #f3f3f3;
  padding: 0 0 100px;
  margin: 0 0 80px;
}

.part1087_list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
}

.part1087_list > li {
  background: #c3def5;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  padding: 40px 60px;
}

.part1087_list > li:last-child {
  margin-bottom: 0;
}

.part1087_list > li:nth-child(2n) {
  flex-direction: row-reverse;
}

.part1087_list > li:nth-child(2n) .part1087_text {
  padding: 0 0 0 60px;
}

.part1087_text {
  width: 55%;
  box-sizing: border-box;
  padding: 0 60px 0 0;
}

.part1087_box {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.part1087_number {
  color: #2251a6;
  font-size: 54px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 15px 0 0;
}

.part1087_title {
  color: #2251a6;
  font-size: 26px;
  font-weight: bold;
}

.part1087_title > span {
  font-size: 34px;
}

.part1087_title03 {
  color: #2251a6;
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.part1087_title03__right > span {
  line-height: 1;
}

.part1087_title03__right > span:nth-child(1) {
  font-size: 32px;
  position: relative;
  top: 1px;
}

.part1087_title03__right > span:nth-child(2) {
  font-size: 50px;
  position: relative;
  top: 2px;
}

.part1087_catch {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 0;
}

.part1087_description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.part1087_image {
  width: 45%;
  background: #fff;
}

.part1087_image img {
  width: 100%;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
  .part1087_title {
    font-size: 24px;
    display: inline-block;
  }

  .part1087_title > span {
    font-size: 24px;
    display: inline;
  }

  .part1087_title__widthWiddleSizeOnnly {
    display: none;
  }

  .part1087_title03 {
    font-size: 24px;
    display: inline-block;
  }

  .part1087_title03__left {
    display: inline;
  }

  .part1087_title03__right {
    display: inline;
  }

  .part1087_title03__right > span {
    line-height: 1.2;
    display: inline;
  }

  .part1087_title03__right > span:nth-child(1) {
    font-size: 24px;
    top: auto;
  }

  .part1087_title03__right > span:nth-child(2) {
    font-size: 28px;
    top: auto;
  }

  .part1087_title03__widthWiddleSizeOnnly {
    display: none;
  }
}

.part1088 {
  background: #f8f8f8;
  padding: 100px 0;
  margin: 0 0 100px;
}

.part1088_wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}

.part1088_title {
  color: #2251a6;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 60px;
  padding: 0 0 10px;
  text-align: center;
}

.part1088_title > span {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.part1088_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.part1088_list > li {
  margin: 0;
  padding: 0 0 80px 150px;
  position: relative;
}

.part1088_list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 49px;
  width: 2px;
  height: 100%;
  background: #094295;
}

.part1088_list > li:nth-child(1) img {
  top: 6px;
  left: 5px;
  width: 65px;
}

.part1088_list > li:nth-child(2) img {
  width: 60px;
}

.part1088_list > li:nth-child(3) img {
  width: 50px;
}

.part1088_list > li:nth-child(4) img {
  width: 45px;
}

.part1088_list > li:last-child {
  padding-bottom: 0;
}

.part1088_list > li:last-child::before {
  display: none;
}

.part1088_list_icon {
  background: #094295;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.part1088_list_icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
}

.part1088_list_title {
  display: flex;
  margin: 0 0 30px;
  padding-top: 23px;
  color: #094295;
}

.part1088_list_step {
  font-size: 24px;
  line-height: 1.6;
  margin: 0 20px 0 0;
  padding: 7px 0 0;
}

.part1088_list_caption {
  font-size: 34px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.part1088_list_description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.part1088_info {
  text-align: center;
  margin: 80px 0 0;
}

.part1088_info a {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  background: #e50015;
  color: #fff;
  display: inline-block;
  padding: 12px 60px;
  border-radius: 40px;
}

.part1088_info a:hover {
  opacity: 0.6;
}

.part1088 .pc_only {
  display: block;
}

.part1088 .sd_only {
  display: none;
}

@media screen and (min-width: 980px) {
  .part1088_list > li {
    padding-left: 250px;
  }
}

.part1089 {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  padding: 60px 40px;
}

.part1089_text {
  width: 65%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}

.part1089_title {
  color: #0068b6;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 3px;
}

.part1089_caption {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 30px;
}

.part1089_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.part1089_check {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 20px 0 0;
  padding: 0 0 0 calc(1em + 6px);
}

.part1089_check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/icon_check_black.png")
    center center/contain no-repeat;
}

.part1089_dateTime {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.part1089_tel {
  position: relative;
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0 calc(1em + 5px);
  color: #e50015;
}

.part1089_tel::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: calc(1em - 8px);
  height: calc(1em - 8px);
  background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/icon_tel_red.png")
    center center/contain no-repeat;
}

.part1089_info {
  text-align: center;
  margin: 18px 0 0;
  position: relative;
}

.part1089_info a {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  background: #e50015;
  color: #fff;
  display: inline-block;
  padding: 12px 60px;
  border-radius: 40px;
  position: relative;
}

.part1089_info a:hover {
  opacity: 0.6;
}

.part1089_image {
  width: 35%;
}

.part1089_image img {
  width: 100%;
  max-width: 240px;
}

.part1089 .pc_only {
  display: block;
}

.part1089 .sd_only {
  display: none;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
  .part1089_title {
    font-size: 40px;
  }

  .part1089_caption {
    font-size: 18px;
  }

  .part1089_check {
    font-size: 14px;
  }

  .part1089_dateTime {
    font-size: 14px;
  }

  .part1089_tel {
    font-size: 38px;
  }
}

.part1090 {
  position: relative;
  padding: 0 40px 100px;
  margin: 0 0 20px;
}

.part1090_title {
  color: #2251a6;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100px;
}

.part1090_wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.part1090_titleDecoration {
  text-align: center;
  padding-bottom: 55px;
}

.part1090_titleDecoration > span {
  background: linear-gradient(to bottom, #1b86d6 0%, #44a1e5 75%);
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 8px 40px 8px 120px;
  font-size: 28px;
  font-weight: bold;
  border-radius: 4px;
}

.part1090_titleDecoration > span .yellow {
  color: #ffe931;
}

.part1090_titleDecoration > span::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  background: #44a1e5;
  width: 33px;
  height: 35px;
}

.part1090_titleDecoration > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/icon_check_orange.png")
    center center/contain no-repeat;
  width: calc(2em + 15px);
  height: calc(2em + 15px);
}

.part1090_service {
  display: flex;
  align-items: flex-start;
}

.part1090_service_list {
  width: 40%;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
}

.part1090_service_list > li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.part1090_service_list > li:last-child {
  margin-bottom: 0;
}

.part1090_service_list_title {
  background: #ffdcb3;
  color: #303030;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px;
  margin: 0;
  border-radius: 8px;
}

.part1090_service_list_description {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 0 20px;
  margin: 0;
}

.part1090_service_column {
  width: 60%;
  background: #f3faff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px 25px;
}

.part1090_service_column_title {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 22px;
  line-height: 1.6;
  color: #0068b6;
}

.part1090_service_column_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 1em;
  background: radial-gradient(
    circle farthest-side,
    #898989,
    #898989 25%,
    transparent 25%,
    transparent
  );
  background-size: 12px;
}

.part1090_service_column_description {
  font-size: 16px;
  line-height: 1.8;
  color: #303030;
  margin: 0;
  padding: 0;
}

.tab_item {
  width: calc((100% - 30px) / 4);
  background: #eee;
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
  color: #666;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 10px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 12px 0;
  cursor: pointer;
}

.tab_item:hover {
  opacity: 0.6;
}

.tab_item:last-of-type {
  margin-right: 0;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border: 3px solid #9dcbff;
  padding: 40px 30px;
}

#service:checked ~ #service_content,
#estate:checked ~ #estate_content,
#medical:checked ~ #medical_content,
#retail:checked ~ #retail_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #9dcbff;
  color: #0068b6;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
  .part1090_title {
    font-size: 32px;
  }

  .part1090_titleDecoration > span {
    font-size: 22px;
  }

  .part1090_wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: 60px;
  }
}

.part1091 {
  position: relative;
  padding: 120px 40px;
  margin: 0;
}

.part1091_wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.part1091_titleDecoration {
  text-align: center;
  padding-bottom: 55px;
}

.part1091_titleDecoration > span {
  background: linear-gradient(to bottom, #1b86d6 0%, #44a1e5 75%);
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 8px 40px 8px 120px;
  font-size: 28px;
  font-weight: bold;
  border-radius: 4px;
}

.part1091_titleDecoration > span .yellow {
  color: #ffe931;
}

.part1091_titleDecoration > span::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  background: #44a1e5;
  width: 33px;
  height: 35px;
}

.part1091_titleDecoration > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/icon_check_orange.png")
    center center/contain no-repeat;
  width: calc(2em + 15px);
  height: calc(2em + 15px);
}

.part1091_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.part1091_list > li {
  width: calc((100% - 80px) / 3);
  margin: 0 40px 40px 0;
  border: 5px solid #def0fd;
}

.part1091_list > li:nth-child(1) {
  margin-left: 40px;
  margin-right: 20px;
}

.part1091_list > li:nth-child(2) {
  margin-left: 20px;
  margin-right: 40px;
}

.part1091_list > li:nth-child(3) {
  margin-left: 40px;
  margin-right: 20px;
}

.part1091_list > li:nth-child(4) {
  margin-left: 20px;
  margin-right: 40px;
}

.part1091_list > li:nth-child(7) {
  margin-right: 0;
}

.part1091_list > li:nth-child(10) {
  margin-right: 0;
}

.part1091_listWrapper {
  padding: 20px;
}

.part1091_name {
  color: #2453a7;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  min-height: 3.5em;
  margin: 0;
  padding: 0;
}

.part1091_image {
  width: 100%;
  max-width: 180px;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
  .part1091_titleDecoration > span {
    font-size: 22px;
  }

  .part1091_wrapper {
    padding: 0;
    margin-left: 60px;
  }
}

.part1092 {
  position: relative;
  padding: 120px 40px;
  margin: 0;
  background: #f3faff;
}

.part1092_title {
  color: #2251a6;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 120px;
  left: 100px;
}

.part1092_wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.part1092_titleDecoration {
  text-align: center;
  padding-bottom: 55px;
}

.part1092_titleDecoration > span {
  background: linear-gradient(to bottom, #1b86d6 0%, #44a1e5 75%);
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 8px 40px 8px 120px;
  font-size: 28px;
  font-weight: bold;
  border-radius: 4px;
}

.part1092_titleDecoration > span .yellow {
  color: #ffe931;
}

.part1092_titleDecoration > span::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  background: #44a1e5;
  width: 33px;
  height: 35px;
}

.part1092_titleDecoration > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/icon_check_orange.png")
    center center/contain no-repeat;
  width: calc(2em + 15px);
  height: calc(2em + 15px);
}

.part1092_description {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 40px;
  padding: 0;
  color: #303030;
}

.part1092_listTop {
  background: #fff;
  padding: 60px 40px;
  display: flex;
  list-style: none;
  margin: 0 auto 40px;
  width: calc(100% - 80px);
}

.part1092_listTop > li {
  margin: 0 20px 0 0;
}

.part1092_listTop > li:last-child {
  margin-right: 0;
}

.part1092_listTop_title {
  background: #1d354f;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 8px 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 20px;
}

.part1092_listTop_list {
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
  list-style: none;
  padding: 0;
}

.part1092_listTop_list_image {
  width: 20%;
}

.part1092_listTop_list_text {
  width: 80%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

.part1092_listTop_list_heading {
  color: #2453a7;
  background: #f2f2f2;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 4px 10px;
}

.part1092_listTop_list_subheading {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 0;
}

.part1092_listTop_list_price {
  display: flex;
  align-items: flex-end;
}

.part1092_listTop_list_price_monthly {
  width: 1em;
  color: #ff6800;
  font-weight: bold;
  border: 2px solid #ff6800;
  padding: 8px 15px 8px 3px;
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  margin: 0 10px 0 0;
}

.part1092_listTop_list_price_text {
  color: #ff6800;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

.part1092_listTop_list_price_text__large {
  font-size: 70px;
}

.part1092_listTop_list_price_text__middle {
  font-size: 50px;
}

.part1092_listTop_list_price_text__small {
  font-size: 18px;
}

.part1092_listTop_image {
  width: 100%;
  margin: 0 0 15px;
}

.part1092_listTop_notes {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.part1092_listTop_notes > li {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 3px;
}

.part1092_listTop_notes > li:last-child {
  margin-bottom: 0;
}

.part1092_listTop_bottomContents {
  background: #e2effd;
  padding: 20px 20px;
  text-align: center;
}

.part1092_listTop_bottomContents_title {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 5px;
  padding: 0;
  font-weight: bold;
  color: #303030;
}

.part1092_listTop_bottomContents_description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #303030;
}

.part1092_listBottom {
  display: flex;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.part1092_listBottom > li {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 0 0;
  padding: 0 0 100px;
  position: relative;
}

.part1092_listBottom > li:last-child {
  margin-right: 0;
}

.part1092_listBottom_title {
  background: #6ca1e0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 6px 10px;
  text-align: center;
}

.part1092_listBottom_main {
  background: #fff;
  display: flex;
  align-items: flex-start;
  padding: 30px 20px;
  margin: 0 0 15px;
}

.part1092_listBottom_main_image {
  width: 20%;
}

.part1092_listBottom_main_box {
  width: 80%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

.part1092_listBottom_main_heading {
  font-size: 15px;
  color: #2453a7;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
  text-align: center;
}

.part1092_listBottom_main_subheading {
  font-size: 14px;
  color: #323232;
  line-height: 1.6;
  margin: 0 0 8px;
  padding: 0;
  min-height: 1.5em;
}

.part1092_listBottom_main_price {
  display: flex;
  align-items: flex-end;
}

.part1092_listBottom_main_price_monthly {
  width: 1em;
  color: #ff6800;
  font-weight: bold;
  border: 2px solid #ff6800;
  padding: 8px 14px 8px 3px;
  font-size: 11px;
  line-height: 1.2;
  display: inline-block;
  margin: 0 8px 0 0;
}

.part1092_listBottom_main_price_text {
  color: #ff6800;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.part1092_listBottom_main_price_text__large {
  font-size: 50px;
}

.part1092_listBottom_main_price_text__middle {
  font-size: 40px;
}

.part1092_listBottom_main_price_text__small {
  font-size: 12px;
}

.part1092_listBottom_notes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.part1092_listBottom_notes > li {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 8px;
}

.part1092_listBottom_notes > li:last-child {
  margin-bottom: 0;
}

.part1092_listBottom_bottomContents {
  background: #fff;
  padding: 15px;
  text-align: center;
  color: #303030;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.part1092_notes {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.part1092_notes > li {
  box-sizing: border-box;
}

.part1092_notes > li:nth-child(1) {
  width: 40%;
}

.part1092_notes > li:nth-child(2) {
  width: 60%;
  padding: 0 0 0 10px;
}

.part1092_notes_item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.part1092_notes_item > li {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.6;
}

.part1092_notes_item > li:last-child {
  margin-bottom: 0;
}

.part1092 .yellow {
  color: #ffe931;
}

.part1092 .pc_only {
  display: block;
}

.part1092 .sd_only {
  display: none;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
  .part1092_title {
    font-size: 32px;
  }

  .part1092_titleDecoration > span {
    font-size: 22px;
  }

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

  .part1092_titleDecoration {
    margin-left: 60px;
  }

  .part1092_description {
    margin-left: 60px;
  }

  .part1092_listTop {
    width: auto;
    margin-left: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .part1092_listTop_title {
    font-size: 17px;
  }

  .part1092_listTop_list_price_text {
    font-size: 20px;
  }

  .part1092_listTop_list_price_text__large {
    font-size: 40px;
  }

  .part1092_listTop_list_price_text__middle {
    font-size: 20px;
  }

  .part1092_listTop_list_price_text__small {
    font-size: 12px;
  }

  .part1092_listTop_bottomContents {
    padding-left: 10px;
    padding-right: 10px;
  }

  .part1092_listTop_bottomContents_title {
    font-size: 14px;
  }

  .part1092_listTop_bottomContents_description {
    font-size: 14px;
  }

  .part1092_listBottom {
    margin-left: 60px;
    margin-bottom: 20px;
  }

  .part1092_listBottom > li {
    padding-bottom: 70px;
  }

  .part1092_listBottom_title {
    font-size: 15px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .part1092_listBottom_main {
    padding: 10px 5px;
  }

  .part1092_listBottom_main_box {
    padding-left: 0;
  }

  .part1092_listBottom_main_heading {
    font-size: 12px;
  }

  .part1092_listBottom_main_subheading {
    font-size: 12px;
  }

  .part1092_listBottom_main_price_text {
    font-size: 15px;
  }

  .part1092_listBottom_main_price_text__large {
    font-size: 22px;
  }

  .part1092_listBottom_main_price_text__middle {
    font-size: 16px;
  }

  .part1092_listBottom_main_price_text__small {
    font-size: 11px;
  }

  .part1092_listBottom_bottomContents {
    padding: 10px 4px;
    font-size: 12px;
  }

  .part1092_notes {
    margin-left: 60px;
  }
}

.part1100 {
  position: relative;
  padding: 0 40px;
  margin: 0 0 40px;
  overflow: hidden;
}

.part1100_wrapper {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
}

.part1100_title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  color: #2251a6;
  margin: 0 0 40px;
  padding: 0;
}

.part1100_list {
  display: flex;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}

.part1100_list_title {
  font-size: 46px;
  line-height: 1.6;
  font-weight: 900;
  color: #ee3057;
  margin: 0 0 10px;
  padding: 0;
}

.part1100_list_catch {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #2251a6;
  margin: 0 0 30px;
  padding: 0;
}

.part1100_list_price {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px;
  padding: 0;
}

.part1100_list_priceNotes {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 10px;
  padding: 0;
}

.part1100_list_image {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

.part1100_list_caution {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
}

.part1100_text {
  margin-right: 40px;
  width: calc(60% - 40px);
}

.part1100_image {
  margin-right: 0;
  width: 40%;
  position: relative;
}

.part1100_image img {
  position: absolute;
  top: 0;
  left: -40%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 125%;
}

.part1100_link {
  text-align: center;
  padding: 0 20px;
}

.part1100_link a {
  display: inline-block;
  padding: 12px 40px;
  width: 100%;
  max-width: 400px;
  background: #ee3057;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  border-radius: 40px;
}

.part1100_link a:hover {
  opacity: 0.6;
}

.part1100 .pc_only {
  display: block;
}

.part1100 .sd_only {
  display: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.idsp_none {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .header {
    position: fixed;
    padding: 15px 10px 0;
  }

  .header .pc_only {
    display: none;
  }

  .header .sd_only {
    display: inline-block;
  }

  .headerLogo {
    margin: 0;
    width: 120px;
  }

  @-webkit-keyframes "slide" {
    100% {
      right: 0;
    }
  }

  @keyframes "slide" {
    100% {
      right: 0;
    }
  }

  .headerMenu {
    display: block;
  }

  .headerTel {
    display: none;
  }

  .headerInfo a {
    font-size: 12px;
    padding: 12px 18px;
  }

  .part1083 {
    padding: 40px 10px 40px;
  }

  .part1083_wrapper {
    display: block;
    max-width: 100%;
    margin: 0 auto 40px;
  }

  .part1083_info {
    width: auto;
    margin: 0 0 30px;
  }

  .part1083_image {
    width: 60px;
  }

  .part1083_company {
    width: calc(100% - 60px);
  }

  .part1083_about {
    width: auto;
  }

  .part1083_aboutTitle {
    max-width: 200px;
  }

  .part1083_aboutList > li {
    margin: 0 0 5px;
  }

  .part1083_aboutList > li:last-child {
    margin-bottom: 0;
  }

  .part1083_aboutList > li a {
    font-size: 14px;
  }

  .part1084 {
    background: url("https://asset.nexus--notes.com/images/wp-content/uploads/2024/05/main_bg_sd.png")
      0 -414px/900px no-repeat;
    margin: 68px 0 40px;
    padding: 0 10px;
  }

  .part1084_wrapper {
    padding: 30px 0 40px;
  }

  .part1084_catch {
    font-size: 19px;
    margin: 0;
    line-height: 1.6;
    height: 3em;
  }

  .part1084_catch__line {
    line-height: 1.2;
    font-size: 14px;
  }

  .part1084_main {
    display: block;
    text-align: center;
  }

  .part1084_main::before {
    display: none;
  }

  .part1084_mainLeft {
    width: auto;
    padding-bottom: 0;
    min-width: 0;
    margin-bottom: 20px;
  }

  .part1084_title {
    letter-spacing: 2px;
    font-size: 26px;
    height: 300px;
    width: 45%;
    min-width: 175px;
    margin: 0 0 0 auto;
    text-align: left;
    position: relative;
    top: 50px;
  }

  .part1084_title p:nth-child(1) {
    margin-bottom: 8px;
  }

  .part1084_title p:nth-child(2) {
    margin-bottom: 8px;
  }

  .part1084_title p:nth-child(3) {
    margin-bottom: 0;
  }

  .part1084_title__middle {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .part1084_title__large {
    font-size: 65px;
    letter-spacing: -2px;
  }

  .part1084_title__pc_black {
    color: #fff;
  }

  .part1084_title__sd_black {
    color: #000;
  }

  .part1084_mainImage {
    bottom: 16px;
    left: -15px;
    right: auto;
    width: 41vw;
    min-width: 250px;
  }

  .part1084_mainRight {
    width: auto;
    padding: 0 145px 0 10px;
    box-sizing: border-box;
  }

  .part1084_mainRight_title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
  }

  .part1084_list {
    text-align: left;
  }

  .part1084_list > li {
    padding-left: calc(1.5em + 3px);
    font-size: 14px;
    letter-spacing: -1px;
    color: #000;
    font-weight: normal;
  }

  .part1084_list > li > span {
    font-size: 11px;
  }

  .part1084_list > li::before {
    width: 1.5em;
    height: 1.5em;
  }

  .part1084_listImage {
    top: 0;
    width: 140px;
    bottom: auto;
  }

  .part1084_listImage img {
    left: 0;
  }

  .part1084_info {
    max-width: 100%;
    margin-bottom: 15px;
    margin: 0 -10px 25px;
  }

  .part1084_infoText {
    width: auto;
    padding-left: 10px;
  }

  .part1084_infoText_catch {
    padding: 8px 25px;
    font-size: 16px;
    margin: 0 0 12px;
  }

  .part1084_infoText_catch > span {
    font-size: 22px;
  }

  .part1084_infoText_plus {
    font-size: 24px;
    margin: 0 0 12px;
  }

  .part1084_infoText_plus > span {
    font-size: 16px;
  }

  .part1084_infoText_price {
    letter-spacing: 1px;
  }

  .part1084_infoText_price__small {
    font-size: 28px;
    margin: 0 10px 0 0;
  }

  .part1084_infoText_price__small__unit {
    font-size: 18px;
  }

  .part1084_infoText_price__arrow {
    width: 30px;
  }

  .part1084_infoText_price__arrow::before {
    width: 8px;
    height: 8px;
  }

  .part1084_infoText_price__large {
    font-size: 38px;
    margin: 0 0 0 10px;
    top: -5px;
  }

  .part1084_infoText_price__large__unit {
    font-size: 28px;
  }

  .part1084_infoText_note {
    font-size: 12px;
  }

  .part1084_infoImage {
    position: absolute;
    right: -24px;
    bottom: -10px;
    width: auto;
  }

  .part1084_infoImage img {
    width: 200px;
    left: auto;
  }

  .part1084_infoLinkText {
    padding: 12px 20px;
    font-size: 18px;
  }

  .part1084 .pc_only {
    display: none;
  }

  .part1084 .sd_only {
    display: block;
  }

  @media screen and (min-width: 500px) and (max-width: 799px) {
    .part1084 {
      background-size: 100vw;
      background-position-y: -24.1vw;
    }

    .part1084_wrapper {
      padding: 5vw 0 40px;
    }

    .part1084_catch {
      font-size: 4vw;
      height: auto;
    }

    .part1084_catch__line {
      font-size: 4vw;
      top: -0.1em;
    }

    .part1084_mainLeft {
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: 7vw;
    }

    .part1084_mainRight_title {
      font-size: 22px;
    }

    .part1084_title {
      font-size: 10vw;
      min-width: 0;
      height: auto;
      top: 7vw;
    }

    .part1084_title p:nth-child(1) {
      margin-bottom: 0.8vw;
    }

    .part1084_title p:nth-child(2) {
      margin-bottom: 0.8vw;
    }

    .part1084_title p:nth-child(3) {
      margin-bottom: 0;
    }

    .part1084_title__middle {
      font-size: 10vw;
    }

    .part1084_title__large {
      font-size: 16vw;
    }

    .part1084_mainImage {
      width: 48vw;
      position: static;
      min-width: 0;
    }

    .part1084_list > li {
      font-size: 16px;
    }

    .part1084_list > li > span {
      font-size: 12px;
    }

    .part1084_listImage {
      width: 20vw;
    }

    .part1084_info {
      max-width: 500px;
      margin: 0 auto 35px;
    }

    .part1084_infoText_catch {
      font-size: 22px;
    }

    .part1084_infoText_catch > span {
      font-size: 24px;
    }

    .part1084_infoText_plus {
      font-size: 26px;
    }

    .part1084_infoText_plus > span {
      font-size: 22px;
    }

    .part1084_infoText_price__small {
      font-size: 34px;
    }

    .part1084_infoText_price__small__unit {
      font-size: 24px;
    }

    .part1084_infoText_price__large {
      font-size: 44px;
    }

    .part1084_infoText_price__large__unit {
      font-size: 34px;
    }

    .part1084_infoImage {
      right: 0;
    }

    .part1084_infoImage img {
      width: 250px;
    }

    .part1084_infoLinkText {
      font-size: 22px;
    }
  }

  .part1085 {
    margin: 0 auto 80px;
    max-width: 100%;
    padding: 0 10px;
  }

  .part1085_title {
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0;
  }

  .part1085_catch {
    margin: 0 0 20px;
  }

  .part1085_catchImage {
    width: 80px;
  }

  .part1085_catchText {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
    font-size: 16px;
  }

  .part1085_catchText > span {
    font-size: 28px;
  }

  .part1085_description {
    font-size: 16px;
    margin: 0 0 30px;
  }

  .part1085_item {
    margin: 0 0 20px;
  }

  .part1085_item:last-of-type {
    margin-bottom: 0;
  }

  .part1085_item label {
    margin: 0 5px 5px 0;
    font-size: 14px;
  }

  .part1085_item label:last-of-type {
    margin-right: 0;
  }

  .part1085_name {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .part1085_required {
    margin-right: 6px;
    padding: 2px 12px;
    font-size: 14px;
  }

  .part1085_input {
    height: calc(1em + 20px);
    font-size: 16px;
  }

  .part1085 input[type="text"] {
    font-size: 16px;
  }

  .part1085 textarea {
    font-size: 16px;
  }

  .part1085_textArea {
    height: 200px;
    font-size: 16px;
  }

  .part1085_formButton {
    margin: 40px auto 0;
    padding: 12px 40px;
    font-size: 16px;
  }

  .part1086 {
    padding: 60px 10px;
  }

  .part1086_wrapper {
    padding: 0;
  }

  .part1086_title {
    font-size: 28px;
    margin: 0 0 50px;
    padding: 0;
  }

  .part1086_list {
    display: block;
    justify-content: center;
    margin: 50px 0 0;
  }

  .part1086_list > li {
    margin: 0 0 40px 0;
    width: auto;
    padding: 60px 15px 30px;
  }

  .part1086_list > li:nth-child(1) {
    margin: 0 0 40px 0;
  }

  .part1086_list > li:last-child {
    margin: 0;
  }

  .part1086_number {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }

  .part1086_number span {
    font-size: 30px;
    letter-spacing: 0;
  }

  .part1086_catch {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .part1086_catch__widthWiddleSizeOnnly {
    display: none;
  }

  .part1086_catch > span {
    font-size: 30px;
  }

  .part1086_catch03 {
    font-size: 20px;
    margin: -30px 0 20px;
  }

  .part1086_catch03__right > span {
    line-height: 1.2;
  }

  .part1086_catch03__right > span:nth-child(1) {
    font-size: 20px;
    top: 8px;
  }

  .part1086_catch03__right > span:nth-child(2) {
    font-size: 50px;
    top: 10px;
  }

  .part1086_catch03__widthWiddleSizeOnnly {
    display: none;
  }

  .part1086_description {
    font-size: 14px;
  }

  .part1087 {
    padding: 0 10px 60px;
    margin: 0 0 40px;
  }

  .part1087_list {
    padding: 0;
  }

  .part1087_list > li {
    margin: 0 0 20px;
    padding: 20px 15px 40px;
    display: block;
  }

  .part1087_list > li:last-child {
    margin-bottom: 0;
  }

  .part1087_list > li:nth-child(2n) .part1087_text {
    padding: 0;
  }

  .part1087_text {
    width: auto;
    padding: 0;
  }

  .part1087_box {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }

  .part1087_number {
    font-size: 40px;
    margin: 0 10px 0 0;
  }

  .part1087_title {
    font-size: 22px;
  }

  .part1087_title > span {
    font-size: 30px;
  }

  .part1087_title03 {
    font-size: 22px;
  }

  .part1087_title03__right > span:nth-child(1) {
    font-size: 30px;
    top: 1px;
  }

  .part1087_title03__right > span:nth-child(2) {
    font-size: 40px;
    top: 2px;
  }

  .part1087_catch {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .part1087_description {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .part1087_image {
    width: auto;
  }

  .part1088 {
    padding: 60px 0;
    margin: 0 0 60px;
  }

  .part1088_wrapper {
    padding: 0 10px;
  }

  .part1088_title {
    font-size: 28px;
    margin: 0 0 40px;
    padding: 0;
  }

  .part1088_list > li {
    padding: 0 0 40px 50px;
  }

  .part1088_list > li::before {
    width: 1px;
    left: 19px;
  }

  .part1088_list > li:nth-child(1) img {
    top: 2px;
    left: 3px;
    width: 25px;
    padding: 0;
  }

  .part1088_list > li:nth-child(2) img {
    width: 24px;
    padding: 0;
  }

  .part1088_list > li:nth-child(3) img {
    width: 24px;
    padding: 0;
  }

  .part1088_list > li:nth-child(4) img {
    width: 22px;
    padding: 0;
  }

  .part1088_list > li:last-child {
    padding-bottom: 0;
  }

  .part1088_list_icon {
    width: 40px;
    height: 40px;
  }

  .part1088_list_title {
    margin: 0 0 20px;
    padding-top: 7px;
  }

  .part1088_list_step {
    font-size: 15px;
    margin: 0 10px 0 0;
    padding: 2px 0 0;
  }

  .part1088_list_caption {
    font-size: 18px;
  }

  .part1088_list_description {
    font-size: 14px;
  }

  .part1088_info {
    margin: 40px 0 0;
  }

  .part1088_info a {
    font-size: 15px;
    padding: 12px 30px;
  }

  .part1088 .pc_only {
    display: none;
  }

  .part1088 .sd_only {
    display: block;
  }

  .part1089 {
    padding: 30px 10px;
    display: block;
  }

  .part1089_text {
    width: auto;
    padding: 0;
  }

  .part1089_title {
    font-size: 34px;
    margin: 0;
  }

  .part1089_caption {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .part1089_check {
    font-size: 16px;
    margin: 0 8px 0 0;
  }

  .part1089_dateTime {
    font-size: 16px;
  }

  .part1089_tel {
    font-size: 32px;
    padding-left: 1em;
  }

  .part1089_tel::before {
    top: 3px;
  }

  .part1089_info {
    margin: 15px 0 0;
  }

  .part1089_info a {
    font-size: 15px;
    padding: 12px 85px;
  }

  .part1089_infoImage {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 58px;
  }

  .part1089_image {
    display: none;
  }

  .part1089 .pc_only {
    display: none;
  }

  .part1089 .sd_only {
    display: block;
  }

  .part1090 {
    padding: 0 10px;
    margin: 0 0 60px;
  }

  .part1090::before {
    display: none;
  }

  .part1090_title {
    font-size: 28px;
    margin: 0 0 15px;
    padding: 0;
    position: static;
    text-align: left;
  }

  .part1090_wrapper {
    padding: 0;
  }

  .part1090_titleDecoration {
    padding-bottom: 30px;
  }

  .part1090_titleDecoration > span {
    padding: 8px 30px 8px 80px;
    font-size: 18px;
  }

  .part1090_titleDecoration > span::before {
    bottom: -20px;
    width: 20px;
    height: 20px;
  }

  .part1090_titleDecoration > span::after {
    left: 10px;
  }

  .part1090_service {
    display: block;
  }

  .part1090_service_list {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
  }

  .part1090_service_list > li {
    margin-bottom: 10px;
  }

  .part1090_service_list > li:last-child {
    margin-bottom: 0;
  }

  .part1090_service_list_title {
    font-size: 14px;
    padding: 15px;
  }

  .part1090_service_list_description {
    font-size: 14px;
    padding: 0 0 0 15px;
    margin: 0;
  }

  .part1090_service_column {
    width: auto;
    padding: 20px 15px;
  }

  .part1090_service_column_title {
    margin: 0 0 10px;
    padding: 0 0 15px;
    font-size: 16px;
  }

  .part1090_service_column_description {
    font-size: 14px;
  }

  .tab_item {
    width: calc((100% - 15px) / 4);
    font-size: 12px;
    margin: 0 5px 0 0;
    padding: 8px 0;
  }

  .tab_item:last-of-type {
    margin-right: 0;
  }

  input[name="tab_item"] {
    display: none;
  }

  .tab_content {
    display: none;
    border: 2px solid #9dcbff;
    padding: 20px 10px;
  }

  #service:checked ~ #service_content,
  #estate:checked ~ #estate_content,
  #medical:checked ~ #medical_content,
  #retail:checked ~ #retail_content {
    display: block;
  }

  .part1091 {
    padding: 0 10px;
    margin: 0 0 60px;
  }

  .part1091::before {
    display: none;
  }

  .part1091_wrapper {
    padding: 0;
  }

  .part1091_titleDecoration {
    padding-bottom: 30px;
  }

  .part1091_titleDecoration > span {
    padding: 8px 30px 8px 80px;
    font-size: 18px;
  }

  .part1091_titleDecoration > span::before {
    bottom: -20px;
    width: 20px;
    height: 20px;
  }

  .part1091_titleDecoration > span::after {
    left: 10px;
  }

  .part1091_list > li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
    border: 3px solid #def0fd;
  }

  .part1091_list > li:nth-child(1) {
    margin-left: 0;
    margin-right: 10px;
  }

  .part1091_list > li:nth-child(2) {
    margin-left: 0;
    margin-right: 10px;
  }

  .part1091_list > li:nth-child(3) {
    margin-left: 0;
    margin-right: 10px;
  }

  .part1091_list > li:nth-child(4) {
    margin-left: 0;
    margin-right: 10px;
  }

  .part1091_list > li:nth-child(7) {
    margin-right: 10px;
  }

  .part1091_list > li:nth-child(10) {
    margin-right: 10px;
  }

  .part1091_list > li:nth-child(2n) {
    margin-right: 0;
  }

  .part1091_listWrapper {
    padding: 10px;
  }

  .part1091_name {
    font-size: 16px;
  }

  .part1091_image {
    max-width: 140px;
  }

  .part1092 {
    padding: 60px 10px 60px;
    margin: 0 0 60px;
  }

  .part1092::before {
    display: none;
  }

  .part1092_title {
    font-size: 28px;
    margin: 0 0 15px;
    padding: 0;
    position: static;
    text-align: left;
  }

  .part1092_wrapper {
    padding: 0;
  }

  .part1092_titleDecoration {
    padding-bottom: 30px;
  }

  .part1092_titleDecoration > span {
    padding: 8px 30px 8px 80px;
    font-size: 18px;
  }

  .part1092_titleDecoration > span::before {
    bottom: -20px;
    width: 20px;
    height: 20px;
  }

  .part1092_titleDecoration > span::after {
    left: 10px;
  }

  .part1092_description {
    text-align: left;
    font-size: 14px;
    margin: 0 0 20px;
  }

  .part1092_listTop {
    background: transparent;
    padding: 0;
    margin: 0 -10px 20px;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .part1092_listTop > li {
    padding: 30px 20px;
    margin: 0 10px 0 0;
    width: 335px;
    flex-shrink: 0;
    background: #fff;
    white-space: normal;
  }

  .part1092_listTop > li:first-child {
    margin-left: 10px;
  }

  .part1092_listTop > li:last-child {
    margin-right: 0;
  }

  .part1092_listTop_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 8px 8px;
  }

  .part1092_listTop_list {
    margin: 0 0 10px;
  }

  .part1092_listTop_list_heading {
    font-size: 14px;
  }

  .part1092_listTop_list_subheading {
    font-size: 14px;
  }

  .part1092_listTop_list_price_monthly {
    margin: 0 5px 0 0;
  }

  .part1092_listTop_list_price_text {
    font-size: 20px;
  }

  .part1092_listTop_list_price_text__large {
    font-size: 45px;
  }

  .part1092_listTop_list_price_text__middle {
    font-size: 25px;
  }

  .part1092_listTop_list_price_text__small {
    font-size: 12px;
  }

  .part1092_listTop_image {
    margin: 0 0 10px;
  }

  .part1092_listTop_notes {
    margin: 0 0 10px;
  }

  .part1092_listTop_notes > li {
    font-size: 12px;
  }

  .part1092_listTop_bottomContents {
    padding: 20px 10px;
  }

  .part1092_listTop_bottomContents_title {
    font-size: 14px;
  }

  .part1092_listTop_bottomContents_description {
    font-size: 13px;
  }

  .part1092_listBottom {
    margin: 0 -10px 20px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .part1092_listBottom > li {
    flex-shrink: 0;
    width: 280px;
    margin: 0 10px 0 0;
    padding: 0 0 85px;
    white-space: normal;
  }

  .part1092_listBottom > li:first-child {
    margin-left: 10px;
  }

  .part1092_listBottom > li:last-child {
    margin-right: 0;
  }

  .part1092_listBottom_title {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 6px 6px;
  }

  .part1092_listBottom_main {
    padding: 20px 15px;
    margin: 0 0 10px;
  }

  .part1092_listBottom_main_box {
    padding: 0 0 0 5px;
  }

  .part1092_listBottom_main_heading {
    font-size: 14px;
  }

  .part1092_listBottom_main_subheading {
    font-size: 13px;
  }

  .part1092_listBottom_main_price_monthly {
    margin: 0 5px 0 0;
  }

  .part1092_listBottom_main_price_text {
    font-size: 15px;
  }

  .part1092_listBottom_main_price_text__large {
    font-size: 35px;
  }

  .part1092_listBottom_main_price_text__middle {
    font-size: 30px;
  }

  .part1092_listBottom_main_price_text__small {
    font-size: 12px;
  }

  .part1092_listBottom_notes > li {
    font-size: 11px;
    margin: 0 0 4px;
  }

  .part1092_listBottom_notes > li:last-child {
    margin-bottom: 0;
  }

  .part1092_listBottom_bottomContents {
    font-size: 14px;
  }

  .part1092_notes {
    display: block;
  }

  .part1092_notes > li:nth-child(1) {
    width: auto;
  }

  .part1092_notes > li:nth-child(2) {
    width: auto;
    padding: 0;
  }

  .part1092_notes_item {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .part1092_notes_item > li {
    margin: 0 0 5px;
    font-size: 11px;
  }

  .part1092_notes_item > li:last-child {
    margin-bottom: 5px;
  }

  .part1092 .pc_only {
    display: none;
  }

  .part1092 .sd_only {
    display: block;
  }

  .part1100 {
    padding: 0 10px;
    margin: 0 0 20px;
  }

  .part1100_wrapper {
    padding: 0;
  }

  .part1100_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .part1100_list {
    margin-bottom: 40px;
  }

  .part1100_list_title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .part1100_list_catch {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .part1100_list_price {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .part1100_list_priceNotes {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .part1100_list_image {
    max-width: 240px;
    margin-bottom: 10px;
  }

  .part1100_list_caution {
    font-size: 12px;
  }

  .part1100_text {
    margin-right: 20px;
    width: calc(80% - 20px);
  }

  .part1100_image {
    margin-right: 0;
    width: 20%;
  }

  .part1100_image img {
    top: auto;
    left: -150%;
    bottom: 30px;
    width: 250%;
  }

  .part1100_link {
    padding: 0;
  }

  .part1100_link a {
    padding: 10px 60px;
    width: auto;
    max-width: 100%;
    font-size: 15px;
  }

  .part1100 .pc_only {
    display: none;
  }

  .part1100 .sd_only {
    display: block;
  }
}

body {
  margin: 0;
  padding: 0;
}
/*Youtube*/
.youtube_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-color: #e50715;
  flex-direction: column;
}
.youtube_container h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 50px;
  padding: 0 0 10px;
  text-align: center;
  color: #fff;
}
.youtube_section {
  width: 100%;
  max-width: 800px; /* YouTubeの標準的なアスペクト比に合わせて調整 */
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* 角丸を効かせるため */
  /* position: relative; はこの要素には不要になりました */
}

/* YouTubeプレーヤーのコンテナとなるdivのスタイル */
.youtube-player-placeholder {
  position: relative; /* 子要素の絶対配置の基準 */
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 (高さ / 幅 * 100%) */
  height: 0; /* padding-bottomを機能させるために必要 */
  overflow: hidden; /* コンテンツがはみ出さないように */
  cursor: pointer; /* クリック可能であることを示す */
  border-radius: 12px; /* 角丸を適用 */
}

.youtube-player-placeholder img {
  position: absolute; /* 親要素 .youtube-player-placeholder を基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が要素を埋めるように調整 */
  transition: transform 0.3s ease;
  /* border-radius は親要素に移動しました */
}

.youtube-player-placeholder:hover img {
  transform: scale(1.01); /* ホバーで少し拡大 */
}

/* YouTube埋め込みiframeのスタイル */
/* iframeは .youtube-player-placeholder の子要素として挿入されます */
.youtube-player-placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /* border-radius は親要素に移動しました */
}
.youtube_container p {
  color: #fff;
  max-width: 800px;
}

/* レスポンシブ対応 */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .youtube_container {
    padding: 50px 10px;
  }
  .youtube_container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .youtube_section {
    max-width: 100%;
    margin: 0 10px;
  }
}
/*リクルート*/
.recruit-section {
  display: flex;
  justify-content: center;
  align-content: center;
  background: #f8f8f8;
  padding: 100px 0;
  gap: 50px;
}
.recruit-img {
  max-width: 300px;
}
.recruit-img a {
  width: 100%;
}
.recruit-img a:hover {
  opacity: 0.8;
}

.recruit-img img {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .recruit-section {
    flex-direction: column;
    align-items: center;
  }
}
/**sns**/
.sns-icon {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.sns-icon img {
  filter: invert(100%);
  width: 30px;
}
