@charset "UTF-8";

/* Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* --------------------------------------
Public
----------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

/* --------------------------------------
pc_header sp_header
----------------------------------------- */
#pc_header,
#sp_header {
  position: relative;
  z-index: 20;
}

#pc_header {
  width: 100%;
  height: 61px;
  background: url(bg.png) top center no-repeat #000;
}
#pc_header > div {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 61px;
  background: url(nbo.jpg) top left no-repeat;
}
#pc_header > div .nbo_header {
  position: absolute;
  top: 11px;
  right: 12px;
  overflow: hidden;
  width: 283px;
  height: 35px;
}
#pc_header > div .nbo_header img {
  position: absolute;
  top: -11px;
  right: -12px;
  display: block;
}

#sp_header {
  display: none;
  padding: 5px 0;
  width: 100%;
  height: 30px;
  background: #000;
}
#sp_header a {
  display: block;
  margin: 0 auto;
  width: 92px;
}
#sp_header a img {
  display: block;
}

@media screen and (max-width: 640px) {
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .ttl_small {
    font-size: 22px !important;
  }
  .ttl_smalls {
    font-size: 16px !important;
  }
  .ttl_small_pc {
    font-size: 18px !important;
  }
  .pc_mb_0 {
    margin-bottom: 0 !important;
  }
  .pc_mt_70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 640px) {
  .ttl_small {
    font-size: 14px !important;
  }
  .ttl_smalls {
    font-size: 10px !important;
  }
  .sp_small {
    font-size: 10px !important;
  }
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
/* --------------------------------------
ここから
----------------------------------------- */
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
}
.wrapper {
  position: relative;
  margin: 0 auto;
}
.wrapper p {
  letter-spacing: -0.025em;
}

.wrapTop {
  max-width: 1300px;
}

/* ----------------
下層ページ ヘッダー
----------------- */
.headerArea {
  margin: auto;
  width: min(100%, 1600px);
}
.headerArea .bg {
  display: block;
  height: 55vw;
  background: url(img_header.jpg) top 5% right no-repeat;
  background-size: 170%;
}
.headerArea .headerArea_box {
  color: #000;
  position: relative;
  margin: -13% auto 0;
  padding: 5%;
  background-color: transparent;
  border: 4px solid #00479d;
  border-radius: 0;
  width: 80%;
}
.headerArea .headerArea_box img.hd_icon {
  position: absolute;
  left: -4px;
  width: min(48vw, 270px);
  top: -6.25%;
}
.headerArea .headerArea_box > span {
  display: inline-block;
  margin: 1em 0;
  padding: 7px 6px 6px 6px;
  background-color: #00479d;
  color: #fff;
  font-weight: 500;
  font-size: min(4vw, 20px);
  line-height: 1;
}
.headerArea .headerArea_box p {
  font-weight: 600;
  font-size: min(6.2vw, 30px);
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headerArea .headerArea_box p.date {
  margin-bottom: 1em;
  color: #757575;
  font-size: 60%;
}
.headerArea .headerArea_box p.sub {
  font-size: 120%;
}
.headerArea .headerArea_box p.name {
  margin-top: 1em;
  font-size: 80%;
}

.headerArea .headerArea_box p.name span {
  font-size: 130%;
}
.headerArea .headerArea_box p.small {
  font-size: min(4.2vw, 20px);
  margin-bottom: 0.2em;
}
.headerArea p.lead {
  margin: 20px auto;
  max-width: 754px;
  width: 90%;
  font-size: 15px;
  line-height: 1.6;
}

/* add_20241213 */
.headerArea .headerArea_box p.add_txt {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #00479d;
  font-size: 90%;
}

.related h3 {
  position: relative;
box-sizing: border-box;
  width: 100%;
  margin: 40px auto 0;
  padding: 0.5em;
  font-size: 1.2rem !important;  
  border-top: 4px solid #00479d;
}

.related ul {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  border-top: 1px dashed #00479d;
  border-bottom: 4px solid #00479d;
}

.related ul li {
  text-align: left;
  font-size: 1.1rem;
  padding: 0.8em 0.5em;
  list-style-type: none!important;
  border-bottom: 1px solid #00479d;
  padding-left: 1.5rem;
  text-indent: -1.1rem;
}

.related ul li:last-child {
  border-bottom: none;
}

.related a {
  color: #00479d;
  text-decoration: none;
cursor: pointer;
  word-break: break-all;
}

.related a:hover {
  color: #00479d;
  text-decoration: none;
cursor: pointer;
}

.cl1 {
  color: #00479d;
}


@media screen and (min-width: 767px) {
  .headerArea {
    position: relative;
  }
  .headerArea .bg {
    margin-left: 0;
    width: 100%;
    max-height: 550px;
    background: url(img_header.jpg) top 5% center no-repeat;
    background-size: cover;
  }
  .headerArea .headerArea_box {
    border: 5px solid #00479d;
    top: 11%;
    padding: 2%;
    position: absolute;
    margin: 0 0 0 5%;
    width: min(45%, 560px);
  }
  .headerArea .headerArea_box p {
    font-size: min(3.5vw, 35px);
  }
  .headerArea .headerArea_box p.main {
    line-height: 1.3;
  }
  .headerArea .headerArea_box p.sub {
    font-size: 160%;
  }
  .headerArea .headerArea_box p.small {
    font-size: min(2.4vw, 24px);
  }
  .headerArea .headerArea_box img.hd_icon {
    left: -5px;
  }
  .headerArea p.lead {
    margin: 40px auto;
  }
}
@media screen and (min-width: 1000px) {
  .headerArea .headerArea_box {
    margin-left: 0;
    left: calc(50% - 450px);
    max-width: 440px;
    top: 12%;
  }
  .headerArea > span {
    margin: 0.8em 0 0.5em;
  }
}
/* ----------------
下層 mainArea case07
----------------- */
.mainArea {
  padding: 20px 0 40px;
  background-color: #E2E2E2;
}
.mainArea img.photo {
  display: block;
  margin: 30px auto;
  max-width: 620px;
  width: 100%;
}
.mainArea img.photo.photo-b {
  max-width: 750px;
}
.mainArea img.photo.photo-c {
  margin: 10px auto 30px;
  max-width: 750px;
}
.mainArea img.photo.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mainArea p.lead {
  margin: 0 auto;
  max-width: 754px;
  width: 90%;
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 0;
}
.mainArea a.link_top {
  display: block;
  margin: 40px auto 0;
  padding: 0.3em 0;
  max-width: 250px;
  width: 80%;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 767px) {
  .mainArea p.lead {
    padding: 40px 0;
  }
}
/* ----------------
movieArea
----------------- */
.movieArea p {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  text-indent: 0 !important;
}
.movieArea p.rd {
  color: #00479d;
}
.movieArea .movieArea_cts {
  margin: 0 auto;
  max-width: 720px;
  width: 90%;
  aspect-ratio: 16/9;
}

/* ----------------
movieArea case07
----------------- */
.case07 .movieArea {
  margin: 5% auto;
}
.case07 .movieArea p {
  color: #00479d;
}

/* ----------------
sectionArea
----------------- */
.sectionArea {
  margin: 30px auto;
  max-width: 910px;
  width: 90%;
  border: 5px solid #00479d;
  background-color: #fff;
}
.sectionArea:before, .sectionArea:after {
  display: block;
  height: 4px;
  background: linear-gradient(to right, #00ff00 0%, #0071bb 100%);
  content: "";
}
.sectionArea > div {
  margin: 7%;
}
.sectionArea > div h2 {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: min(6vw, 26px);
}
.sectionArea > div h2.mgt {
  margin-top: 3em;
}
.sectionArea > div h2:nth-of-type(2) {
  margin-top: 2em;
}
.sectionArea > div p {
  margin-bottom: 1em;
  text-indent: 1em;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
}
.sectionArea > div .figArea {
  margin: 40px auto 0;
}
.sectionArea > div .figArea > p {
  text-align: center;
  text-indent: 0;
  font-weight: bold;
}
.sectionArea > div .figArea > p.rd {
  color: #00479d;
}
.sectionArea > div .figArea .fig_text {
  margin: 40px auto 50px;
  padding: 1em;
  background-color: #0071bc;
}
.sectionArea > div .figArea .fig_text p {
  color: #fff;
  font-size: 14px;
}
.sectionArea > div .figArea .fig_text p.caption {
  margin-top: 2em;
  margin-bottom: 0;
  text-indent: 0;
  font-size: 75%;
}
.sectionArea > div .figArea .fig_text p.mbn {
  margin-bottom: 0;
}
.sectionArea > div .figArea > a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.sectionArea > div .figArea > a img {
  width: 100%;
}
.sectionArea > div .figArea > a img.zoom {
  display: none;
}
.sectionArea > div .profileArea > img {
  width: 100%;
}
.sectionArea > div .profileArea p {
  color: #fff;
  text-indent: 0;
}
.sectionArea > div .profileArea > div {
  padding: 5%;
}
.sectionArea > div .profileArea > div p {
  margin-bottom: 0;
  font-size: 13px;
}
.sectionArea > div .profileArea > div p.name {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 14px;
}
.sectionArea > div .profileArea > div p.name span {
  font-size: 140%;
}

/* ----------------
case07 sectionArea
----------------- */
.sectionArea:before, .sectionArea:after {
  background: none;
}
.sectionArea > div h2 {
  color: #00479d;
}
.sectionArea > div .figArea h3 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.sectionArea > div .figArea .phCaps {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
}
.sectionArea > div .figArea .phCaps span {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
.sectionArea > div .figArea .fig_text {
  background-color: #00479d;
  padding: 1.5em;
}
.sectionArea > div .profileArea {
  margin: 0 auto 1.5em;
  width: min(100%, 300px);
}
.sectionArea > div .profileArea > img {
  vertical-align: top;
}
.sectionArea > div .profileArea > div {
  background: #00479d;
}
.sectionArea > div .profileArea > div p.name {
  font-size: 13px;
  margin-bottom: 0;
}
.sectionArea.sc1 {
  margin-top: 10px;
}

span.zh {
  font-family: "Noto Sans SC", sans-serif;
}

@media screen and (min-width: 767px) {
  .sectionArea {
    margin: 70px auto;
  }
  .sectionArea > div {
    margin: 5%;
    max-width: 750px;
  }
  .sectionArea > div h2 {
    font-size: 30px;
  }
  .sectionArea > div p {
    font-size: 16px;
  }
  .sectionArea > div .figArea {
    margin-top: 70px;
  }
  .sectionArea > div .figArea h3 {
    font-size: 19px;
  }
  .sectionArea > div .figArea > p {
    font-size: 19px;
  }
  .sectionArea > div .figArea > a img.zoom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    width: 40px;
    height: 40px;
  }
  .sectionArea > div .figArea .phCaps span {
    font-size: 17px;
  }
  .sectionArea > div .flexArea {
    display: flex;
  }
  .sectionArea > div .textArea {
    width: calc(100% - 340px);
    order: 1;
  }
  .sectionArea > div .profileArea {
    margin: 0 40px 40px 0;
  }
  .sectionArea > div .profileArea img {
    position: relative;
    top: 0;
    right: 0;
    max-width: 300px;
  }
  .sectionArea > div .profileArea > div {
    border: 0;
    padding: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .sectionArea.sc3 {
    margin-bottom: 60px;
  }
  .sectionArea > div {
    margin: 5% auto;
  }
}
/* ----------------
link_next
----------------- */
a.link_next {
  display: block;
  margin: 0 auto;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
a.link_next span {
  font-size: 130%;
}
a.link_next:hover {
  color: #0071bc;
}

@media screen and (min-width: 767px) {
  a.link_next span {
    padding-right: 2em;
    padding-left: 2em;
  }
}
/* ----------------
page
----------------- */
.page {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
}
.page a {
  display: block;
  margin: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 30px;
  border: solid 2px #000;
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  transition: 0.3s;
}
.page a.current {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
.page a:hover {
  background-color: #999;
}

@media screen and (min-width: 640px) {
  .page a {
    margin: 20px 10px;
    width: 35px;
    font-size: 20px;
  }
}
/* ----------------
lastArea
----------------- */
.lastArea {
  margin: 60px auto;
}
.lastArea p.subtitle {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
}
.lastArea p.subtitle span {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 130%;
}
.lastArea .sponsor_img img {
  display: block;
  margin: 0 auto 60px;
  width: 70%;
}

@media screen and (min-width: 768px) {
  .lastArea {
    width: 90%;
  }
  .lastArea p.subtitle {
    font-size: 16px;
  }
  .lastArea .sponsor_img {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .lastArea .sponsor_img img {
    max-width: 290px;
  }
}
/* ----------------
under linkBoxArea
----------------- */
.linkBoxArea .linkBox {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 85%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: 0.3s;
}
.linkBoxArea .linkBox .linkBox_img {
  width: 100%;
}
.linkBoxArea .linkBox .textArea {
  position: relative;
  padding: 6%;
  color: #000;
}
.linkBoxArea .linkBox .textArea > span {
  position: absolute;
  top: -25px;
  left: 0;
  padding: 7px 6px 6px 6px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.linkBoxArea .linkBox .textArea p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.linkBoxArea .linkBox .textArea p.sub {
  margin-bottom: 0.3em;
  font-size: 90%;
}
.linkBoxArea .linkBox .textArea p.name {
  margin-top: 1em;
  font-size: 80%;
}
.linkBoxArea .linkBox .textArea p.name span {
  font-size: 140%;
}
.linkBoxArea .linkBox:hover {
  opacity: 0.8;
}

@media screen and (min-width: 767px) {
  .linkBoxArea {
    display: flex;
    margin: 0 auto;
    max-width: 980px;
  }
  .linkBoxArea .linkBox {
    width: 43%;
  }
}
@media screen and (max-width: 320px) {
  .linkBoxArea .linkBox .textArea p.sub {
    font-size: 83%;
  }
  .linkBoxArea .linkBox br.w320 {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .linkBoxArea .linkBox .textArea p {
    font-size: 25px;
  }
  .linkBoxArea .linkBox .textArea p.sub {
    font-size: 120%;
  }
}
/* ----------------
p2
----------------- */
.p2 .headerArea {
  overflow: hidden;
  max-height: 200px;
  background: url(img_header.jpg?0825) no-repeat;
  background-position: top 10% right -40px;
  background-size: cover;
}
.p2 .headerArea .bg {
  height: 30vw;
}
.p2 .headerArea .headerArea_box {
  position: relative;
  margin: 0;
  padding: 10px;
  width: 53%;
  border-radius: 0;
}
.p2 .headerArea .headerArea_box img.hd_icon {
  position: relative;
  max-width: 260px;
}
.p2 .headerArea .headerArea_box p {
  font-size: 16px;
  line-height: 1.3;
}
.p2 .headerArea .headerArea_box p.sub {
  margin-bottom: 0.2em;
  font-size: 80%;
}
.p2 .headerArea .headerArea_box p.small {
  font-size: 12px;
  margin-bottom: 0;
}
.p2 .headerArea .headerArea_box img.tri {
  position: absolute;
  top: 0;
  right: -41px;
  height: 100%;
}
.p2 .sectionArea {
  margin-top: 10px;
}
.p2 a.link_top {
  display: block;
  margin: 50px auto 0;
  padding: 0.3em 0;
  max-width: 250px;
  width: 80%;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 22px;
}
.p2 a.link_top.rd {
  background-color: #00479d;
}

@media screen and (min-width: 767px) {
  .p2 .headerArea {
    background-position: top 10% right 0;
    background-size: 70% auto;
  }
  .p2 .headerArea .headerArea_box {
    padding: 10px 10px 10px 5%;
    max-width: 400px;
    width: 44%;
  }
  .p2 .headerArea .headerArea_box p {
    font-size: 35px;
  }
  .p2 .headerArea .headerArea_box p.sub {
    font-size: 140%;
  }
  .p2 .headerArea .headerArea_box p.small {
    font-size: 22px;
  }
  .p2 .headerArea .headerArea_box img .tri {
    right: -70px;
  }
}
@media screen and (min-width: 1000px) {
  .p2 .headerArea {
    max-width: 1024px;
  }
}
/* ----------------
column
----------------- */
.column {
  margin: 0 auto;
  padding: 30px 5%;
  max-width: 790px;
  width: 80%;
  background-color: #0071bc;
}
.column > img {
  display: block;
  margin: 0 auto 30px;
  max-width: 180px;
  width: 50%;
}
.column h2 {
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}
.column p {
  color: #fff;
  text-indent: 1em;
  font-weight: normal;
  font-size: 15px;
}

@media screen and (min-width: 767px) {
  .column {
    display: flex;
    align-items: center;
  }
  .column > img {
    margin-bottom: 0;
  }
  .column h2 {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 30px;
  }
  .column p {
    font-size: 16px;
  }
  .column > div {
    margin-left: 8%;
  }
}
@media screen and (min-width: 1000px) {
  .column {
    padding: 40px 5%;
  }
}
/* ----------------
company
----------------- */
div.company {
  margin: 70px auto 50px !important;
  width: 90%;
}
div.company > a {
  display: block;
}
div.company > a img {
  width: 80%;
  max-width: 207px;
  margin: auto;
  display: block;
}
div.company > a:hover {
  opacity: 0.8;
}
div.company p {
  text-indent: 0;
  font-size: 13px;
  text-align: center;
  margin-bottom: 2em;
}
div.company p span {
  padding: 1em 0;
  font-weight: bold;
}
div.company p.name {
  font-size: 110%;
  font-weight: bold;
  margin: 3em auto 1em;
}
div.company p a {
  word-break: break-all;
  text-decoration: underline;
  color: #00479d;
}

/* ----------------
note_text
----------------- */
#note_text {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 5%;
}

@media screen and (min-width: 767px) {
  #note_text {
    text-align: center;
  }
}