@charset "UTF-8";
@font-face {
  font-family: 'jk';
  src: url(jk-go-l-1.00/JKG-L_3.ttf);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow: auto;
  height: 100%;
}

body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  background-color: #3AB5FF;
  width: 100%;
  height: auto;
  padding-right: 48px;
  padding-left: 48px;
  margin-bottom: 24px;
  font-family: jk;
  overflow-x: hidden;
}

@media (max-width: 1160px) {
  body {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 700px) {
  body {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 500px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}

.header, main, footer {
  background-color: #3AB5FF;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .header {
    margin-bottom: 0px;
  }
}

/* ページTOPに戻る */
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(-4px, 0) rotate(-5deg);
            transform: translate(-4px, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -3px) rotate(0deg);
            transform: translate(0, -3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-4px, 0) rotate(5deg);
            transform: translate(-4px, 0) rotate(5deg);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(-4px, 0) rotate(-5deg);
            transform: translate(-4px, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -3px) rotate(0deg);
            transform: translate(0, -3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-4px, 0) rotate(5deg);
            transform: translate(-4px, 0) rotate(5deg);
  }
}

.button-top {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 100px;
  height: 100px;
  background-image: url(images/top-image-logo.png);
  background-size: contain;
  background-color: #fff;
  border-radius: 50%;
  /* color: #fff; */
  /* background: #000; */
  padding: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 101;
  cursor: pointer;
  -webkit-animation: buruburu 0.5s infinite linear alternate;
          animation: buruburu 0.5s infinite linear alternate;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 900px) {
  .button-top {
    right: 0;
    bottom: 80px;
    width: 50px;
    height: 50px;
  }
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 75px;
  margin-top: 48px;
}

@media (max-width: 900px) {
  .header-navigation {
    width: 95%;
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .header-navigation {
    width: 100%;
  }
}

.header-logo {
  background-color: #3AB5FF;
  margin-left: 40px;
}

@media (max-width: 900px) {
  .header-logo {
    display: none;
  }
}

.header-logo-tb {
  display: none;
}

@media (max-width: 900px) {
  .header-logo-tb {
    display: block;
    background-color: #3AB5FF;
    margin-left: 20px;
  }
}

@media (max-width: 700px) {
  .header-logo-tb {
    margin-left: 0px;
    margin-right: 20px;
  }
}

@media (max-width: 400px) {
  .header-logo-tb {
    display: none;
  }
}

.header-logo-sp {
  display: none;
}

@media (max-width: 400px) {
  .header-logo-sp {
    display: block;
    background-color: #3AB5FF;
    margin-left: 10px;
  }
}

.header-logo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-list {
  list-style: none;
  margin-right: 40px;
  position: relative;
}

@media (max-width: 900px) {
  .link-list img {
    width: 30px;
    height: 30px;
  }
}

.link-list-twitter-text {
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: -6px;
}

@media (max-width: 900px) {
  .link-list-twitter-text {
    position: absolute;
    left: -16px;
  }
}

@media (max-width: 500px) {
  .link-list-twitter-text {
    font-size: 10px;
    left: -4px;
  }
}

.link-list-line-text {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 900px) {
  .link-list-line-text {
    position: absolute;
    left: -3px;
  }
}

@media (max-width: 500px) {
  .link-list-line-text {
    font-size: 10px;
    left: 4px;
  }
}

.link-list-form-text {
  font-size: 18px;
  margin-top: 4px;
  position: absolute;
  left: -3px;
}

@media (max-width: 900px) {
  .link-list-form-text {
    font-size: 18px;
    margin-top: 2px;
    position: absolute;
    left: -9px;
    top: 30px;
  }
}

@media (max-width: 500px) {
  .link-list-form-text {
    font-size: 10px;
    left: 0px;
  }
}

.size {
  font-size: 3em;
}

@media (max-width: 900px) {
  .size {
    font-size: 2em;
    position: absolute;
    top: -2px;
  }
}

.size-big {
  font-size: 5em;
}

@media (max-width: 900px) {
  .size-big {
    font-size: 3em;
  }
}

.size-big-6 {
  font-size: 4em;
}

@media (max-width: 900px) {
  .size-big-6 {
    font-size: 3em;
  }
}

.main-visual {
  display: inline-block;
  position: relative;
  margin-top: 64px;
  margin-bottom: 40px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  height: auto;
}

@media (max-width: 900px) {
  .main-visual {
    width: 90%;
    margin-left: 5%;
    margin-right: 0%;
  }
}

@media (max-width: 700px) {
  .main-visual {
    margin-top: 128px;
  }
}

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

.line-vertical {
  position: absolute;
  background-color: white;
  width: 7px;
  height: 120%;
  top: 0%;
  right: 30px;
  opacity: 0;
}

@media (max-width: 700px) {
  .line-vertical {
    height: 140%;
    top: -25%;
  }
}

.line-side {
  position: absolute;
  background-color: white;
  width: 110%;
  height: 7px;
  bottom: -10px;
  right: -20px;
  opacity: 0;
}

@media (max-width: 700px) {
  .line-side {
    width: 100%;
    right: 0px;
  }
}

.message-upper, .message-middle, .message-lower {
  position: relative;
  display: inline-block;
  width: 40%;
  height: auto;
  margin-left: 50%;
  opacity: 0;
  text-align: right;
  line-height: 60px;
  color: black;
}

@media (max-width: 1160px) {
  .message-upper, .message-middle, .message-lower {
    line-height: 56px;
    width: 50%;
    margin-left: 40%;
  }
}

@media (max-width: 700px) {
  .message-upper, .message-middle, .message-lower {
    width: 70%;
    margin-left: 10%;
  }
}

.message-upper {
  font-size: 36px;
  padding-top: 20px;
}

@media (max-width: 1160px) {
  .message-upper {
    font-size: 28px;
  }
}

@media (max-width: 700px) {
  .message-upper {
    padding-top: 60px;
  }
}

.message-middle {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1160px) {
  .message-middle {
    font-size: 32px;
  }
}

.message-lower {
  font-size: 68px;
  padding-bottom: 20px;
}

@media (max-width: 1160px) {
  .message-lower {
    font-size: 60px;
  }
}

@media (max-width: 700px) {
  .message-lower {
    padding-bottom: 0px;
  }
}

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

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

.slide-left-1 {
  -webkit-animation: slide-left 0.5s ease-out 0s 1 forwards;
          animation: slide-left 0.5s ease-out 0s 1 forwards;
}

.slide-left-2 {
  -webkit-animation: slide-left 0.5s ease-out 0.3s 1 forwards;
          animation: slide-left 0.5s ease-out 0.3s 1 forwards;
}

.slide-left-3 {
  -webkit-animation: slide-left 0.5s ease-out 0.7s 1 forwards;
          animation: slide-left 0.5s ease-out 0.7s 1 forwards;
}

.slide-left {
  -webkit-animation: slide-left 0.5s ease-out 1.1s 1 forwards;
          animation: slide-left 0.5s ease-out 1.1s 1 forwards;
}

.slide-up {
  -webkit-animation: slide-up 0.5s ease-out 1.4s 1 forwards;
          animation: slide-up 0.5s ease-out 1.4s 1 forwards;
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header-link-logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  z-index: 10;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
}

@media (max-width: 900px) {
  .header-link-logo {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 700px) {
  .header-link-logo {
    gap: 22px;
  }
}

.link-logo-wrapper {
  list-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}

@media (max-width: 900px) {
  .link-logo-wrapper img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.arrow-logo {
  transition: .5s;
  -webkit-transition: .5s;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  cursor: pointer;
  opacity: 0;
}

.arrow-logo:hover {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.arrow-logo-1 {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  cursor: pointer;
}

.arrow-logo-1:hover {
  -webkit-transform: rotateZ(360deg);
          transform: rotateZ(360deg);
}

.header-link-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 150px;
  margin-left: 10%;
  margin-right: 10%;
}

@media (max-width: 900px) {
  .header-link-title {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 80px;
  }
}

@media (max-width: 700px) {
  .header-link-title {
    display: none;
  }
}

.header-link-title-sp {
  display: none;
}

@media (max-width: 700px) {
  .header-link-title-sp {
    display: block;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    margin-bottom: 75px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.header-link-text {
  text-decoration: none;
  color: black;
  text-align: center;
  display: block;
  position: relative;
}

@media (max-width: 700px) {
  .header-link-text {
    display: none;
  }
}

.header-link-text-sp {
  display: none;
}

@media (max-width: 700px) {
  .header-link-text-sp {
    text-decoration: none;
    color: black;
    text-align: center;
    display: block;
    position: relative;
  }
}

.link-text-image {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: #F6E060;
}

@media (max-width: 1160px) {
  .link-text-image {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .link-text-image {
    display: none;
  }
}

.link-text-image-sp {
  display: none;
}

@media (max-width: 700px) {
  .link-text-image-sp {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    color: #F6E060;
  }
}

.section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.section-top-2 {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .section-top-2 {
    margin-top: 80px;
  }
}

.section-top-4 {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .section-top-4 {
    margin-top: 80px;
  }
}

.section-top-6 {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .section-top-6 {
    margin-top: 80px;
  }
}

.section-top-6-2 {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .section-top-6-2 {
    margin-top: 0px;
  }
}

.section-title-image {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: 18px;
  font-size: 30px;
  color: #F6E060;
}

@media (max-width: 1160px) {
  .section-title-image {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .section-title-image {
    font-size: 20px;
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .section-title-image {
    display: none;
  }
}

.section-title-image-sp {
  display: none;
}

@media (max-width: 700px) {
  .section-title-image-sp {
    display: block;
    font-size: 15px;
    margin-top: 16px;
    color: #F6E060;
  }
}

@media (max-width: 400px) {
  .section-title-image-sp {
    font-size: 13px;
  }
}

.section-title-image-2 {
  display: block;
  width: 100%;
  font-size: 30px;
  margin-right: 2px;
  margin-left: 2px;
  color: #F6E060;
}

@media (max-width: 1160px) {
  .section-title-image-2 {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .section-title-image-2 {
    font-size: 20px;
    margin-top: 12px;
  }
}

@media (max-width: 700px) {
  .section-title-image-2 {
    display: none;
  }
}

.section-title-image-2-sp {
  display: none;
}

@media (max-width: 700px) {
  .section-title-image-2-sp {
    display: block;
    font-size: 15px;
    margin-top: 18px;
    margin-left: 0px;
    margin-right: 0px;
    color: #F6E060;
  }
}

@media (max-width: 400px) {
  .section-title-image-2-sp {
    font-size: 13px;
  }
}

.section-title-image-3 {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 30px;
  margin-right: 0px;
  margin-left: 0px;
  color: #F6E060;
}

@media (max-width: 1160px) {
  .section-title-image-3 {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .section-title-image-3 {
    font-size: 20px;
    margin-top: 6px;
  }
}

@media (max-width: 700px) {
  .section-title-image-3 {
    display: none;
  }
}

.section-title-image-3-sp {
  display: none;
}

@media (max-width: 700px) {
  .section-title-image-3-sp {
    display: block;
    font-size: 15px;
    margin-top: 20px;
    padding-left: 2px;
    color: #F6E060;
  }
}

@media (max-width: 400px) {
  .section-title-image-3-sp {
    font-size: 13px;
  }
}

.section-title-image-6 {
  display: block;
  width: 100%;
  font-size: 30px;
  margin-right: 2px;
  margin-left: 2px;
  color: #F6E060;
}

@media (max-width: 1160px) {
  .section-title-image-6 {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .section-title-image-6 {
    font-size: 20px;
    margin-top: 12px;
  }
}

@media (max-width: 700px) {
  .section-title-image-6 {
    font-size: 18px;
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 400px) {
  .section-title-image-6 {
    font-size: 15px;
  }
}

.section-title-image-6-sp {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-top: 16px;
  margin-right: 0px;
  margin-left: 0px;
  color: #F6E060;
}

@media (max-width: 400px) {
  .section-title-image-6-sp {
    font-size: 15px;
  }
}

.section-logo-1 {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .section-logo-1 {
    display: none;
  }
}

.section-logo-1-tb {
  display: none;
}

@media (max-width: 900px) {
  .section-logo-1-tb {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .section-logo-1-tb {
    display: none;
  }
}

.section-logo-1-sp {
  display: none;
}

@media (max-width: 700px) {
  .section-logo-1-sp {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.line {
  height: 15px;
  background-color: white;
  border-radius: 7.5px;
  margin-top: 36px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .line {
    display: none;
  }
}

.line-2 {
  width: 41%;
  height: 16px;
  background-color: white;
  border-radius: 7.5px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 500px) {
  .line-2 {
    height: 8px;
    margin-top: 24px;
  }
}

.line-2-1 {
  display: none;
}

@media (max-width: 700px) {
  .line-2-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 16px;
    background-color: white;
    border-radius: 7.5px;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .line-2-1 {
    margin-top: 22px;
    height: 8px;
  }
}

.line-2-4 {
  display: none;
}

@media (max-width: 700px) {
  .line-2-4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 33%;
    height: 16px;
    background-color: white;
    border-radius: 7.5px;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .line-2-4 {
    height: 8px;
    margin-top: 22px;
  }
}

.line-4 {
  height: 15px;
  background-color: white;
  border-radius: 7.5px;
  width: 66%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .line-4 {
    width: 62%;
  }
}

@media (max-width: 700px) {
  .line-4 {
    display: none;
  }
}

.line-6 {
  height: 15px;
  background-color: white;
  border-radius: 7.5px;
  width: 100%;
  margin-top: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 900px) {
  .line-6 {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .line-6 {
    height: 8px;
    margin-top: 24px;
  }
}

.line-6-sp {
  display: block;
  height: 15px;
  background-color: white;
  border-radius: 7.5px;
  width: 100%;
  margin-top: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 900px) {
  .line-6-sp {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .line-6-sp {
    height: 8px;
    margin-top: 24px;
  }
}

.title-text {
  text-align: center;
  margin-bottom: 40px;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-fade-left {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}

.effect-fade-left.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.carousel {
  width: 700px;
  height: calc(600px * 0.4117);
  position: relative;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .carousel {
    width: 300px;
    height: calc(300px * 0.4117);
  }
}

.carousel-area {
  /* リスト数×リスト幅を計算してwidth指定してもいいが、汎用性を考慮してjQueryで計算代入する */
  width: 8000px;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  .carousel-area .carousel-area {
    width: 2000px;
  }
}

/* object-fitを使用せずに画像トリミングさせるためにbackgroundで指定 */
.carousel-list {
  width: 700px;
  height: calc(700px * 0.4117);
  margin-right: 1300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  list-style: none;
}

@media (max-width: 500px) {
  .carousel-list {
    width: 300px;
    height: calc(300px * 0.4117);
    margin-right: 200px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* スライダー */
.carousel-list:nth-child(1) {
  /* 1枚目のスライドはここです。 */
  /* 年/月/画像の名前（拡張子は.pngで）で交換可能です。　upload/から前は変えないでください。 */
  background-image: url(../../../wp-content/uploads/2026/08/6.png);
}

.carousel-list:nth-child(2) {
  /* 2枚目のスライドはここです。 */
  background-image: url(../../../wp-content/uploads/2026/08/7.png);
}

.carousel-list:nth-child(3) {
  /* 3枚目のスライドはここです。 */
  background-image: url(../../../wp-content/uploads/2021/09/slick-image2.png);
}

.carousel-list:nth-child(4) {
  /* 4枚目のスライドはここです。 */
  background-image: url(../../../wp-content/uploads/2021/09/slick-image2.png);
}

/* clipで非表示指定（スクリーンリーダー対策） */
.carousel-img {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

/*********** スライド送りボタン ***********/
/* 共有パーツ */
.arow-wrap {
  width: 90%;
  height: calc(700px * 0.4117);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 500px) {
  .arow-wrap {
    height: calc(300px * 0.4117);
  }
}

.arrow-btn {
  width: 48px;
  height: 48px;
  background-color: rgba(113, 135, 245, 0.8);
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 500px) {
  .arrow-btn {
    width: 30px;
    height: 30px;
  }
}

.arrow-btn:focus {
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
}

.arrow-btn:hover {
  background-color: #334fd8;
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
}

/* 左 */
.arrow-left {
  position: relative;
}

.arrow-left:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}

/* 右 */
.arrow-right {
  position: relative;
}

.arrow-right:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(135deg);
          transform: translate(-70%, -50%) rotate(135deg);
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: -200px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100px;
  height: 175px;
  z-index: 1;
  background-image: url(images/left.png);
  background-size: contain;
  cursor: pointer;
}

@media (max-width: 1160px) {
  .prev-arrow {
    width: 50px;
    height: 100px;
    left: -100px;
  }
}

@media (max-width: 500px) {
  .prev-arrow {
    width: 20px;
    height: 50px;
    left: -40px;
  }
}

.prev-arrow::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 180px;
  left: -40px;
  width: 180px;
  height: 180px;
  background-image: url(images/slider-covid-19.png);
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 1160px) {
  .prev-arrow::after {
    top: 180px;
    left: -50px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 900px) {
  .prev-arrow::after {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 700px) {
  .prev-arrow::after {
    width: 80px;
    height: 80px;
    top: 90px;
    left: -20px;
  }
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: -200px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100px;
  height: 175px;
  z-index: 1;
  background-image: url(images/right.png);
  background-size: contain;
  cursor: pointer;
}

@media (max-width: 1160px) {
  .next-arrow {
    width: 50px;
    height: 100px;
    right: -100px;
  }
}

@media (max-width: 500px) {
  .next-arrow {
    width: 20px;
    height: 50px;
    right: -40px;
  }
}

.next-arrow::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -170px;
  left: -64px;
  width: 180px;
  height: 180px;
  background-image: url(images/slider-syringe.png);
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 1160px) {
  .next-arrow::after {
    top: -220px;
    left: -50px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 900px) {
  .next-arrow::after {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 700px) {
  .next-arrow::after {
    width: 80px;
    height: 80px;
    top: -100px;
    left: -40px;
  }
}

/*********** ページネーション ***********/
.pagination {
  width: 150px;
  margin: 5% auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pagination-circle {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: rgba(83, 97, 223, 0.3);
}

/* jsでtargetクラスがついたら背景色を変える */
.pagination-circle.target {
  background-color: rgba(83, 97, 223, 0.8);
}

.content-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 22%;
  margin-left: 5%;
  margin-right: 5%;
}

@media (max-width: 1160px) {
  .content-title {
    gap: 26%;
    margin-left: 7%;
    margin-right: 7%;
  }
}

@media (max-width: 900px) {
  .content-title {
    gap: 2%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-box {
  position: relative;
  margin: 2em 0;
  padding-top: 48px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  border: solid 10px #fff;
  border-radius: 26px;
  margin-bottom: 200px;
}

@media (max-width: 900px) {
  .content-box {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 24px;
    padding-bottom: 18px;
  }
}

@media (max-width: 700px) {
  .content-box {
    margin-bottom: 0px;
  }
}

@media (max-width: 500px) {
  .content-box {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.content-box .title-text {
  position: absolute;
  display: inline-block;
  top: -34px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0 4px;
  line-height: 1;
  font-size: 40px;
  background-color: #3AB5FF;
  color: black;
  font-weight: bold;
}

@media (max-width: 1160px) {
  .content-box .title-text {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .content-box .title-text {
    font-size: 32px;
    top: -20px;
  }
}

@media (max-width: 700px) {
  .content-box-2 {
    margin-top: 140px;
  }
}

.box-decoration {
  position: absolute;
  left: -60px;
  top: -50px;
}

@media (max-width: 1160px) {
  .box-decoration {
    width: 100px;
  }
}

@media (max-width: 900px) {
  .box-decoration {
    width: 70px;
    top: -40px;
    left: -45px;
  }
}

@media (max-width: 400px) {
  .box-decoration {
    width: 60px;
    left: -35px;
  }
}

.box-decoration-2 {
  position: absolute;
  right: -60px;
  bottom: -50px;
}

@media (max-width: 1160px) {
  .box-decoration-2 {
    width: 100px;
    right: -50px;
  }
}

@media (max-width: 900px) {
  .box-decoration-2 {
    width: 70px;
    right: -35px;
    bottom: -40px;
  }
}

@media (max-width: 700px) {
  .box-decoration-2 {
    right: auto;
    bottom: -40px;
    left: -35px;
  }
}

@media (max-width: 400px) {
  .box-decoration-2 {
    width: 60px;
  }
}

.box-decoration-3 {
  position: absolute;
  left: -140px;
  top: 0px;
}

@media (max-width: 1160px) {
  .box-decoration-3 {
    width: 100px;
  }
}

@media (max-width: 900px) {
  .box-decoration-3 {
    width: 70px;
    left: -10px;
    top: 80px;
  }
}

@media (max-width: 700px) {
  .box-decoration-3 {
    left: auto;
    right: -20px;
    top: -90px;
  }
}

@media (max-width: 400px) {
  .box-decoration-3 {
    width: 60px;
  }
}

.content {
  width: 80%;
  height: auto;
  border-radius: 24px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

@media (max-width: 900px) {
  .content {
    width: 90%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 40px;
  }
}

.content-2 {
  width: 90%;
  height: auto;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: #3AB5FF;
  position: relative;
  line-height: 1.5;
}

@media (max-width: 1160px) {
  .content-2 {
    padding-left: 24px;
  }
}

@media (max-width: 900px) {
  .content-2 {
    padding-left: 12px;
    width: 95%;
  }
}

@media (max-width: 900px) {
  .content-2 {
    padding-left: 0px;
    width: 70%;
    margin-top: 48px;
  }
}

@media (max-width: 700px) {
  .content-2 {
    width: 86%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
  }
}

.content-6 {
  width: 53%;
  height: auto;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: #3AB5FF;
  position: relative;
}

@media (max-width: 1160px) {
  .content-6 {
    width: 65%;
  }
}

@media (max-width: 700px) {
  .content-6 {
    padding-left: 0px;
    width: 90%;
  }
}

@media (max-width: 500px) {
  .content-6 {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}

.content-6-sp {
  display: block;
  width: 53%;
  height: auto;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33px;
  padding-bottom: 0px;
  background-color: #3AB5FF;
  position: relative;
}

@media (max-width: 1160px) {
  .content-6-sp {
    width: 65%;
  }
}

@media (max-width: 700px) {
  .content-6-sp {
    padding-left: 0px;
    width: 90%;
  }
}

@media (max-width: 500px) {
  .content-6-sp {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}

.content-decoration {
  position: absolute;
  bottom: -120px;
}

@media (max-width: 700px) {
  .content-decoration {
    display: none;
  }
}

.content-decoration-2 {
  position: absolute;
  bottom: -170px;
  right: 0px;
}

@media (max-width: 900px) {
  .content-decoration-2 {
    width: 30%;
  }
}

@media (max-width: 700px) {
  .content-decoration-2 {
    display: none;
  }
}

.content-decoration-2-sp {
  display: none;
}

@media (max-width: 700px) {
  .content-decoration-2-sp {
    display: block;
    position: absolute;
    width: 25%;
    top: -230px;
    right: 0px;
  }
}

.content-decoration-3 {
  position: absolute;
  bottom: -150px;
}

@media (max-width: 900px) {
  .content-decoration-3 {
    width: 40%;
    bottom: -120px;
  }
}

@media (max-width: 700px) {
  .content-decoration-3 {
    display: none;
  }
}

.content-decoration-4 {
  position: absolute;
  top: -80px;
  right: 10px;
}

@media (max-width: 900px) {
  .content-decoration-4 {
    width: 25%;
  }
}

@media (max-width: 700px) {
  .content-decoration-4 {
    display: none;
  }
}

.content-decoration-4-sp {
  display: none;
}

@media (max-width: 700px) {
  .content-decoration-4-sp {
    display: block;
    position: absolute;
    width: 20%;
    top: -200px;
    left: 0px;
  }
}

.content-decoration-5 {
  position: absolute;
  bottom: -60px;
  right: -10px;
}

@media (max-width: 900px) {
  .content-decoration-5 {
    right: 10px;
    width: 20%;
  }
}

@media (max-width: 700px) {
  .content-decoration-5 {
    display: none;
  }
}

.content-decoration-5-sp {
  display: none;
}

@media (max-width: 700px) {
  .content-decoration-5-sp {
    display: block;
    position: absolute;
    top: -120px;
    width: 15%;
  }
}

.section-2-text-1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media (max-width: 1160px) {
  .section-2-text-1 {
    font-size: 22px;
  }
}

.section-2-text-2 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 1160px) {
  .section-2-text-2 {
    font-size: 16px;
  }
}

.section-2-text-3 {
  font-size: 32px;
  text-align: center;
  color: #FF0000;
  line-height: 1.5;
  margin-top: 16px;
}

@media (max-width: 1160px) {
  .section-2-text-3 {
    font-size: 28px;
  }
}

.content-link-wrapper {
  position: relative;
  margin-top: 124px;
  margin-bottom: 0px;
}

@media (max-width: 900px) {
  .content-link-wrapper {
    margin-bottom: 140px;
  }
}

@media (max-width: 700px) {
  .content-link-wrapper {
    margin-bottom: 60px;
  }
}

.content-link-wrapper-3 {
  position: relative;
  margin-top: 104px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .content-link-wrapper-3 {
    margin-bottom: 160px;
  }
}

@media (max-width: 700px) {
  .content-link-wrapper-3 {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}

.content-link-wrapper-4 {
  margin-top: 200px;
}

@media (max-width: 900px) {
  .content-link-wrapper-4 {
    margin-bottom: 160px;
  }
}

@media (max-width: 700px) {
  .content-link-wrapper-4 {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}

.content-link-wrapper-6 {
  position: relative;
  margin-top: 75px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .content-link-wrapper-6 {
    margin-top: 45px;
  }
}

@media (max-width: 500px) {
  .content-link-wrapper-6 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.link-text {
  text-align: center;
  font-size: 23px;
}

@media (max-width: 1160px) {
  .link-text {
    font-size: 19px;
  }
}

@media (max-width: 700px) {
  .link-text {
    font-size: 12px;
  }
}

.logo-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-link-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .content-link-logo {
    display: none;
  }
}

.content-link-logo-tb {
  display: none;
}

@media (max-width: 900px) {
  .content-link-logo-tb {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-wrapper-3 {
  width: 100%;
  height: auto;
}

.section-title-wrapper-3 {
  position: relative;
}

.section-title-fiveline {
  text-align: center;
  font-size: 40px;
  margin-top: 80px;
}

@media (max-width: 1160px) {
  .section-title-fiveline {
    font-size: 36px;
  }
}

@media (max-width: 700px) {
  .section-title-fiveline {
    font-size: 26px;
    margin-top: 132px;
  }
}

@media (max-width: 400px) {
  .section-title-fiveline {
    font-size: 22px;
  }
}

@media (max-width: 365px) {
  .section-title-fiveline {
    font-size: 20px;
  }
}

.content-fiveline-wrapper-upper {
  width: calc(100% - 32px);
  height: auto;
  margin-top: 148px;
  margin-bottom: 148px;
  margin-left: 16px;
  margin-right: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1160px) {
  .content-fiveline-wrapper-upper {
    width: calc(100% - 20px);
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 900px) {
  .content-fiveline-wrapper-upper {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}

@media (max-width: 700px) {
  .content-fiveline-wrapper-upper {
    display: none;
  }
}

.content-fiveline-wrapper-sp {
  display: none;
}

@media (max-width: 700px) {
  .content-fiveline-wrapper-sp {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

.content-fiveline {
  height: auto;
  background-color: #fff;
  padding: 20px;
}

.content-fiveline p {
  text-align: center;
}

.five-line-slide-1 {
  position: relative;
}

.pentagon-image {
  position: relative;
}

.pentagon-image-lower {
  top: -80px;
}

.pentagon {
  width: 200px;
  height: auto;
}

@media (max-width: 1160px) {
  .pentagon {
    width: 150px;
    height: auto;
  }
}

@media (max-width: 900px) {
  .pentagon {
    width: 120px;
    height: auto;
  }
}

@media (max-width: 700px) {
  .pentagon-sp {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 500px) {
  .pentagon-sp {
    width: 175px;
    height: auto;
  }
}

@media (max-width: 400px) {
  .pentagon-sp {
    width: 150px;
  }
}

.pentagon-image-sp {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.pentagon-text {
  position: absolute;
  display: block;
  top: 50%;
  left: 80px;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  font-size: 26px;
  text-align: center;
  color: #4200ff;
}

@media (max-width: 1160px) {
  .pentagon-text {
    font-size: 18px;
    left: 60px;
  }
}

.pentagon-icon {
  position: absolute;
  top: -344px;
  left: -410px;
  width: 300px;
}

@media (max-width: 1160px) {
  .pentagon-icon {
    left: -360px;
    top: -320px;
    width: 250px;
  }
}

@media (max-width: 900px) {
  .pentagon-icon {
    left: -320px;
    top: -230px;
    width: 200px;
  }
}

@media (max-width: 700px) {
  .pentagon-icon {
    display: none;
  }
}

.pentagon-icon-sp {
  display: none;
}

@media (max-width: 700px) {
  .pentagon-icon-sp {
    display: block;
    width: 120px;
    position: absolute;
    top: -75px;
    right: 30px;
  }
}

@media (max-width: 500px) {
  .pentagon-icon-sp {
    right: 10px;
  }
}

.pentagon-icon-1 {
  position: absolute;
  bottom: -220px;
  left: 70px;
}

@media (max-width: 1160px) {
  .pentagon-icon-1 {
    width: 200px;
  }
}

@media (max-width: 900px) {
  .pentagon-icon-1 {
    width: 160px;
    bottom: -120px;
    left: 70px;
  }
}

@media (max-width: 700px) {
  .pentagon-icon-1 {
    display: none;
  }
}

.pentagon-icon-1-sp {
  display: none;
}

@media (max-width: 700px) {
  .pentagon-icon-1-sp {
    display: block;
    position: absolute;
    width: 120px;
    top: 170px;
    left: -120px;
  }
}

.pentagon-icon-5 {
  position: absolute;
  top: -120px;
  left: 50px;
}

@media (max-width: 1160px) {
  .pentagon-icon-5 {
    width: 100px;
  }
}

@media (max-width: 900px) {
  .pentagon-icon-5 {
    width: 70px;
    top: -80px;
    left: 50px;
  }
}

@media (max-width: 700px) {
  .pentagon-icon-5 {
    display: none;
  }
}

.pentagon-icon-5-sp {
  display: none;
}

@media (max-width: 700px) {
  .pentagon-icon-5-sp {
    display: block;
    width: 50px;
    position: absolute;
    left: 200px;
  }
}

@media (max-width: 400px) {
  .pentagon-icon-5-sp {
    left: 150px;
  }
}

.description-wrapper {
  position: absolute;
  height: auto;
  display: block;
  width: 35%;
  right: -3%;
  top: 10px;
}

@media (max-width: 1160px) {
  .description-wrapper {
    width: 30%;
    right: 0%;
  }
}

@media (max-width: 900px) {
  .description-wrapper {
    display: none;
  }
}

.description-wrapper-tb {
  display: none;
}

@media (max-width: 900px) {
  .description-wrapper-tb {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.description {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 1160px) {
  .description {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .description {
    display: none;
  }
}

.description-tb {
  display: none;
}

@media (max-width: 900px) {
  .description-tb {
    display: inline-block;
    text-align: left;
    margin-top: 80px;
    font-weight: 800;
    line-height: 1.5;
    font-size: 16px;
  }
}

.content-title-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
  .content-title-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.title-text-4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.title-text-image {
  width: 100%;
}

@media (max-width: 900px) {
  .title-text-image {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 700px) {
  .title-text-image {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
  }
}

.content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
  .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-wrapper-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-wrapper-sp {
  display: none;
}

@media (max-width: 700px) {
  .content-wrapper-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-wrapper-sp-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-left-text1 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 1160px) {
  .content-left-text1 {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  .content-left-text1 {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .content-left-text1 {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .content-left-text1 {
    font-size: 20px;
  }
}

.content-left-text2 {
  color: #0014FF;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}

@media (max-width: 1160px) {
  .content-left-text2 {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .content-left-text2 {
    font-size: 22px;
  }
}

@media (max-width: 700px) {
  .content-left-text2 {
    font-size: 32px;
  }
}

@media (max-width: 400px) {
  .content-left-text2 {
    font-size: 22px;
  }
}

.content-right-text {
  color: #ffffff;
  font-size: 30px;
  position: relative;
}

@media (max-width: 1160px) {
  .content-right-text {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  .content-right-text {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .content-right-text {
    display: inline-block;
  }
}

@media (max-width: 400px) {
  .content-right-text {
    font-size: 18px;
  }
}

.content-right-text:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}

@media (max-width: 1160px) {
  .content-right-text:before {
    left: -26px;
  }
}

.content-margin-4 {
  margin-top: 286px;
}

@media (max-width: 700px) {
  .content-margin-4 {
    margin-top: 80px;
  }
}

.section-title {
  text-align: center;
}

.content-text-6 {
  font-size: 25px;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 1160px) {
  .content-text-6 {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .content-text-6 {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .content-text-6 {
    display: none;
  }
}

.content-text-6-sp {
  display: none;
}

@media (max-width: 700px) {
  .content-text-6-sp {
    display: block;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 500px) {
  .content-text-6-sp {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .content-text-6-sp {
    font-size: 14px;
  }
}

.content-name {
  font-size: 25px;
  text-align: right;
  line-height: 1.5;
  position: absolute;
  right: -80px;
}

@media (max-width: 1160px) {
  .content-name {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .content-name {
    font-size: 18px;
    right: 0px;
  }
}

@media (max-width: 700px) {
  .content-name {
    font-size: 16px;
    right: 0px;
  }
}

@media (max-width: 500px) {
  .content-name {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .content-name {
    font-size: 14px;
  }
}

.content-margin-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .content-margin-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.content-margin-6-2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .content-margin-6-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.file-content {
  margin-left: auto;
  margin-right: auto;
}

.file-position {
  text-align: center;
  display: inherit;
}

.content-link-position {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin-left: 30%;
  margin-right: 30%;
  gap: 40px;
}

@media (max-width: 700px) {
  .content-link-position {
    margin-left: 20%;
    margin-right: 20%;
    gap: 0;
  }
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 0px;
  margin-bottom: 12px;
}

@media (max-width: 500px) {
  .l-footer {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

.footer-left {
  margin-left: 50px;
  margin-top: 38px;
  margin-bottom: 35px;
}

@media (max-width: 1160px) {
  .footer-left {
    margin-left: 40px;
  }
}

@media (max-width: 900px) {
  .footer-left {
    margin-left: 20px;
  }
}

@media (max-width: 700px) {
  .footer-left {
    margin-top: 140px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
}

@media (max-width: 400px) {
  .footer-left {
    margin-left: 10px;
  }
}

@media (max-width: 365px) {
  .footer-left {
    margin-left: 0px;
  }
}

.footer-left p {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1160px) {
  .footer-left p {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .footer-left p {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .footer-left p {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .footer-left p {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .footer-left p {
    font-size: 10px;
  }
}

.footer-left-title {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-left-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-left-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.footer-logo {
  position: absolute;
  left: -48px;
  top: -38px;
}

@media (max-width: 1160px) {
  .footer-logo {
    left: -58px;
    top: -48px;
  }
}

@media (max-width: 900px) {
  .footer-logo {
    left: -55px;
    top: 0;
    width: 100px;
    height: 100px;
    bottom: 180px;
  }
}

@media (max-width: 700px) {
  .footer-logo {
    top: -50px;
  }
}

@media (max-width: 500px) {
  .footer-logo {
    left: -64px;
  }
}

@media (max-width: 400px) {
  .footer-logo {
    left: -69px;
  }
}

.footer-right {
  margin-right: 80px;
  margin-left: 126px;
  margin-top: 52px;
  margin-bottom: 34px;
  position: relative;
}

@media (max-width: 1160px) {
  .footer-right {
    margin-right: 40px;
  }
}

@media (max-width: 900px) {
  .footer-right {
    margin-left: 20px;
  }
}

@media (max-width: 700px) {
  .footer-right {
    margin-top: 140px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
}

@media (max-width: 400px) {
  .footer-right {
    margin-right: 10px;
    margin-left: 0px;
  }
}

@media (max-width: 365px) {
  .footer-right {
    margin-right: 0px;
  }
}

.footer-right-text {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1160px) {
  .footer-right-text {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .footer-right-text {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .footer-right-text {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .footer-right-text {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .footer-right-text {
    font-size: 10px;
  }
}

.footer-right-infomation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-infomation-text {
  text-align: right;
}

.footer-link {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  margin-top: 34px;
  display: block;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 1160px) {
  .footer-link {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .footer-link {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .footer-link {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .footer-link {
    font-size: 10px;
  }
}

.copyright {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1160px) {
  .copyright {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

.footer-nav {
  display: none;
}

@media (max-width: 500px) {
  .footer-nav {
    display: block;
    background-color: #fff;
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-icon {
  display: none;
}

@media (max-width: 500px) {
  .footer-icon {
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 14px;
  }
}

.page-wrapper {
  background-color: #fff;
  margin-top: 54px;
  padding: 5%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.page-title {
  margin-top: 20px;
  display: block;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.page-footer {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.page-footer a {
  text-decoration: none;
  color: black;
  text-align: center;
  display: block;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*# sourceMappingURL=nurse.css.map */