@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.6;
  letter-spacing: 0;
  color: #222222;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4;
}

a {
  color: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

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

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 1180px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 56px;
  height: 56px;
  background: #0C81C0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.menu-button::after {
  content: "menu";
  font-size: 10px;
  color: #FFF;
  font-family: "Ubuntu", sans-serif;
}
.menu-button i {
  display: block;
  width: 20px;
  height: 2px;
  background: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 18px;
  top: 24px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.menu-button i:after {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.hnavi_btn.active .menu-button::after {
  content: "close";
}
.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.loop_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}

.loop_txt p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  color: #FFF;
  opacity: 0.4;
  line-height: 1;
  font-size: 120px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  .loop_txt p {
    font-size: 36px;
  }
}

.loop_txt p:nth-child(odd) {
  -webkit-animation: loop 60s -30s linear infinite;
          animation: loop 60s -30s linear infinite;
}

.loop_txt p:nth-child(even) {
  -webkit-animation: loop2 60s linear infinite;
          animation: loop2 60s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    height: calc(100% - 8px);
    opacity: 1;
  }
  70% {
    height: calc(100% - 8px);
    opacity: 1;
  }
  85% {
    height: 0;
    top: auto;
    bottom: 8px;
  }
  90% {
    opacity: 0;
    top: auto;
    bottom: 8px;
  }
  100% {
    opacity: 0;
    top: auto;
    bottom: 8px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    height: calc(100% - 8px);
    opacity: 1;
  }
  70% {
    height: calc(100% - 8px);
    opacity: 1;
  }
  85% {
    height: 0;
    top: auto;
    bottom: 8px;
  }
  90% {
    opacity: 0;
    top: auto;
    bottom: 8px;
  }
  100% {
    opacity: 0;
    top: auto;
    bottom: 8px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.top .header {
  position: fixed;
  background: none;
}
@media screen and (max-width: 767px) {
  body.top .header {
    background: #FFF;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .header {
    height: 56px;
  }
}
.header .hlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 56px;
  font-size: 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .header .hlogo {
    width: 260px;
  }
}
.header .hnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1180px) {
  .header .hnavi {
    display: none;
  }
}
.header .hnavi .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  height: 56px;
  background: #FFF;
}
.header .hnavi .gnavi li {
  margin-right: 24px;
  font-size: 15px;
  font-weight: bold;
}
.header .hnavi .gnavi li:last-of-type {
  margin-right: 0;
}
.header .hnavi .gnavi li a {
  color: #0C81C0;
}
.header .hnavi .gnavi li a:hover {
  color: #2CBB3B;
}
.header .hnavi .hentry a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 198px;
  height: 56px;
  background: #0C81C0;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
.header .hnavi .hentry a:hover {
  background: #2CBB3B;
}
.header .hnavi .hentry a::after {
  content: "";
  background: #ffffff;
  height: 10.3923048454px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 10px;
}

.spnavi {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 56px);
  z-index: 99999;
  background: #0C81C0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spnavi.active {
  opacity: 1;
  pointer-events: all;
}
.spnavi .spnavi_cnt {
  width: 100%;
  overflow: auto;
  height: calc(100dvh - 160px - 56px);
  padding: 24px 16px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spnavi .spnavi_cnt .spgnavi,
.spnavi .spnavi_cnt .spgnavi2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.spnavi .spnavi_cnt .spgnavi li,
.spnavi .spnavi_cnt .spgnavi2 li {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}
.spnavi .spnavi_cnt .spgnavi li:last-of-type,
.spnavi .spnavi_cnt .spgnavi2 li:last-of-type {
  margin-right: 0;
}
.spnavi .spnavi_cnt .spgnavi li a,
.spnavi .spnavi_cnt .spgnavi2 li a {
  color: #FFF;
}
.spnavi .spnavi_cnt .spgnavi {
  padding-top: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 24px;
}
.spnavi .spnavi_cnt .spgnavi li {
  margin: 0 0 10px;
}
.spnavi .spnavi_cnt .spgnavi2 {
  border-top: 1px solid #D9D9D9;
  width: 100%;
  padding-top: 24px;
  margin-bottom: 16px;
}
.spnavi .spnavi_cnt .spgnavi2 li {
  font-size: 14px;
  margin: 0;
}
.spnavi .spnavi_cnt .spgnavi2 li:first-of-type::after {
  content: "|";
  margin: 0 12px;
}
.spnavi .spnavi_cnt .spcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spnavi .spnavi_cnt .spcontact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFF;
  border-radius: 8px;
  padding: 12px 20px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
}
.spnavi .spnavi_cnt .spcontact a svg {
  margin-right: 8px;
}
.spnavi .spnavi_cnt .spcontact a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #FFF;
}

.wrap_footer {
  padding: 80px 20px 154px;
}
@media screen and (max-width: 980px) {
  .wrap_footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer {
    padding: 40px 16px 24px;
  }
}
.wrap_footer .footer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrap_footer .footer .flogo {
  font-size: 0;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .flogo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .flogo {
    width: 235px;
  }
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fcnt {
    width: 100%;
  }
}
.wrap_footer .footer .fcnt .fnavi,
.wrap_footer .footer .fcnt .fnavi2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fcnt .fnavi,
  .wrap_footer .footer .fcnt .fnavi2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.wrap_footer .footer .fcnt .fnavi li,
.wrap_footer .footer .fcnt .fnavi2 li {
  margin-right: 24px;
  font-size: 15px;
  font-weight: bold;
  color: #0C81C0;
}
.wrap_footer .footer .fcnt .fnavi li:last-of-type,
.wrap_footer .footer .fcnt .fnavi2 li:last-of-type {
  margin-right: 0;
}
.wrap_footer .footer .fcnt .fnavi li a,
.wrap_footer .footer .fcnt .fnavi2 li a {
  color: #0C81C0;
}
.wrap_footer .footer .fcnt .fnavi li a:hover,
.wrap_footer .footer .fcnt .fnavi2 li a:hover {
  color: #2CBB3B;
}
.wrap_footer .footer .fcnt .fnavi {
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fcnt .fnavi {
    border-top: 1px solid #0C81C0;
    padding-top: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fcnt .fnavi li {
    margin: 0 0 16px;
  }
}
.wrap_footer .footer .fcnt .fnavi2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fcnt .fnavi2 {
    border-top: 1px solid #D9D9D9;
    width: 100%;
    padding-top: 40px;
  }
}
.wrap_footer .footer .fcnt .fnavi2 li {
  font-size: 14px;
  margin: 0;
}
.wrap_footer .footer .fcnt .fnavi2 li:first-of-type::after {
  content: "|";
  margin: 0 12px;
}
.wrap_footer .footer .fcnt .fcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fcnt .fcontact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrap_footer .footer .fcnt .fcontact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0C81C0;
  border-radius: 8px;
  padding: 12px 20px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #0C81C0;
  line-height: 1;
}
.wrap_footer .footer .fcnt .fcontact a:hover {
  border: 1px solid #2CBB3B;
  color: #2CBB3B;
}
.wrap_footer .footer .fcnt .fcontact a:hover svg path {
  fill: #2CBB3B;
}
.wrap_footer .footer .fcnt .fcontact a svg {
  margin-right: 8px;
}
.wrap_footer .footer .fcnt .fcontact a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_footer .footer .copyright {
  margin-top: 240px;
  width: 100%;
  color: #0C81C0;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .copyright {
    margin-top: 40px;
    font-size: 13px;
    text-align: center;
  }
}

.ffixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #41ACE5;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  z-index: 9999;
}
@media screen and (max-width: 980px) {
  .ffixed {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .ffixed {
    display: none;
  }
}
.ffixed .date1 {
  margin-right: 32px;
}
@media screen and (max-width: 980px) {
  .ffixed .date1 {
    margin-right: 16px;
  }
}
.ffixed .date2 {
  margin-right: 16px;
}
.ffixed .link {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .ffixed .link {
    font-size: 14px;
  }
}

.fix_entry_btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 10000;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .fix_entry_btn {
    display: block !important;
  }
}
@media screen and (max-width: 1240px) {
  .fix_entry_btn {
    bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .fix_entry_btn {
    right: 16px;
    bottom: 16px;
    width: 80px;
  }
}
.fix_entry_btn svg {
  width: 100%;
  height: auto;
}
.fix_entry_btn a:hover svg rect {
  fill: #0C81C0;
}
.fix_entry_btn a svg rect {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_wrap {
  overflow-x: hidden;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
.link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.link a:hover {
  color: #F8EE71;
}
.link a:hover i {
  border: 2px solid #F8EE71;
}
.link a:hover i::after {
  background: #F8EE71;
}
.link a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-left: 12px;
}
.link a i::after {
  content: "";
  background: #FFF;
  height: 8.6602540378px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fv {
  width: 100%;
  height: calc(100dvh - 80px);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 140px;
  padding: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 100dvh;
    padding: 60px 40px 180px;
    margin-bottom: 56px;
  }
}
.fv .fv_copy {
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .fv .fv_copy .pc {
    display: none;
  }
}
.fv .fv_copy .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv .fv_copy .sp {
    display: inline-block;
  }
}
.fv .scroll {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  height: 340px;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .fv .scroll {
    display: none;
  }
}
.fv .scroll::after {
  content: "";
  background: #ffffff;
  height: 8.6602540378px;
  width: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fv .scroll a {
  display: block;
}
.fv .scroll .bar {
  width: 1px;
  height: 330px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-animation: scroll 3.2s linear infinite;
          animation: scroll 3.2s linear infinite;
}
.fv .scroll .txt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv .fv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv .fv_img ul {
  width: 100%;
  height: 100%;
}
.fv .fv_img ul li {
  width: 100%;
  height: 100%;
}
.fv .fv_img ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv_img .swiper-pagination {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  width: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv .fv_img .swiper-pagination {
    left: 8px;
    width: 3px;
    top: calc(50% - 50px);
  }
}
.fv .fv_img .swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 16px;
  background: #FFF;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .fv .fv_img .swiper-pagination .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
  }
}
.fv .fv_img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2CBB3B;
}
.fv .loop_txt {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fv .loop_txt {
    bottom: 140px;
  }
}
.fv .loop_txt p {
  font-size: 120px;
}

.sp_mv_entry {
  width: 100%;
  height: 160px;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #41ACE5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
  font-size: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_mv_entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp_mv_entry .link {
  font-size: 15px;
}
.sp_mv_entry .btn {
  max-width: 120px;
  width: calc(100% - 230px);
}
.sp_mv_entry .btn svg {
  width: 100%;
  height: auto;
}

.sp_fv_img {
  display: none;
}

/*/ concept //////////////////////////////////*/
.concept {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.concept .img {
  font-size: 0;
}
.concept .img img {
  border-radius: 8px;
  margin-bottom: 8px;
}
.concept .img span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #0C81C0;
}
@media screen and (max-width: 767px) {
  .concept .img span {
    font-size: 12px;
  }
}
.concept .img span br {
  display: none;
}
@media screen and (max-width: 480px) {
  .concept .img span br {
    display: block;
  }
}
.concept .img3 .img span,
.concept .img4 .img span,
.concept .img5 .img span {
  color: #FFF;
}
.concept .wrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .concept .wrap1 {
    display: block;
    margin-bottom: 8px;
  }
}
.concept .wrap1 .concept_ttl {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bolder;
  color: #0C81C0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept .wrap1 .concept_ttl {
    margin-bottom: 24px;
  }
}
.concept .wrap1 .txt {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .concept .wrap1 .txt {
    margin-right: 0;
  }
}
.concept .wrap1 .txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .concept .wrap1 .txt p {
    font-size: 16px;
    margin-bottom: 32px;
    margin-bottom: 0;
  }
}
.concept .wrap1 .img1 {
  margin-right: -64px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .concept .wrap1 .img1 {
    margin: 0;
    padding-top: 60px;
    background: url("../img/concept_bg1.png") no-repeat top right;
    background-size: 180px;
    margin-bottom: 16px;
  }
  .concept .wrap1 .img1 img {
    width: 76%;
  }
}
.concept .img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url("../img/concept_bg1.png") no-repeat left top 20px;
  background-size: 360px;
}
@media screen and (max-width: 767px) {
  .concept .img2 {
    width: 58%;
    background: none;
    margin-left: auto;
    margin-bottom: 24px;
  }
}
.concept .wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 51px;
  margin-top: -90px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .concept .wrap2 {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.concept .wrap2::after {
  content: "";
  display: block;
  background: url("../img/concept_bg2.png") no-repeat;
  width: 405px;
  height: 202px;
  background-size: 100%;
  position: absolute;
  bottom: -68px;
  right: -47px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .concept .wrap2::after {
    width: 200px;
    height: 100px;
    right: -24px;
    bottom: -20px;
  }
}
.concept .wrap2 .img3 {
  position: relative;
  z-index: 100;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .concept .wrap2 .img3 {
    left: auto;
    width: 70%;
    margin-bottom: 24px;
  }
}
.concept .wrap2 .box {
  margin-top: 148px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .concept .wrap2 .box {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .concept .wrap2 .box img {
    width: 100%;
  }
}
.concept .wrap2 .box .img4 {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .concept .wrap2 .box .img4 {
    width: 70.5%;
    margin-left: auto;
  }
}
.concept .wrap2 .box .img4 .img {
  text-align: right;
}
.concept .wrap2 .box .img5 {
  position: relative;
  margin-top: 190px;
  margin-right: -75px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .concept .wrap2 .box .img5 {
    margin: -70px 0 0;
    width: 62.5%;
  }
}
.concept .wrap2 .box .img5 .img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .concept .wrap2 .box .img5 .img {
    text-align: left;
  }
}

/*/ news //////////////////////////////////*/
.top_news {
  background: #41ACE5;
  position: relative;
  padding-top: 500px;
  margin-top: -340px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .top_news {
    margin-top: -116vw;
    padding: 0 16px;
    padding-top: calc(126vw + 50px);
  }
}
.top_news::before {
  content: "";
  display: block;
  background: url("../img/top_news_bg.svg") repeat-x;
  width: 100%;
  height: 80px;
  position: absolute;
  top: -78px;
  left: 0;
}
.top_news .wrap {
  max-width: 1280px;
  margin: 0 auto 116px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .top_news .wrap {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .top_news .wrap {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.top_news .wrap::after {
  content: "";
  display: block;
  background: url("../img/news_icon.png") no-repeat;
  width: 490px;
  height: 201px;
  background-size: 100%;
  position: absolute;
  top: -174px;
  left: -38px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_news .wrap::after {
    width: 243px;
    height: 100px;
    right: 0;
    top: -32px;
    bottom: auto;
  }
}
.top_news .wrap > .cnt {
  margin-right: 72px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_news .wrap > .cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.top_news .wrap > .cnt .sec_ttl {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_news .wrap > .cnt .sec_ttl {
    margin-bottom: 0;
  }
}
.top_news .wrap > .cnt .sec_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_news .wrap > .cnt .link {
    margin-bottom: 12px;
  }
}
.top_news .wrap .wrap_top_news_list {
  margin-right: -44px;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list {
    margin-right: 0;
  }
}
.top_news .wrap .wrap_top_news_list .top_news_list {
  overflow: hidden;
  width: 1120px;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .top_news_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .top_news_list ul {
    display: block;
    margin-bottom: 56px;
  }
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li {
  width: 360px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .top_news_list ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li:nth-of-type(n+4) {
  display: none;
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li a {
  display: block;
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .top_news_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li .img {
  font-size: 0;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .top_news_list ul li .img {
    width: 120px;
    margin: 0 12px 0 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .top_news_list ul li .cnt {
    width: calc(100% - 132px);
  }
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li .date {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #FFF;
}
.top_news .wrap .wrap_top_news_list .top_news_list ul li .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .top_news_list ul li .ttl {
    font-size: 14px;
  }
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_news .wrap .wrap_top_news_list .news_list_ctrl {
    display: none;
  }
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl p {
  color: #FFF;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl p:hover {
  color: #F8EE71;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl p:hover i {
  border: 2px solid #F8EE71;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl p:hover i::after {
  background: #F8EE71;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl p i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl p i::after {
  content: "";
  background: #ffffff;
  height: 15.5884572681px;
  width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl .news_list_prev i {
  margin-right: 12px;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl .news_list_prev i::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: 3px;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl .news_list_next i {
  margin-left: 12px;
}
.top_news .wrap .wrap_top_news_list .news_list_ctrl .news_list_next i::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 3px;
}

.top_img {
  background: url("../img/img1.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 348px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_img {
    height: 120px;
    margin-bottom: 60px;
  }
}
.top_img .loop_txt {
  width: 100%;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_img .loop_txt {
    bottom: -4px;
  }
}
.top_img .loop_txt p {
  font-size: 80px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_img .loop_txt p {
    font-size: 32px;
  }
}

/*/ message //////////////////////////////////*/
.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .message {
    display: block;
  }
}
.message .cntl,
.message .cntr {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .message .cntl,
  .message .cntr {
    width: 100%;
  }
}
.message .cntl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 60px 0 40px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .message .cntl {
    padding: 0 16px;
  }
}
.message .cntl .cnt {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .message .cntl .cnt {
    width: 100%;
  }
}
.message .cntl .sec_ttl {
  color: #0C81C0;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .message .cntl .sec_ttl {
    font-size: 32px;
  }
}
.message .cntl .sec_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
}
.message .cntl .copy {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .message .cntl .copy {
    font-size: 20px;
  }
}
.message .cntl p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 32px;
}
.message .cntl .arrow_link {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .message .cntl .arrow_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 56px 0;
  }
}
.message .cntl .arrow_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #0C81C0;
}
.message .cntl .arrow_link a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  width: 98px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.message .cntl .arrow_link a:hover {
  color: #2CBB3B;
}
.message .cntl .arrow_link a:hover i {
  width: 110px;
}
.message .cntl .arrow_link a:hover svg {
  width: 110px;
}
.message .cntl .arrow_link a:hover svg circle {
  stroke: #2CBB3B;
}
.message .cntl .arrow_link a:hover svg .tri {
  stroke: #2CBB3B;
  fill: #2CBB3B;
}
.message .cntl .arrow_link a:hover svg .bar {
  stroke: #2CBB3B;
}
.message .cntl .arrow_link a svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.message .cntl .arrow_link a svg circle,
.message .cntl .arrow_link a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.message .cntr .map {
  background: #41ACE5 url("../img/uneune.png") repeat-x top left;
  background-size: 70px;
  font-size: 0;
  padding-top: 240px;
}
@media screen and (max-width: 767px) {
  .message .cntr .map {
    background-size: auto 117px;
    padding-top: 20px;
  }
}
.message .cntr .data {
  background: #2CBB3B;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .message .cntr .data {
    padding: 16px 16px 60px;
  }
}
.message .cntr .data .box {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .message .cntr .data .box {
    padding: 16px;
  }
}
.message .cntr .data .box .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.message .cntr .data .box .data_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .message .cntr .data .box .data_list li {
    margin-bottom: 5px;
  }
}
.message .cntr .data .box .data_list li:last-of-type .data_cnt {
  font-size: 16px;
}
.message .cntr .data .box .data_list li .data_ttl {
  width: 72px;
  font-size: 15px;
  margin-right: 8px;
  color: #FFF;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.message .cntr .data .box .data_list li .data_cnt {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .message .cntr .data .box .data_list li .data_cnt {
    font-size: 16px;
  }
}

/*/ point //////////////////////////////////*/
.point_guideline {
  background: url("../img/point_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 120px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point_guideline {
    padding: 64px 16px 64px;
  }
}
.point_guideline .sec_ttl {
  color: #0C81C0;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_guideline .sec_ttl {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.point_guideline .sec_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
}
.point_guideline section {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(0, 67, 211, 0.16);
          box-shadow: 0px 4px 30px 4px rgba(0, 67, 211, 0.16);
  border-radius: 8px;
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 120px;
}
@media screen and (max-width: 767px) {
  .point_guideline section {
    padding: 40px 16px;
  }
}
.point_guideline .points {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.point_guideline .points .points_list li {
  margin-bottom: 16px;
  font-size: 18px;
  color: #0C81C0;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .point_guideline .points .points_list li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.point_guideline .points .points_list li:last-child {
  margin-bottom: 0;
}
.point_guideline .points .points_list li::before {
  content: "";
  display: block;
  background: url("../img/check_icon.svg") no-repeat;
  width: 30px;
  height: 22px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}
.point_guideline .guidelines .guidelines_list {
  border-top: 1px solid #0C81C0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .guidelines_list {
    border-top: none;
    margin-bottom: 32px;
  }
}
.point_guideline .guidelines .guidelines_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #0C81C0;
}
@media screen and (max-width: 980px) {
  .point_guideline .guidelines .guidelines_list > li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 32px 0;
  }
}
.point_guideline .guidelines .guidelines_list > li:last-of-type .ttl {
  margin-right: 72px;
}
@media screen and (max-width: 980px) {
  .point_guideline .guidelines .guidelines_list > li:last-of-type .ttl {
    margin-right: 0;
  }
}
.point_guideline .guidelines .guidelines_list > li .num {
  font-size: 66px;
  font-weight: bold;
  color: #0C81C0;
  border: 1px solid #0C81C0;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .guidelines_list > li .num {
    font-size: 40px;
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
}
.point_guideline .guidelines .guidelines_list > li .ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 24px;
  color: #0C81C0;
  font-weight: bold;
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .guidelines_list > li .ttl {
    font-size: 22px;
  }
}
.point_guideline .guidelines .guidelines_list > li .ttl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2CBB3B;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  width: 52px;
  height: 22px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .point_guideline .guidelines .guidelines_list > li .cnt {
    width: 100%;
  }
}
.point_guideline .guidelines .guidelines_list > li .cnt .txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.point_guideline .guidelines .guidelines_list > li .cnt .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .guidelines_list > li .cnt .imgs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.point_guideline .guidelines .guidelines_list > li .cnt .imgs li {
  font-size: 0;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .guidelines_list > li .cnt .imgs li {
    width: calc(50% - 8px);
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .guidelines_list > li .cnt .imgs li:nth-of-type(even) {
    margin-top: 32px;
  }
}
.point_guideline .guidelines .guidelines_list > li .cnt .imgs li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .guidelines_list > li .cnt .imgs li:last-of-type {
    margin-bottom: 0;
  }
}
.point_guideline .guidelines .guidelines_list > li .cnt .imgs li img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.point_guideline .guidelines .guidelines_list > li .cnt .imgs li span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 4px;
  right: 4px;
}
.point_guideline .guidelines .utxt {
  font-size: 16px;
  font-weight: bold;
  color: #0C81C0;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .utxt {
    margin-bottom: 32px;
  }
}
.point_guideline .guidelines .entry_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point_guideline .guidelines .entry_btn a {
  width: 294px;
  height: 72px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0C81C0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .entry_btn a {
    width: 270px;
    height: 56px;
    padding: 8px 16px 8px 20px;
  }
}
.point_guideline .guidelines .entry_btn a:hover {
  background: #2CBB3B;
}
.point_guideline .guidelines .entry_btn a:hover i {
  width: 134px;
}
@media screen and (max-width: 767px) {
  .point_guideline .guidelines .entry_btn a:hover i {
    width: 118px;
  }
}
.point_guideline .guidelines .entry_btn a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  margin-left: 32px;
  width: 118px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.point_guideline .guidelines .entry_btn a i svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/*/ 知る //////////////////////////////////*/
.discover {
  padding: 80px 0 0;
  max-width: 1360px;
  margin: 0 auto;
  background: url("../img/shiru_icon.png") no-repeat top right;
  background-size: 340px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .discover {
    padding: 0;
    background-size: 170px;
    margin-bottom: 30px;
  }
}
.discover .discover_header {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 56px;
  padding: 0 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .discover .discover_header {
    display: block;
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.discover .discover_header .sec_ttl {
  color: #0C81C0;
  font-size: 64px;
  font-weight: bold;
  margin-right: 40px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .discover .discover_header .sec_ttl {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.discover .discover_header .sec_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 24px;
}
.discover .discover_header .lead {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #0C81C0;
  margin-bottom: 5px;
}
.discover .discover_cnt {
  border-top: 1px solid #0C81C0;
  padding: 60px 0;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt {
    padding: 32px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.discover .discover_cnt .cnt_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .cnt_header {
    display: block;
    padding: 0;
    margin-bottom: 24px;
  }
}
.discover .discover_cnt .cnt_header .ttl {
  font-size: 32px;
  font-weight: bold;
  color: #0C81C0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .cnt_header .ttl {
    font-size: 20px;
  }
}
.discover .discover_cnt .cnt_header .txt {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .cnt_header .txt {
    line-height: 1.6;
  }
}
.discover .discover_cnt .wrap_discover_slide {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .discover .discover_cnt .wrap_discover_slide {
    margin-right: -20px;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_slide {
  padding-right: 40px;
}
@media screen and (max-width: 1360px) {
  .discover .discover_cnt .wrap_discover_slide .discover_slide {
    padding-right: 20px;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li {
  width: 360px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .wrap_discover_slide .discover_slide ul li {
    margin-bottom: 32px;
    width: 144px;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li a {
  display: block;
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li a:hover .img path,
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li a:hover .img circle {
  stroke: #2CBB3B;
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li .img {
  font-size: 0;
  margin-bottom: 4px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li .img svg {
  position: absolute;
  right: 8px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .wrap_discover_slide .discover_slide ul li .img svg {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li .img svg path,
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li .img svg circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li .txt {
  font-size: 15px;
  color: #0C81C0;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .wrap_discover_slide .discover_slide ul li .txt {
    font-size: 12px;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_slide ul li .modal_cnt {
  display: none;
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
}
@media screen and (max-width: 1380px) {
  .discover .discover_cnt .wrap_discover_slide .discover_list_ctrl {
    max-width: calc(100dvw - 80px);
  }
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .wrap_discover_slide .discover_list_ctrl {
    max-width: calc(100% - 16px);
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p {
  color: #0C81C0;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p {
    font-size: 0;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p:hover {
  color: #2CBB3B;
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p:hover i {
  border: 2px solid #2CBB3B;
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p:hover i::after {
  background: #2CBB3B;
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #0C81C0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p i {
    width: 32px;
    height: 32px;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p i::after {
  content: "";
  background: #0C81C0;
  height: 15.5884572681px;
  width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .discover .discover_cnt .wrap_discover_slide .discover_list_ctrl p i::after {
    height: 10.3923048454px;
    width: 10px;
  }
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl .discover_list_prev i {
  margin-right: 12px;
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl .discover_list_prev i::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: 3px;
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl .discover_list_next i {
  margin-left: 12px;
}
.discover .discover_cnt .wrap_discover_slide .discover_list_ctrl .discover_list_next i::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 3px;
}

/*/ 審査員 //////////////////////////////////*/
.jury {
  background: #0C81C0;
  padding: 120px 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .jury {
    padding: 60px 16px;
    margin-bottom: 60px;
  }
}
.jury .sec_ttl {
  color: #FFF;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .jury .sec_ttl {
    font-size: 32px;
  }
}
.jury .sec_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 24px;
}
.jury .jury_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .jury .jury_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.jury .jury_list li {
  width: 560px;
  margin: 0 40px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1340px) {
  .jury .jury_list li {
    width: 48%;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .jury .jury_list li {
    width: 100%;
    margin: 0 0 60px;
  }
}
.jury .jury_list li:first-of-type {
  width: 100%;
  margin: 0 40px 88px;
}
@media screen and (max-width: 1340px) {
  .jury .jury_list li:first-of-type {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 1340px) {
  .jury .jury_list li:first-of-type .img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .jury .jury_list li:first-of-type .img {
    width: 80px;
  }
}
.jury .jury_list li .img {
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 24px;
}
@media screen and (max-width: 1340px) {
  .jury .jury_list li .img {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .jury .jury_list li .img {
    width: 80px;
    margin-right: 10px;
  }
}
.jury .jury_list li .img img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .jury .jury_list li .cnt {
    width: calc(100% - 90px);
  }
}
.jury .jury_list li .cnt p {
  color: #FFF;
}
.jury .jury_list li .cnt .katagaki {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .jury .jury_list li .cnt .katagaki {
    margin-bottom: 16px;
    line-height: 1;
  }
}
.jury .jury_list li .cnt .name {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jury .jury_list li .cnt .name {
    font-size: 24px;
  }
}
.jury .jury_list li .cnt .name span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .jury .jury_list li .cnt .name span {
    font-size: 14px;
  }
}
.jury .jury_list li .cnt .kana {
  font-size: 12px;
  margin-bottom: 8px;
}
.jury .jury_list li .cnt .txt {
  font-size: 15px;
  margin-bottom: 20px;
}
.jury .jury_list li .cnt .message_ttl {
  font-size: 14px;
}
.jury .jury_list li .cnt .message {
  font-size: 15px;
}

/*/ 賞 //////////////////////////////////*/
.wrap_award .sec_ttl {
  color: #0C81C0;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .wrap_award .sec_ttl {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.wrap_award .sec_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_award .sec_ttl span {
    margin-bottom: 8px;
  }
}
.wrap_award .awards {
  background: url("../img/award_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 120px 20px 80px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards {
    background: url("../img/sp_award_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 40px 16px;
  }
}
.wrap_award .awards .awards_list {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_award .awards .award1,
.wrap_award .awards .award2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 20px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(0, 67, 211, 0.16);
          box-shadow: 0px 4px 30px 4px rgba(0, 67, 211, 0.16);
  border-radius: 8px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1,
  .wrap_award .awards .award2 {
    padding: 32px 16px;
  }
}
.wrap_award .awards .award1 .award_ttl,
.wrap_award .awards .award2 .award_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_award .awards .award1 .award_ttl b,
.wrap_award .awards .award2 .award_ttl b {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .award_ttl b,
  .wrap_award .awards .award2 .award_ttl b {
    font-size: 32px;
  }
}
.wrap_award .awards .award1 .award_ttl span,
.wrap_award .awards .award2 .award_ttl span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 30px;
  border-radius: 15px;
  background: #CCE7F6;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .award_ttl span,
  .wrap_award .awards .award2 .award_ttl span {
    width: 48px;
    height: 29px;
  }
}
.wrap_award .awards .award1 .prizes,
.wrap_award .awards .award2 .prizes {
  border-top: 1px solid #0C81C0;
  border-bottom: 1px solid #0C81C0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 12px;
  max-width: 464px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .prizes,
  .wrap_award .awards .award2 .prizes {
    border: 1px solid #0C81C0;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrap_award .awards .award1 .prizes .ttl,
.wrap_award .awards .award2 .prizes .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0C81C0;
  width: 64px;
  height: 36px;
  font-size: 20px;
  text-align: center;
  color: #0C81C0;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .prizes .ttl,
  .wrap_award .awards .award2 .prizes .ttl {
    margin: 0 0 16px;
    font-size: 15px;
    width: 54px;
    height: 29px;
  }
}
.wrap_award .awards .award1 .prizes .prize_list li,
.wrap_award .awards .award2 .prizes .prize_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
.wrap_award .awards .award1 .prizes .prize_list li:last-of-type,
.wrap_award .awards .award2 .prizes .prize_list li:last-of-type {
  margin-bottom: 0;
}
.wrap_award .awards .award1 .prizes .prize_list li p,
.wrap_award .awards .award2 .prizes .prize_list li p {
  font-size: 18px;
  font-weight: bold;
  color: #0C81C0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .prizes .prize_list li p,
  .wrap_award .awards .award2 .prizes .prize_list li p {
    font-size: 15px;
  }
}
.wrap_award .awards .award1 .prizes .prize_list li p span,
.wrap_award .awards .award2 .prizes .prize_list li p span {
  display: block;
  font-size: 15px;
  padding-left: 1em;
  position: relative;
}
.wrap_award .awards .award1 .prizes .prize_list li p span::before,
.wrap_award .awards .award2 .prizes .prize_list li p span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0C81C0;
  border-radius: 50%;
  top: 0.58em;
  left: 0;
}
.wrap_award .awards .award1 .prizes .prize_list li::before,
.wrap_award .awards .award2 .prizes .prize_list li::before {
  content: "";
  display: block;
  background: url("../img/awards_check.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .prizes .prize_list li::before,
  .wrap_award .awards .award2 .prizes .prize_list li::before {
    margin-top: 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 10px;
  }
}
.wrap_award .awards .award1 .award_ttl {
  padding-top: 16px;
  background: url("../img/awards1.svg") no-repeat center;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .award_ttl {
    background-size: 140px;
    width: 140px;
  }
}
.wrap_award .awards .award1 .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #0C81C0;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .copy {
    font-size: 20px;
  }
}
.wrap_award .awards .award1 .time {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #0C81C0;
  text-align: center;
  border-bottom: 1px solid #0C81C0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .time {
    font-size: 18px;
  }
}
.wrap_award .awards .award1 .memo {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #0C81C0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award1 .memo {
    margin-bottom: 24px;
  }
}
.wrap_award .awards .award2 {
  margin-bottom: 72px;
}
.wrap_award .awards .award2 .award_ttl {
  background: url("../img/awards2.svg") no-repeat center;
  width: 160px;
  height: 160px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award2 .award_ttl {
    background-size: 140px;
    width: 140px;
    height: 140px;
  }
}
.wrap_award .awards .award_cnt {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(0, 67, 211, 0.16);
          box-shadow: 0px 4px 30px 4px rgba(0, 67, 211, 0.16);
  border-radius: 8px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award_cnt {
    width: 100%;
    padding: 32px 16px;
  }
}
.wrap_award .awards .award_cnt .award_cnt_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_award .awards .award_cnt .award_cnt_ttl img {
  margin-bottom: 16px;
}
.wrap_award .awards .award_cnt .award_cnt_ttl b {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award_cnt .award_cnt_ttl b {
    font-size: 24px;
  }
}
.wrap_award .awards .award_cnt .award_cnt_ttl span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  height: 30px;
  border-radius: 15px;
  background: #CCE7F6;
}
.wrap_award .awards .award_cnt .prizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award_cnt .prizes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }
}
.wrap_award .awards .award_cnt .prizes .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0C81C0;
  width: 64px;
  height: 36px;
  font-size: 20px;
  text-align: center;
  color: #0C81C0;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award_cnt .prizes .ttl {
    font-size: 15px;
    width: 54px;
    height: 29px;
    margin: 0 0 16px;
  }
}
.wrap_award .awards .award_cnt .prizes .prize_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap_award .awards .award_cnt .prizes .prize_list li p {
  font-size: 18px;
  font-weight: bold;
  color: #0C81C0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award_cnt .prizes .prize_list li p {
    font-size: 15px;
  }
}
.wrap_award .awards .award_cnt .prizes .prize_list li p span {
  display: block;
  font-size: 15px;
}
.wrap_award .awards .award_cnt .prizes .prize_list li::before {
  content: "";
  display: block;
  background: url("../img/awards_check.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .wrap_award .awards .award_cnt .prizes .prize_list li::before {
    margin-top: 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 10px;
  }
}

/*/ 募集要項 //////////////////////////////////*/
.wrap_requirements {
  background: #0C81C0;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .wrap_requirements {
    padding: 60px 16px;
    margin-bottom: 40px;
  }
}
.wrap_requirements .sec_ttl {
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .sec_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.wrap_requirements .sec_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 24px;
}
.wrap_requirements .requirements {
  max-width: 840px;
  border-top: 1px solid #fff;
  margin: 0 auto 80px;
}
.wrap_requirements .requirements > li {
  border-bottom: 1px solid #fff;
  padding: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .requirements > li {
    display: block;
  }
}
.wrap_requirements .requirements > li p {
  color: #FFF;
}
.wrap_requirements .requirements > li .requirements_ttl {
  font-size: 24px;
  font-weight: bold;
  width: 240px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .requirements > li .requirements_ttl {
    font-size: 20px;
    width: auto;
    margin: 0 0 16px;
  }
}
.wrap_requirements .requirements > li .requirements_cnt {
  color: #FFF;
  font-weight: bold;
  width: calc(100% - 264px);
}
@media screen and (max-width: 767px) {
  .wrap_requirements .requirements > li .requirements_cnt {
    width: 100%;
    font-size: 15px;
  }
}
.wrap_requirements .requirements > li .requirements_cnt.fee {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .requirements > li .requirements_cnt.fee {
    font-size: 20px;
  }
}
.wrap_requirements .requirements > li .requirements_cnt .y20 {
  font-size: 20px;
  font-weight: bold;
  color: #F8EE71;
  margin-bottom: 8px;
}
.wrap_requirements .requirements > li .requirements_cnt .y20 + br {
  display: none;
}
.wrap_requirements .requirements > li .requirements_cnt .ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #fff;
  padding: 4px 12px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.wrap_requirements .requirements > li .requirements_cnt .ttl + br {
  display: none;
}
.wrap_requirements .requirements > li .requirements_cnt .img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .requirements > li .requirements_cnt .img4 {
    margin-top: 24px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 48px;
  }
}
.wrap_requirements .requirements > li .requirements_cnt .img4 li {
  margin-right: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .requirements > li .requirements_cnt .img4 li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
.wrap_requirements .requirements > li .requirements_cnt .img4 li:last-of-type {
  margin-right: 0;
}
.wrap_requirements .requirements > li .requirements_cnt .img4 li img {
  border-radius: 8px;
}
.wrap_requirements .requirements > li .requirements_cnt .img4 li span {
  display: block;
  color: #FFF;
  font-size: 14px;
}
.wrap_requirements .requirements > li .requirements_cnt .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 16px 0;
}
.wrap_requirements .requirements > li .requirements_cnt .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_requirements .requirements > li .requirements_cnt .link a:hover {
  color: #F8EE71;
}
.wrap_requirements .requirements > li .requirements_cnt .link a:hover i {
  border: 2px solid #F8EE71;
}
.wrap_requirements .requirements > li .requirements_cnt .link a:hover i::after {
  background: #F8EE71;
}
.wrap_requirements .requirements > li .requirements_cnt .link a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-left: 12px;
}
.wrap_requirements .requirements > li .requirements_cnt .link a i::after {
  content: "";
  background: #FFF;
  height: 7.7942286341px;
  width: 7px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_requirements .pdf_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.wrap_requirements .pdf_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 32px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #FFF;
  font-weight: bold;
}
.wrap_requirements .pdf_btn a::after {
  content: "";
  display: block;
  background: url("../img/pdf_icon.svg") no-repeat;
  width: 31px;
  height: 34px;
  margin-left: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_requirements .pdf_btn a:hover {
  color: #F8EE71;
  border: 1px solid #F8EE71;
}
.wrap_requirements .pdf_btn a:hover::after {
  background: url("../img/pdf_icon_y.svg") no-repeat;
  width: 31px;
}
.wrap_requirements .entry_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.wrap_requirements .entry_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 72px;
  border-radius: 8px;
  background: #FFF;
  color: #0C81C0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .entry_btn a {
    height: 56px;
  }
}
.wrap_requirements .entry_btn a:hover {
  background: #2CBB3B;
  color: #FFF;
}
.wrap_requirements .entry_btn a:hover i {
  border: 2px solid #fff;
}
.wrap_requirements .entry_btn a:hover i::after {
  background: #FFF;
}
.wrap_requirements .entry_btn a i {
  margin-left: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #0C81C0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_requirements .entry_btn a i::after {
  content: "";
  background: #0C81C0;
  height: 10.3923048454px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_requirements .entry_memo {
  max-width: 530px;
  border: 1px solid #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .entry_memo {
    padding: 16px;
  }
}
.wrap_requirements .entry_memo p {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wrap_requirements .entry_memo p {
    font-size: 14px;
  }
}

/*/ 最新情報 //////////////////////////////////*/
.news_archive {
  border-bottom: 1px solid #0C81C0;
}
.news_archive .news_header {
  background: #41ACE5;
  height: 120px;
  padding: 44px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_archive .news_header {
    padding: 30px 16px 0;
    height: 64px;
    margin-bottom: 72px;
  }
}
.news_archive .news_header::after {
  content: "";
  display: block;
  background: url("../img/news_header.svg") repeat-x bottom;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news_archive .news_header::after {
    height: 44px;
    background-size: auto 44px;
    bottom: -40px;
  }
}
.news_archive .news_header .news_ttl {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news_archive .news_header .news_ttl {
    font-size: 28px;
  }
}
.news_archive .news_archive_cnt {
  max-width: 1160px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news_archive .news_archive_cnt {
    padding: 0 16px;
  }
}
.news_archive .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_archive .news_list {
    display: block;
    margin-bottom: 40px;
  }
}
.news_archive .news_list li {
  width: 360px;
  margin-right: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1160px) {
  .news_archive .news_list li {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .news_archive .news_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.news_archive .news_list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .news_archive .news_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news_archive .news_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_archive .news_list li .img {
  font-size: 0;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_archive .news_list li .img {
    width: 120px;
    margin: 0 12px 0 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.news_archive .news_list li .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .news_archive .news_list li .cnt {
    width: calc(100% - 132px);
  }
}
.news_archive .news_list li .cnt .date {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
.news_archive .news_list li .cnt .ttl {
  font-weight: bold;
  color: #0C81C0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .news_archive .news_list li .cnt .ttl {
    font-size: 14px;
  }
}

.pagination {
  margin: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 80px;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li {
  margin: 0 2px;
  font-size: 20px;
  color: #0C81C0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pagination ul li {
    font-size: 16px;
  }
}
.pagination ul li span {
  display: block;
  padding: 4px 8px;
  line-height: 1;
}
.pagination ul li.num a {
  display: block;
  padding: 4px 8px;
  line-height: 1;
  color: #0C81C0;
}
.pagination ul li.prev, .pagination ul li.next {
  width: 48px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev, .pagination ul li.next {
    width: 32px;
  }
}
.pagination ul li.prev a, .pagination ul li.next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #0C81C0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev a, .pagination ul li.next a {
    width: 32px;
    height: 32px;
  }
}
.pagination ul li.prev a:hover, .pagination ul li.next a:hover {
  border: 2px solid #2CBB3B;
}
.pagination ul li.prev a:hover::after, .pagination ul li.next a:hover::after {
  background: #2CBB3B;
}
.pagination ul li.prev a::after, .pagination ul li.next a::after {
  content: "";
  background: #0C81C0;
  height: 15.5884572681px;
  width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev a::after, .pagination ul li.next a::after {
    height: 10.3923048454px;
    width: 10px;
  }
}
.pagination ul li.prev {
  margin-right: auto;
}
.pagination ul li.prev a {
  margin-right: 12px;
}
.pagination ul li.prev a::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: 3px;
}
.pagination ul li.next {
  margin-left: auto;
}
.pagination ul li.next a {
  margin-left: 12px;
}
.pagination ul li.next a::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 3px;
}

/*/ 記事詳細 //////////////////////////////////*/
.news_single {
  padding: 64px 16px 120px;
  border-bottom: 1px solid #0C81C0;
}
@media screen and (max-width: 767px) {
  .news_single {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.news_single .news_entry {
  max-width: 720px;
  margin: 0 auto 100px;
}
.news_single .news_entry .page_header,
.news_single .news_entry .entry_header {
  margin-bottom: 20px;
}
.news_single .news_entry .page_header .date,
.news_single .news_entry .entry_header .date {
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 8px;
  line-height: 1.4;
}
.news_single .news_entry .page_header .entry_ttl,
.news_single .news_entry .entry_header .entry_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #0C81C0;
  line-height: 1.4;
}
.news_single .news_entry .page_header {
  margin-bottom: 40px;
}
.news_single .news_entry .entry_body .wp-caption {
  max-width: 100%;
}
.news_single .news_entry .entry_body .wp-caption .wp-caption-text {
  color: #0C81C0;
  font-size: 14px;
  margin-top: 8px;
}
.news_single .news_entry .entry_body .entry_mv {
  font-size: 0;
}
.news_single .news_entry .entry_body .entry_mv .thumb_caption {
  display: block;
  color: #0C81C0;
  font-size: 14px;
  margin-top: 8px;
}
.news_single .news_entry .entry_body h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0C81C0;
  line-height: 1.4;
  margin-bottom: 16px;
}
.news_single .news_entry .entry_body h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0C81C0;
  line-height: 1.6;
  margin-bottom: 16px;
}
.news_single .news_entry .entry_body h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0C81C0;
  line-height: 1.6;
  margin-bottom: 16px;
}
.news_single .news_entry .entry_body p {
  font-size: 15px;
  margin-bottom: 40px;
  word-break: break-all;
}
.news_single .news_entry .entry_body p img {
  border-radius: 8px;
}
.news_single .news_entry .entry_body a {
  text-decoration: underline;
}
.news_single .news_entry .entry_body a:hover {
  color: #2CBB3B;
}
.news_single .news_entry .entry_body .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news_single .news_entry .entry_body .link a {
  color: #0C81C0;
}
.news_single .news_entry .entry_body .link a:hover {
  color: #2CBB3B;
}
.news_single .news_entry .entry_body .link a:hover i {
  border: 2px solid #2CBB3B;
}
.news_single .news_entry .entry_body .link a:hover i::after {
  background: #2CBB3B;
}
.news_single .news_entry .entry_body .link a i {
  border: 2px solid #0C81C0;
}
.news_single .news_entry .entry_body .link a i::after {
  background: #0C81C0;
}
.news_single .news_entry .entry_body .box {
  border: 1px solid #0C81C0;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body .box {
    padding: 12px;
  }
}
.news_single .news_entry .entry_body hr {
  height: 1px;
  background: #0C81C0;
  border: none;
  margin-bottom: 40px;
}
.news_single .news_entry .entry_body .link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_single .news_entry .entry_body .link_btn a {
  padding: 8px 32px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0C81C0;
  color: #FFF;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_single .news_entry .entry_body .link_btn a:hover {
  background: #2CBB3B;
}
.news_single .news_entry .entry_body .link_btn a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 24px;
}
.news_single .news_entry .entry_body .link_btn a i::after {
  content: "";
  background: #fff;
  height: 10.3923048454px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 3px;
}
.news_single .news_entry .entry_body ul {
  margin-bottom: 40px;
}
.news_single .news_entry .entry_body ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.news_single .news_entry .entry_body ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0C81C0;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
.news_single .pagenationSingle ul {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_single .pagenationSingle ul li {
  font-size: 16px;
  font-weight: bold;
}
.news_single .pagenationSingle ul li a {
  color: #0C81C0;
}
.news_single .pagenationSingle ul li.back {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .news_single .pagenationSingle ul li.back {
    font-size: 16px;
  }
}
.news_single .pagenationSingle ul li.back a {
  border-bottom: 1px solid #0C81C0;
  padding: 8px 0;
  line-height: 1;
}
.news_single .pagenationSingle ul li.back a:hover {
  color: #2CBB3B;
  border-bottom: 1px solid #2CBB3B;
}
.news_single .pagenationSingle ul li.prev, .news_single .pagenationSingle ul li.next {
  width: 126px;
}
@media screen and (max-width: 767px) {
  .news_single .pagenationSingle ul li.prev, .news_single .pagenationSingle ul li.next {
    width: 32px;
    font-size: 0;
  }
}
.news_single .pagenationSingle ul li.prev a, .news_single .pagenationSingle ul li.next a {
  color: #0C81C0;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news_single .pagenationSingle ul li.prev a, .news_single .pagenationSingle ul li.next a {
    font-size: 0;
  }
}
.news_single .pagenationSingle ul li.prev a:hover, .news_single .pagenationSingle ul li.next a:hover {
  color: #2CBB3B;
}
.news_single .pagenationSingle ul li.prev a:hover i, .news_single .pagenationSingle ul li.next a:hover i {
  border: 2px solid #2CBB3B;
}
.news_single .pagenationSingle ul li.prev a:hover i::after, .news_single .pagenationSingle ul li.next a:hover i::after {
  background: #2CBB3B;
}
.news_single .pagenationSingle ul li.prev a i, .news_single .pagenationSingle ul li.next a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #0C81C0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_single .pagenationSingle ul li.prev a i, .news_single .pagenationSingle ul li.next a i {
    width: 32px;
    height: 32px;
  }
}
.news_single .pagenationSingle ul li.prev a i::after, .news_single .pagenationSingle ul li.next a i::after {
  content: "";
  background: #0C81C0;
  height: 15.5884572681px;
  width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_single .pagenationSingle ul li.prev a i::after, .news_single .pagenationSingle ul li.next a i::after {
    height: 10.3923048454px;
    width: 10px;
  }
}
.news_single .pagenationSingle ul li.prev.prev i, .news_single .pagenationSingle ul li.next.prev i {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .news_single .pagenationSingle ul li.prev.prev i, .news_single .pagenationSingle ul li.next.prev i {
    margin: 0;
  }
}
.news_single .pagenationSingle ul li.prev.prev i::after, .news_single .pagenationSingle ul li.next.prev i::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: 3px;
}
.news_single .pagenationSingle ul li.prev.next i, .news_single .pagenationSingle ul li.next.next i {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .news_single .pagenationSingle ul li.prev.next i, .news_single .pagenationSingle ul li.next.next i {
    margin: 0;
  }
}
.news_single .pagenationSingle ul li.prev.next i::after, .news_single .pagenationSingle ul li.next.next i::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 3px;
}

.wrap_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_modal {
    padding: 16px;
  }
}
.wrap_modal.active {
  pointer-events: all;
  opacity: 1;
}
.wrap_modal .modal {
  max-width: 880px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 40px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal {
    padding: 0 0 16px;
  }
}
.wrap_modal .modal:has(.is-tall) {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal:has(.is-tall) {
    height: calc(100% - 140px);
  }
}
.wrap_modal .modal .modal_box {
  max-width: 880px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_modal .modal .modal_box .img {
  font-size: 0;
  margin-bottom: 16px;
}
.wrap_modal .modal .modal_box .img img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal .modal_box .img img {
    border-radius: 8px 8px 0 0;
  }
}
.wrap_modal .modal .modal_box .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal .modal_box .ttl {
    font-size: 18px;
    padding: 0 16px;
  }
}
.wrap_modal .modal .modal_box .txt {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal .modal_box .txt {
    font-size: 14px;
    padding: 0 16px;
  }
}
.wrap_modal .modal .close {
  position: absolute;
  top: -24px;
  right: -24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal .close {
    width: 44px;
    height: 44px;
    top: -22px;
    right: 8px;
  }
}
.wrap_modal .modal .close:hover path,
.wrap_modal .modal .close:hover circle {
  stroke: #2CBB3B;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal .close svg {
    width: 100%;
    height: auto;
  }
}
.wrap_modal .modal .close svg path,
.wrap_modal .modal .close svg circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_modal .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C81C0;
  opacity: 0.7;
  z-index: 10;
}

#haikei {
  display: none;
}

.modal:has(.haikei) {
  background: #FFF url("../img/modal_map.svg") no-repeat right bottom;
  background-size: 480px;
}
@media screen and (max-width: 767px) {
  .modal:has(.haikei) {
    padding: 24px 16px;
    background-size: 80%;
  }
}

.haikei {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .haikei {
    padding: 0 8px 0 0;
  }
}
.haikei .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0C81C0;
  margin-bottom: 32px;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .haikei .ttl {
    font-size: 20px;
  }
}
.haikei .txt {
  margin-bottom: 60px;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .haikei .txt {
    margin-bottom: 0;
  }
}
.haikei .txt p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 24px;
}
.haikei .img img {
  width: 400px !important;
  border-radius: 8px !important;
}
.haikei .img span {
  font-size: 15px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .haikei .img span {
    margin: 8px 0 0 0;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */