html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 30px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

.link {
  text-decoration: underline;
  color: #234DB2;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

/*
common
*/
.wrap {
  max-width: 100%;
  width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: 80px 0;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 60px;
}

h2.border-heading {
  text-align: left;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

.font-large {
  font-size: 1.2rem;
}

.sp-v {
  display: none !important;
}

footer {
  background: #234DB2;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

footer a {
  margin-right: 20px;
  color: #fff !important;
}

footer .copyright {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pc-v {
    display: none !important;
  }

  .sp-v {
    display: block !important;
  }
}

.video_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
}
.video_contents video {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

/*
top
*/
.top .kv {
  background: url(../img/kv.jpg) no-repeat center center;
  background-size: cover;
  height: 840px;
  padding: 150px 0;
  font-weight: bold;
}

.top .kv h1 {
  font-size: 3em;
  margin-bottom: 56px;
}

.top .kv p {
  margin-bottom: 50px;
  font-size: 1.4em;
  line-height: 1.8;
}

.btn-detail {
  background: #FFE219;
  display: inline-block;
  padding: 15px 70px;
  text-align: center;
  font-weight: bold;
  border-radius: 60px;
}

ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;
}

ul li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.2em;
  background: #234db2;
  border-radius: 50%;
  margin-right: 0.5em;
}

.flex-list {
  clear: both;
  display: flex;
  max-width: 100%;
  width: 780px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.flex-list ul {
  width: 50%;
  margin: 0 auto 20px;
}

.flex-list li {
  margin-bottom: 20px;
}

.flex-list li:before {
  background: #ffe219;
}

.bg-blue {
  background: #EFFAFF;
}

.box-yellow {
  background: #FFE219;
  padding: 20px 20px;
  max-width: 850px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}

.before-dot:before {
  content: "・";
  display: inline-block;
  color: #FBC029;
}

.note {
  margin-top: 30px;
  font-size: 0.9rem;
}

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

.text-left {
  text-align: left;
}

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

.white-box {
  background: #fff;
  padding: 80px 20px;
  margin: 50px auto;
}

.white-box>.wrap {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

.figure {
  text-align: center;
}

.photo-box {
  display: flex;
}

.photo-box>div {
  width: 50%;
}

.photo-box .photo {
  text-align: right;
}

.wrap-s {
  max-width: 100%;
  width: 1023px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap-ss {
  max-width: 100%;
  width: 588px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap .bg-blue {
  padding: 30px 70px;
}

.wrap .bg-blue .figure {
  padding: 20px 0;
}

.col3-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 80px 80px;
  margin: 80px 0 80px;
}

.col3-box>div {
  width: calc(100% / 3 - 55px);
}

.col3-box h3 {
  margin: 30px 0 20px;
  color: #234db2;
}

.col3-box .photo img {
  width: 263px;
}

.bg-gray {
  background: #fafafa;
}

.table-about {
  width: 100%;
}

.table-about th,
.table-about td {
  padding: 25px 50px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.table-about th {
  background: #EFFAFF;
}

@media screen and (max-width: 1024px) {
  .top .kv {
    height: 680px;
    padding: 80px 0;
  }

  .col3-box {
    gap: 40px 40px;
  }
}

@media screen and (max-width: 800px) {

  html,
  body {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  .top .kv {
    background-image: url(../img/kv-sp.png);
    height: 80vh;
    padding: 90px 20px 0;
  }

  .top .kv .pc-v {
    display: none !important;
  }

  .top .kv .sp-v,
  .top .kv+.sp-v {
    display: block !important;
  }

  .white-box {
    padding: 40px 20px;
    margin: 30px auto;
  }

  .white-box .wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {

  section {
    padding: 40px 0;
  }

  .top .kv {
    padding-left: 0;
  }

  .top .kv h1 {
    font-size: 2em;
    line-height: 1.5;
  }

  .wrap .bg-blue {
    padding: 30px 30px;
  }

  .col3-box {
    gap: 0;
    margin: 40px 0 40px;
  }

  .col3-box>div {
    width: 100%;
    margin-bottom: 40px;
  }

  .table-about th,
  .table-about td {
    padding: 20px 10px;
    min-width: 90px;
  }

  .flex-list {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }

  .flex-list ul {
    width: auto;
  }

  .box-yellow {
    font-size: 1.2rem;
  }

  .photo-box {
    display: block;
  }

  .photo-box>div {
    width: auto;
    margin-bottom: 20px;
  }
}

/*
  policy
*/
.subpage .kv {
  background: #EFFAFF;
  height: 347px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subpage .kv h1 {
  font-size: 3rem;
}

.subpage h2 {
  text-align: left;
}

.policy section {
  padding-top: 0;
}

.policy h2 {
  font-size: 2rem;
  margin-top: 80px;
  margin-bottom: 20px;
}

.policy .wrap p {
  margin-bottom: 10px;
}

ol {
  list-style: decimal;
  padding-left: 1.5em;
}

ul.nostyle li {
  padding-left: 0;
  text-indent: 0;
}

ul.nostyle li:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .subpage .kv {
    height: 200px;
  }

  .subpage .kv h1 {
    font-size: 2rem;
  }

  .policy h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
