@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/*
リセットCSS
https://github.com/Andy-set-studio/modern-css-reset/blob/master/dist/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
/*
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
*/
/* Set core root defaults */
/*
html:focus-within {
  scroll-behavior: smooth;
}
*/
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.p-header {
  padding: 20px;
}
.p-header img {
  height: 40px;
}
@media (max-width: 768px) {
  .p-header img {
    height: 24px;
  }
}

.p-fv {
  position: relative;
  height: 800px;
}
@media (max-width: 960px) {
  .p-fv {
    height: auto;
  }
}
@media (max-width: 960px) {
  .p-fv {
    padding-top: 60px;
  }
}
.p-fv__text {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .p-fv__text {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .p-fv__text {
    padding: 25px 15px;
  }
}
.p-fv__number {
  font-size: 90px;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .p-fv__number {
    font-size: 70px;
  }
}
.p-fv__main-title {
  font-size: 54px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-fv__main-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.p-fv__main-title b {
  color: #EF8200;
}
.p-fv__main-text {
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8em;
}
@media (max-width: 960px) {
  .p-fv__main-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-fv__main-text {
    font-size: 16px;
  }
}
.p-fv__image {
  display: block;
  width: 100%;
  height: 100%;
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  vertical-align: bottom;
}

.p-lead {
  position: relative;
  background-color: #F6F9FE;
  padding: 60px 20px 140px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media (max-width: 768px) {
  .p-lead {
    padding: 40px 0 40px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}
.p-lead__main-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #0B4E8A;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .p-lead__main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-lead__list-area {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .p-lead__list-area {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    margin: 0 auto 30px;
  }
}
.p-lead__list-area figure {
  flex-shrink: 0;
  margin: 0;
}
.p-lead__list-area figure img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .p-lead__list-area figure img {
    max-width: 150px;
  }
}
.p-lead__list-area ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-lead__list-area ul {
    gap: 15px;
    max-width: 265px;
  }
}
.p-lead__list-area ul li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-lead__list-area ul li {
    font-size: 15px;
    padding-left: 38px;
  }
}
.p-lead__list-area ul li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/lead-checkbox.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-lead__list-area ul li::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}
.p-lead__lead-sub-title {
  font-size: 32px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  border-bottom: solid 3px #0B4E8A;
  color: #0B4E8A;
}
@media (max-width: 768px) {
  .p-lead__lead-sub-title {
    font-size: 23px;
    padding: 0 0 5px;
    margin: 0 auto 20px;
  }
}

.p-solution {
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-solution {
    padding: 0 20px;
  }
}
.p-solution > h2 {
  margin: 0 0 30px;
}
.p-solution > h2 img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .p-solution > h2 {
    margin-bottom: 20px;
  }
  .p-solution > h2 img {
    max-width: 320px;
  }
}
.p-solution__lead-sub-title {
  font-size: 32px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 0 20px;
  border-bottom: solid 3px #0B4E8A;
  color: #0B4E8A;
}
@media (max-width: 768px) {
  .p-solution__lead-sub-title {
    font-size: 23px;
    padding: 0 0 5px;
    margin: 0 auto 50px;
  }
}
.p-solution__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 700px;
  margin: 0 auto 60px;
}
.p-solution__lead p {
  margin: 0;
  font-size: 20px;
  line-height: 1.9em;
  color: #333;
}
@media (max-width: 768px) {
  .p-solution__lead p {
    text-align: left;
  }
}
.p-solution__lead figure {
  margin: 0;
}
.p-solution__lead figure img {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 768px) {
  .p-solution__lead {
    gap: 20px;
    margin-bottom: 40px;
  }
  .p-solution__lead p {
    font-size: 15px;
    line-height: 1.8em;
  }
  .p-solution__lead figure img {
    max-width: 500px;
  }
}
.p-solution__banner {
  width: fit-content;
  margin: 20px auto 60px;
  padding: 20px 60px;
  border-radius: 20px;
  background-color: #18B7CD;
  color: #FFF;
  font-size: 28px;
  line-height: 1.8em;
  font-weight: 500;
  position: relative;
}
.p-solution__banner b {
  font-weight: 500;
  font-size: 150%;
}
.p-solution__banner img {
  position: absolute;
  top: -30px;
  left: 25%;
  width: 150px;
}
@media (max-width: 960px) {
  .p-solution__banner img {
    top: -40px;
  }
}
@media (max-width: 768px) {
  .p-solution__banner img {
    width: 100px;
    top: -20px;
    left: 10%;
  }
}
@media (max-width: 960px) {
  .p-solution__banner {
    width: 100%;
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .p-solution__banner {
    font-size: 19px;
    padding: 20px 15px;
    border-radius: 14px;
    margin-bottom: 40px;
  }
}
.p-solution__banner-count {
  color: #FFDB00;
}
.p-solution__osusume {
  max-width: 960px;
  margin: 0 auto 60px;
}
.p-solution__osusume > h3 {
  margin: 0 0 30px;
}
.p-solution__osusume > h3 img {
  width: 100%;
  max-width: 400px;
}
.p-solution__osusume > ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-solution__osusume > ul {
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
}
.p-solution__osusume > ul li {
  background-color: #F6F9FE;
  color: #0B4E8A;
  border: solid 1px #d2d8e2;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.p-solution__osusume > ul li::before {
  content: "";
  width: 40px;
  height: 20px;
  background-image: url(../img/contents-deco.svg);
  background-size: 100% 100%;
  position: absolute;
  left: -15px;
  top: -15px;
  transform: rotate(-35deg);
}
@media (max-width: 768px) {
  .p-solution__osusume > ul li {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .p-solution__osusume > h3 {
    margin-bottom: 20px;
  }
  .p-solution__osusume > h3 img {
    max-width: 260px;
  }
}
.p-solution__osusume-content {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 720px;
  border-radius: 20px;
  text-align: left;
  margin: 0 auto 40px;
}
.p-solution__osusume-content figure {
  flex-shrink: 0;
  margin: 0;
}
.p-solution__osusume-content figure img {
  width: 100%;
  max-width: 320px;
}
.p-solution__osusume-content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.9em;
  color: #333;
}
@media (max-width: 768px) {
  .p-solution__osusume-content {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }
  .p-solution__osusume-content figure img {
    max-width: 280px;
  }
  .p-solution__osusume-content p {
    font-size: 14px;
  }
}
.p-solution__voice {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 640px;
  margin: 0 auto 80px;
  padding: 18px 30px;
  border-radius: 16px;
  background-color: #F6F9FE;
  text-align: left;
}
@media (max-width: 768px) {
  .p-solution__voice {
    display: block;
  }
}
.p-solution__voice > h3 {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-solution__voice > h3 {
    width: fit-content;
    margin: 0 auto 5px;
  }
}
.p-solution__voice > h3 img {
  width: 72px;
  height: 72px;
}
.p-solution__voice p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
}
@media (max-width: 768px) {
  .p-solution__voice {
    gap: 14px;
    padding: 16px 20px;
    margin-bottom: 50px;
  }
  .p-solution__voice > h3 img {
    width: 50px;
    height: 50px;
  }
  .p-solution__voice p {
    font-size: 14px;
  }
}
.p-solution__list-title {
  max-width: 960px;
  margin: 0 auto 15px;
  padding: 16px;
  border-radius: 50px;
  background-color: #F2941D;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-solution__list-title {
    font-size: 21px;
    padding: 12px;
    margin-bottom: 24px;
  }
}
.p-solution__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-solution__list {
    grid-template-columns: 1fr;
  }
}
.p-solution__list-item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  row-gap: 20px;
  padding: 24px 20px;
  border-radius: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-solution__list-item {
    row-gap: 10px;
  }
}
.p-solution__list-item--01 {
  border: 3px solid #29ABD4;
}
.p-solution__list-item--01 .p-solution__list-item-number,
.p-solution__list-item--01 h4 .p-solution__list-item-text {
  color: #29ABD4;
}
.p-solution__list-item--01 div.p-solution__list-item-text h6 {
  background-color: rgba(41, 171, 212, 0.1);
}
.p-solution__list-item--02 {
  border: 3px solid #E8408E;
}
.p-solution__list-item--02 .p-solution__list-item-number,
.p-solution__list-item--02 h4 .p-solution__list-item-text {
  color: #E8408E;
}
.p-solution__list-item--02 div.p-solution__list-item-text h6 {
  background-color: rgba(232, 64, 142, 0.1);
}
.p-solution__list-item--03 {
  border: 3px solid #6EB92B;
}
.p-solution__list-item--03 .p-solution__list-item-number,
.p-solution__list-item--03 h4 .p-solution__list-item-text {
  color: #6EB92B;
}
.p-solution__list-item--03 div.p-solution__list-item-text h6 {
  background-color: rgba(110, 185, 43, 0.1);
}
.p-solution__list-item-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-solution__list-item-number {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}
.p-solution__list-item-number-count {
  font-size: 32px;
  line-height: 1.2em;
}
h4 .p-solution__list-item-text {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.4em;
}
.p-solution__list-item-sub-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-solution__list-item-image {
  display: flex;
  align-items: center;
  margin: 0;
}
.p-solution__list-item-image img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.p-solution div.p-solution__list-item-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-solution div.p-solution__list-item-text h6 {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
}
.p-solution div.p-solution__list-item-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7em;
  color: #555;
}
.p-solution div.p-solution__list-item-text ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-solution div.p-solution__list-item-text li {
  position: relative;
  padding-left: 1.1em;
  font-size: 14px;
  line-height: 1.7em;
  color: #555;
}
.p-solution div.p-solution__list-item-text li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-effect {
  padding: 0 20px 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-effect {
    padding: 0 20px 40px;
  }
}
.p-effect__deco img {
  width: 40px;
}
.p-effect__main-title {
  font-size: 32px;
  font-weight: bold;
  color: #EF8200;
  line-height: 1.5em;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-effect__main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-effect__list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-effect__list {
    gap: 10px 10px;
    max-width: 420px;
  }
}
.p-effect__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #FFFBEC;
}
@media (max-width: 1280px) {
  .p-effect__list li {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 960px) {
  .p-effect__list li {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .p-effect__list li {
    width: calc(33.333% - 10px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-effect__list li figure img {
  width: 60px;
}
.p-effect__list li:nth-child(1) {
  transform: translateY(-40px);
}
@media (max-width: 768px) {
  .p-effect__list li:nth-child(1) {
    transform: none;
  }
}
.p-effect__list li:nth-child(3) {
  transform: translateY(40px);
}
@media (max-width: 768px) {
  .p-effect__list li:nth-child(3) {
    transform: none;
  }
}
.p-effect__list li:nth-child(5) {
  transform: translateY(-40px);
}
@media (max-width: 768px) {
  .p-effect__list li:nth-child(5) {
    transform: none;
  }
}
.p-effect__text {
  font-size: 20px;
  font-weight: bold;
  color: #EF8200;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .p-effect__text {
    font-size: 16px;
  }
}

.p-voice {
  padding: 0 20px 80px;
}
@media (max-width: 768px) {
  .p-voice {
    padding: 0 20px 40px;
  }
}
.p-voice__main-title {
  font-size: 24px;
  font-weight: bold;
  color: #0B4E8A;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D9E2EC;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-voice__main-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.p-voice__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-voice__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-voice__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  border-radius: 12px;
  background-color: #F6F9FE;
}
@media (max-width: 768px) {
  .p-voice__list li {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
  }
}
.p-voice__list figure {
  width: 100px;
  height: 100px;
  margin: 0 0 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-voice__list figure {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
  }
}
.p-voice__list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-voice__list dl {
  width: 100%;
}
@media (max-width: 768px) {
  .p-voice__list dl {
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.p-voice__list dt {
  margin: 0 auto 15px;
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #DEE9F4;
  color: #0B4E8A;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-voice__list dt {
    margin: 0 0 10px;
  }
}
.p-voice__list dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.7em;
  color: #333;
}
@media (max-width: 768px) {
  .p-voice__list dd {
    text-align: left;
  }
}

.p-writing {
  background-color: #F5F9FD;
  padding: 80px 20px 100px;
}
@media (max-width: 768px) {
  .p-writing {
    padding: 40px 20px 40px;
  }
}
.p-writing__contents {
  max-width: 1100px;
  margin: 0 auto;
}
.p-writing__title-area {
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-writing__title-area {
    width: 100%;
  }
}
.p-writing__main-title-sub {
  width: fit-content;
  margin-bottom: 5px;
  padding: 5px 20px;
  border-radius: 6px;
  background-color: #0B4E8A;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
}
@media (max-width: 960px) {
  .p-writing__main-title-sub {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-writing__main-title-sub {
    padding: 3px 15px;
  }
}
.p-writing__main-title {
  margin: 0 auto 40px;
  color: #0B4E8A;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6em;
}
@media (max-width: 960px) {
  .p-writing__main-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-writing__main-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.p-writing__movie-area {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto 60px;
}
@media (max-width: 960px) {
  .p-writing__movie-area {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .p-writing__movie-area {
    margin-bottom: 20px;
  }
}
.p-writing__movie-area-video {
  width: 75%;
}
@media (max-width: 960px) {
  .p-writing__movie-area-video {
    width: 100%;
  }
}
.p-writing__movie-area-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.p-writing__movie-area-text {
  width: 45%;
}
@media (max-width: 960px) {
  .p-writing__movie-area-text {
    width: 100%;
  }
}
.p-writing__movie-area-text p {
  font-size: 18px;
  line-height: 1.9em;
  color: #333;
}
.p-writing__movie-area-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .p-writing__movie-area-text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-writing__movie-area-text p {
    font-size: 15px;
  }
}
.p-writing__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-writing__list {
    gap: 0 10px;
    max-width: 300px;
  }
}
.p-writing__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #DCE9F5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-writing__list li {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-writing__list li figure img {
  width: 40px;
}
@media (max-width: 768px) {
  .p-writing__list li figure img {
    width: 32px;
  }
}
.p-writing__text {
  font-size: 22px;
  font-weight: bold;
  color: #0B4E8A;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .p-writing__text {
    font-size: 18px;
  }
}

.p-about {
  background-color: #FBF5E3;
  padding: 150px 20px 100px;
  margin-top: -120px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about {
    padding: 140px 20px 40px;
  }
}
.p-about__main-title {
  font-size: 32px;
  font-weight: bold;
  color: #F2941D;
  line-height: 1.6em;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .p-about__main-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-about__images {
  display: grid;
  grid-template-columns: 130px 1fr 130px;
  justify-items: center;
  gap: 30px 80px;
  max-width: 870px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .p-about__images {
    grid-template-columns: 70px 1fr 70px;
    row-gap: 15px;
    gap: 30px 30px;
    margin: 0 auto 20px;
    max-width: 420px;
  }
}
.p-about__images-image {
  display: flex;
  flex-direction: column;
}
.p-about__images-image--middle {
  justify-content: center;
}
.p-about__images-image--lower {
  justify-content: flex-end;
}
.p-about__images-middle {
  grid-column: 2/3;
  grid-row: 1/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-about__images-middle img {
  width: 100%;
}
.p-about__images-image-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #FFF;
}
@media (max-width: 768px) {
  .p-about__images-image-circle {
    width: 70px;
    height: 70px;
  }
}
.p-about__images-image-circle figure img {
  width: 40px;
}
@media (max-width: 768px) {
  .p-about__images-image-circle figure img {
    width: 22px;
  }
}
.p-about__images-image-circle--news {
  background-color: #0B4E8A;
  transform: translateX(50px);
}
@media (max-width: 768px) {
  .p-about__images-image-circle--news {
    transform: translateX(20px);
  }
}
.p-about__images-image-circle--social {
  background-color: #F2941D;
  transform: translateX(-50px);
}
@media (max-width: 768px) {
  .p-about__images-image-circle--social {
    transform: translateX(-20px);
  }
}
.p-about__images-image-circle--edu {
  background-color: #6EB92B;
}
.p-about__images-image-circle--science {
  background-color: #29ABD4;
}
.p-about__images-image-circle--sports {
  background-color: #2B8FD9;
  transform: translateX(50px);
}
@media (max-width: 768px) {
  .p-about__images-image-circle--sports {
    transform: translateX(20px);
  }
}
.p-about__images-image-circle--culture {
  background-color: #E8408E;
  transform: translateX(-50px);
}
@media (max-width: 768px) {
  .p-about__images-image-circle--culture {
    transform: translateX(-20px);
  }
}
.p-about__images-text {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-about__images-text {
    font-size: 11px;
  }
}
.p-about__text strong {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #F2941D;
  line-height: 2em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
@media (max-width: 768px) {
  .p-about__text strong {
    font-size: 20px;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
}

.p-contents {
  padding: 0 20px;
}
.p-contents__list-area {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .p-contents__list-area {
    padding: 0 0 50px;
  }
}
.p-contents__deco {
  margin-bottom: 5px;
  text-align: center;
}
.p-contents__deco img {
  width: 80px;
}
@media (max-width: 768px) {
  .p-contents__deco img {
    width: 64px;
  }
}
.p-contents__main-title {
  font-size: 40px;
  font-weight: bold;
  color: #0B4E8A;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contents__main-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.p-contents__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-contents__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-contents__list li {
  display: flex;
  flex-direction: column;
  border: 3px solid #0B4E8A;
  background-color: #F6F9FE;
  border-radius: 16px;
  padding: 20px;
}
@media (max-width: 960px) {
  .p-contents__list li {
    flex: 1 1 calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .p-contents__list li {
    flex: 1 1 auto;
    border-radius: 5px;
  }
}
.p-contents__list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 20px;
}
.p-contents__list-image {
  display: block;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-contents__list-image {
    max-width: 450px;
  }
}
.p-contents__list-image--01 {
  max-width: 200px;
}
.p-contents__list-image--03 {
  max-width: 170px;
}
.p-contents__list-title {
  margin: 0;
  padding: 5px 10px;
  background: linear-gradient(90deg, #0B4E8A, #2799F1);
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contents__list-title {
    padding: 5px 15px;
  }
}
.p-contents__banner {
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .p-contents__banner {
    margin: 0 auto 60px;
  }
}
.p-contents__banner img {
  vertical-align: bottom;
}
.p-contents__banner a {
  transition: 0.5s;
}
.p-contents__banner a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.p-contents__submit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
  max-width: 960px;
  margin: 80px auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 960px) {
  .p-contents__submit {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}
@media (max-width: 768px) {
  .p-contents__submit {
    margin: 20px auto 40px;
  }
}
.p-contents__submit-item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  row-gap: 30px;
  padding: 30px 24px;
  border-radius: 5px;
}
.p-contents__submit-item--orange {
  border: 2px solid #EB4600;
  background-color: #FFFBEC;
}
.p-contents__submit-item--orange .p-contents__submit-title strong {
  color: #333;
}
.p-contents__submit-item--orange .p-contents__submit-title strong b {
  color: #E8601C;
}
.p-contents__submit-item--orange .p-contents__submit-title strong b span {
  font-size: 150%;
}
.p-contents__submit-item--orange .p-contents__submit-list h4 {
  background-color: #F2941D;
}
.p-contents__submit-item--orange .p-contents__submit-list {
  border: 1px solid #EB4600;
}
.p-contents__submit-item--orange .p-contents__submit-link a {
  background: linear-gradient(90deg, #EF8200, #C33400);
}
.p-contents__submit-item--blue {
  border: 2px solid #0B4E8A;
  background-color: #F6F9FE;
}
.p-contents__submit-item--blue .p-contents__submit-title strong b {
  color: #0B4E8A;
}
.p-contents__submit-item--blue .p-contents__submit-list h4 {
  background-color: #1E7FD0;
}
.p-contents__submit-item--blue .p-contents__submit-list {
  border: 1px solid #0B4E8A;
}
.p-contents__submit-item--blue .p-contents__submit-link a {
  background: linear-gradient(90deg, #2799F1, #0B4E8A);
}
.p-contents__submit-contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.p-contents__submit-contents--wide {
  gap: 50px;
}
@media (max-width: 960px) {
  .p-contents__submit-contents--wide {
    gap: 20px;
  }
}
.p-contents__submit-title-sub {
  color: #555;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-contents__submit-title-sub {
    font-size: 24px;
  }
}
.p-contents__submit-title {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-contents__submit-title {
    font-size: 23px;
  }
}
.p-contents__submit-title strong {
  margin-top: 5px;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-contents__submit-title strong {
    font-size: 28px;
  }
}
.p-contents__submit-list {
  position: relative;
  padding: 30px 40px 20px;
  border: 1px solid rgba(11, 78, 138, 0.15);
  border-radius: 5px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .p-contents__submit-list {
    padding: 30px 20px 20px;
  }
}
.p-contents__submit-list h4 {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 1px 5px 4px;
  width: 7em;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.p-contents__submit-list > ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-contents__submit-list > ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-contents__submit-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
.p-contents__submit-list-icon img {
  width: 100%;
}
.p-contents__submit-list-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
}
@media (max-width: 768px) {
  .p-contents__submit-list-text {
    font-size: 18px;
  }
}
.p-contents__submit-list-text small {
  font-size: 0.8em;
  font-weight: normal;
  color: #777;
}
.p-contents__submit-image {
  margin: 25px 0 25px;
}
.p-contents__submit-image:nth-child(2) {
  margin-top: 0;
}
.p-contents__submit-image:last-child {
  margin-bottom: 0;
}
.p-contents__submit-image img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.p-contents__submit-image--min img {
  margin: 5px auto;
  max-width: 250px;
}
.p-contents__submit-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contents__submit-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 20px;
  border-radius: 50px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .p-contents__submit-link a {
    font-size: 20px;
  }
}
.p-contents__submit-link a span {
  display: inline-block;
  text-align: left;
}
.p-contents__submit-link a span b {
  font-size: 140%;
  margin-right: 3px;
}
.p-contents__submit-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url(../img/contents-arrow.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .p-contents__submit-link a::after {
    width: 24px;
  }
}
.p-contents__submit-link a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.p-contents__submit-border-list {
  border-bottom: dotted 1px #1E7FD0;
  padding-bottom: 15px !important;
}
.p-contents__movies {
  padding: 80px 20px 60px;
}
@media (max-width: 768px) {
  .p-contents__movies {
    padding: 50px 15px 40px;
  }
}
.p-contents__movies-lead {
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contents__movies-lead {
    margin: 0 -15px 40px;
  }
}
.p-contents__movies-lead h2 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #EF8200;
}
@media (max-width: 960px) {
  .p-contents__movies-lead h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-contents__movies-lead h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.p-contents__movies-lead p {
  font-size: 18px;
  line-height: 1.8em;
}
@media (max-width: 960px) {
  .p-contents__movies-lead p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-contents__movies-lead p {
    text-align: left;
  }
}
.p-contents__movies-lead-title-sub {
  background-color: #E84600;
  width: fit-content;
  padding: 5px 25px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 30px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .p-contents__movies-lead-title-sub {
    font-size: 16px;
  }
}
.p-contents__movies-lead-title-sub img {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .p-contents__movies-lead-title-sub img {
    height: 16px;
    margin-right: 5px;
  }
}
.p-contents__movies-inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.p-contents__movies-swiper {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .p-contents__movies-swiper {
    padding-bottom: 40px;
  }
}
.p-contents__movies-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #000;
}
.p-contents__movies-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-contents__movies-prev, .p-contents__movies-next {
  top: calc(50% - 25px);
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background-image: url(../img/contents-slide-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.5s;
}
.p-contents__movies-prev::after, .p-contents__movies-next::after {
  font-size: 18px;
  color: #FFF;
}
.p-contents__movies-prev:hover, .p-contents__movies-next:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.p-contents__movies-prev.swiper-button-disabled, .p-contents__movies-next.swiper-button-disabled {
  opacity: 0.3;
}
@media (max-width: 768px) {
  .p-contents__movies-prev, .p-contents__movies-next {
    width: 32px;
    height: 32px;
  }
  .p-contents__movies-prev::after, .p-contents__movies-next::after {
    font-size: 14px;
  }
}
.p-contents__movies-prev {
  left: -40px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .p-contents__movies-prev {
    left: -35px;
  }
}
.p-contents__movies-next {
  right: -40px;
}
@media (max-width: 768px) {
  .p-contents__movies-next {
    right: -35px;
  }
}
.p-contents__movies-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-contents__movies-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #C7D6E5;
  opacity: 1;
}
.p-contents__movies-pagination .swiper-pagination-bullet-active {
  background-color: #0B4E8A;
}

.p-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
@media (max-width: 960px) {
  .p-btn {
    top: 40px;
    right: 0;
    bottom: auto;
  }
}
.p-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(180deg, #EF8200, #C33400);
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.p-btn a b {
  font-size: 42px;
  display: inline-block;
  margin: 0 3px;
}
@media (max-width: 960px) {
  .p-btn a b {
    margin: 0;
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .p-btn a {
    width: 2.5em;
    height: auto;
    padding: 10px;
    text-align: center;
    border-radius: 12px 0 0 12px;
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .p-btn a {
    font-size: 14px;
    width: 2.2em;
  }
}
.p-btn a:hover {
  transform: translateY(-8px);
  transition: 0.5s;
}

.c-br__nonp {
  display: inline;
}
@media (max-width: 1280px) {
  .c-br__nonp {
    display: none;
  }
}
.c-br__notb {
  display: inline;
}
@media (max-width: 960px) {
  .c-br__notb {
    display: none;
  }
}
.c-br__sp {
  display: none;
}
@media (max-width: 768px) {
  .c-br__sp {
    display: inline;
  }
}
.c-br__tb {
  display: none;
}
@media (max-width: 960px) {
  .c-br__tb {
    display: inline;
  }
}
.c-br__nosp {
  display: inline;
}
@media (max-width: 768px) {
  .c-br__nosp {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
