@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&family=Noto+Serif+JP:wght@300;400;700&display=swap");
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.cnt, .ct .inner, .ct.example-index, .ct-2 .gallery figure {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
}

.cnt-wide, header .inner, .fv-inner {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

/* ========================================================= */
/* フォントカラー */
/* ========================================================= */
.red {
  color: #bf1e00;
}

.blue {
  color: #006fa2;
}

.orange {
  color: #fa6233;
}

.yellow {
  color: #ffff5b;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.f_g2 {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.f_ar, header .h-cnt h1 strong {
  font-family: "Arial", Gadget, sans-serif;
}

.f_arb {
  font-family: "Arial Black", Gadget, sans-serif;
}

.f_noto, header .h-cnt h1, .fv-copy h1, .fv-copy p, .ct-ttl, .ct-subttl, .ct-smttl, .ct ul.list-point li, .ct.example-index a {
  font-family: "Arial","Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder {
  border: 1px solid #b4b4b4;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

.line-through {
  text-decoration: line-through;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani, header .gmenu li a, #pagetop a, .ct.example-index a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.mtop-0 {
  margin-top: 0 !important;
}

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

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

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

.valign-t {
  vertical-align: top;
}

.valign-b {
  vertical-align: bottom;
}

.valign-m {
  vertical-align: middle;
}

.mauto, header .inner, .fv-inner, .ct .inner, .ct.example-index, .ct-2 .gallery figure {
  margin-left: auto;
  margin-right: auto;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.pos-rl {
  position: relative;
}

.pos-fix {
  position: fixed;
  z-index: 500;
}

.of {
  overflow: hidden;
}

.br-pc,
.dn-sp {
  display: block;
}

.br-sp,
.dn-pc {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.8rem;
  overflow-x: hidden;
  background-color: white;
  position: relative;
  min-width: 1040px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 1s ease 0s 1 normal;
}

p,
li,
dt,
dd,
table,
th,
td {
  line-height: 2;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #464646;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #464646;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
a.link {
  color: #0075be;
  text-decoration: underline;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ====================================================================== */
/* Bg */
/* ====================================================================== */
/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  width: 100%;
  position: fixed;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
}
header .inner {
  padding: 1em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
header .h-cnt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .h-cnt img {
  display: block;
  margin-right: 35px;
  width: 120px;
}
header .h-cnt h1 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.2;
}
header .h-cnt h1 strong {
  font-size: 3rem;
  font-weight: bold;
  color: #bf1e00;
}
header .gmenu {
  margin: 0;
  display: -webkit-flex;
  display: flex;
}
header .gmenu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1em;
  height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: white;
  background-color: #004671;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
header .gmenu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #ab0000;
}
header .gmenu li a i {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  overflow: hidden;
  /* --------------------------------------------------- */
  /* パラグラフ */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Table */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* UL OL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* DL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Bgbox */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Form_Parts */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
}
article p {
  margin-top: 50px;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  text-align: center;
  position: relative;
  z-index: 10;
}
footer .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  font-size: 1.2rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
}
#pagetop a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #004671;
  /*    border-top: 2px solid #fe8302;
  border-left: 2px solid #fe8302;*/
}
#pagetop a img {
  width: 12px;
}
#pagetop a:hover {
  height: 80px;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
/* ================================================================== */
/* TOP */
/* ================================================================== */
.fv {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  background-color: #edf1f6;
}
.fv-inner {
  padding: 35px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.fv-img {
  display: block;
  width: 480px;
  margin: 0;
}
.fv-copy {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 480px);
  text-align: left;
}
.fv-copy h1 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.1;
  color: #0075be;
  letter-spacing: -.025em;
}
.fv-copy h1 small {
  font-size: 3rem;
}
.fv-copy p {
  display: block;
  margin-top: 35px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.5;
}

.ct {
  padding: 100px 0 0;
  text-align: left;
  overflow: hidden;
}
.ct:last-child {
  padding-bottom: 100px;
}
.ct-ttl {
  display: table;
  margin: 0 auto 50px;
  color: #222222;
  font-size: 4.2rem;
  font-weight: 300;
  position: relative;
  line-height: 1.3;
  letter-spacing: -.05em;
}
.ct-ttl:not(:nth-of-type(1)) {
  margin-top: 70px;
}
.ct-ttl + p, .ct-ttl + ul {
  margin-top: 25px !important;
}
.ct-subttl {
  margin-top: 70px;
  padding: 15px 0 15px 35px;
  display: block;
  font-size: 2.7rem;
  font-weight: 600;
  color: #0075be;
  position: relative;
  line-height: 1.2;
}
.ct-subttl::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #0075be;
  position: absolute;
  top: 15px;
  left: 5px;
  border-bottom: 15px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.ct-subttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #edf1f6;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 300px solid #004671;
  box-sizing: border-box;
}
.ct-subttl + p {
  margin-top: 25px;
}
.ct-smttl {
  margin-top: 70px;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
}
.ct-smttl + p {
  margin-top: 25px;
}
.ct .inner {
  padding: 0;
  position: relative;
}
.ct p.t-l {
  font-size: 2rem;
}
.ct p.t-m {
  font-size: 1.8rem;
}
.ct ul {
  margin-top: 50px;
}
.ct ul.list-point {
  display: -webkit-flex;
  display: flex;
}
.ct ul.list-point li {
  width: calc(100% / 5);
  max-width: calc(100% / 5 - 20px);
  margin-right: calc((100% - (100% / 5 - 20px) * 5) / 4);
  padding: 25px;
  border: 1px solid #004671;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1.6;
  color: #004671;
  background-color: white;
  -moz-box-shadow: 7px 7px 0px rgba(0, 117, 190, 0.05);
  -webkit-box-shadow: 7px 7px 0px rgba(0, 117, 190, 0.05);
  box-shadow: 7px 7px 0px rgba(0, 117, 190, 0.05);
}
.ct ul.list-point li:nth-of-type(5n) {
  margin-right: 0;
}
.ct ul.list-point li img {
  display: block;
  width: 30px;
  margin: 0 auto 15px;
}
.ct ul.list-disc li {
  margin-left: 1em;
  list-style-type: disc;
}
.ct ul.list-disc + .gallery figure {
  margin-top: 20px;
}
.ct .note-info {
  display: table;
  margin: 10px 0 0 auto;
  padding-left: 1.5em;
  font-size: 1.4rem;
  position: relative;
}
.ct .note-info::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ct .note-info + .note-info {
  margin-top: 5px;
}
.ct .gallery {
  display: -webkit-flex;
  display: flex;
}
.ct .gallery .mv-wrap {
  position: relative;
}
.ct .gallery .mv-wrap .bar {
  display: block;
  width: 100%;
  height: 35px;
  height: 60px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1000;
  background-color: #eeeeee;
}
.ct .gallery .mv-wrap .bar2 {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1000;
  background-color: #f1f1f1;
}
.ct .gallery video {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.ct .gallery figure {
  display: block;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.ct .gallery figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ct .gallery figure img.medium {
  width: 65%;
}
.ct .gallery figure figcaption {
  display: block;
  margin-top: 25px;
  line-height: 1.8;
  text-align: center;
  font-size: 1.8rem;
}
.ct .gallery figure.mark::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 45px;
  background: url(../img/common/logo.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 5;
}
.ct .gallery.col-2 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct .gallery.col-2 figure {
  width: calc(100% / 2 - 35px);
}
.ct .gallery.col-3 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct .gallery.col-3 figure {
  width: calc(100% / 3 - 35px);
}
.ct.example-index {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct.example-index a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #bf1e00;
  color: white;
  font-weight: 800;
}
.ct.example-index a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #ab0000;
}
.ct.example-index .bnr-l {
  width: calc(100% / 2 - 20px);
  font-size: 4.8rem;
}
.ct.example-index .bnr-list {
  width: calc(100% / 2 - 20px);
}
.ct.example-index .bnr-list a {
  margin-bottom: 15px;
  padding: 1em;
  font-size: 3rem;
}
.ct.example-index .bnr-list a:last-child {
  margin-bottom: 0;
}
.ct-1 .video-wrap {
  padding-bottom: 70px;
}
.ct-1 .video-wrap .caption {
  margin-top: 15px;
  display: block;
  text-align: center;
}
.ct-1 .video-wrap-2 {
  margin-top: 70px;
  padding-bottom: 0;
}
.ct-1 .video-wrap-2 video {
  width: 100%;
}
.ct-1 video {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.ct-1 video + video {
  margin-top: 70px;
}
.ct-1 .gallery {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct-1 .gallery figure:nth-of-type(1) {
  width: 40%;
}
.ct-1 .gallery figure:nth-of-type(2), .ct-1 .gallery figure:nth-of-type(3) {
  width: calc((100% - 40%)/2 - 25px);
}
.ct-1 .gallery figure img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.ct-2 .gallery {
  margin-top: 70px;
  padding: 50px 0;
  background-color: #092453;
}
.ct-2 .gallery figure {
  margin: 0 auto;
}
.ct-2 .gallery figure img {
  width: 90%;
}
.ct-3 .pri-blk {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct-3 .pri-blk figure {
  margin-top: 50px;
  display: block;
  width: 50%;
}
.ct-3 .pri-blk figure img {
  display: block;
  width: 100%;
}
.ct-4 .pri-blk {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ct-4 .pri-blk .sec-blk {
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 25px;
  background-color: rgba(237, 241, 246, 0.5);
  border: 1px solid #006fa2;
  overflow: hidden;
  -moz-box-shadow: 10px 10px 0px rgba(237, 241, 246, 0.5);
  -webkit-box-shadow: 10px 10px 0px rgba(237, 241, 246, 0.5);
  box-shadow: 10px 10px 0px rgba(237, 241, 246, 0.5);
}
.ct-4 .pri-blk .sec-blk ul {
  margin: 0;
}
.ct-4 .pri-blk .sec-blk ul li {
  font-size: 1.5rem;
}
.ct-4 .pri-blk .sec-blk ul li.ttl {
  color: #006fa2;
  margin-left: 0;
  list-style-type: none;
  font-weight: bold;
}
.ct-5 .video-wrap {
  margin-top: 70px;
}
.ct-5 video {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.ct-6 table {
  width: 100%;
  margin: 50px 0 0;
}
.ct-6 table th, .ct-6 table td {
  width: calc(100%/4);
  max-width: calc(100%/4);
  padding: .75em 1em;
  border: 1px solid #999;
  font-size: 1.5rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.ct-6 table th {
  background-color: #edf1f6;
  font-weight: bold;
}

/*@import "_smp";*/
