@charset "UTF-8";
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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* box-sizing */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}

body {
  -webkit-text-size-adjust: 100%;
  /* iphone 自動調整対策 */
  font-family: "Noto Sans JP", sans-serif;
  width: 100% !important;
  animation: show 2s ease 0s 1 normal;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.7ex;
  font-size: 75%;
}

.nbo_header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(bg_nbo_header.jpg) no-repeat top center;
}

.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}

.sp_nbo_header {
  display: none;
}

header {
  width: 100%;
  /* android view point */
  height: 100%;
  margin: -3px auto 0;
  position: relative;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 記事メインイメージ */
.head_img_01 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* android view point */
  height: 660px;
  background: url(bg_top_main1.jpg) top center no-repeat;
  overflow: hidden;
  animation: show 2s ease 0s 1 normal;
  z-index: -1;
}

.main_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 660px;
  background: url(img_ttl.svg) top center no-repeat;
  z-index: 3;
  overflow: hidden;
}

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.leadarea {
  width: 100%;
  margin: 0 auto;
}

.lead {
  position: absolute;
  top: 195px;
  left: 55%;
  width: 420px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #FFF;
  z-index: 5;
}

.dropcap {
  display: block;
  font-size: 2.5em;
  float: left;
  margin: -30px 0.2em 0 0;
  padding: 25px 5px 0;
  line-height: 1.3;
  background: #243f40;
  color: #FFF;
}

.main_name_box {
  display: flex;
  line-height: 140%;
  color: #FFF;
  justify-content: space-between;
  align-items: flex-end;
}

.name_flex1 {
  margin-right: auto;
  text-align: left;
  padding-left: 5px;
  border-left: 1px solid #81b5A1;
}

.add_border {
  margin-bottom: 30px !important;
}

.add_border3 {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main img {
  width: 100%;
}

.btn_vol1 {
  width: 18%;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.btn_vol1 img {
  width: 100%;
}

.non_lead {
  position: relative;
  z-index: 4;
  margin-top: -7%;
}

.non_lead2 {
  position: static;
  z-index: 5;
  margin: 0 auto;
}

main p {
  font-size: 100%;
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 2%;
}

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 4% 0 0;
  z-index: 16;
  width: 100%;
  background: #dedede;
}
.sec1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: url(bg_bottom.jpg) bottom center/cover no-repeat;
  z-index: -1;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto 70px;
  padding: 0 70px;
  color: #333;
  text-align: center;
  background: #FFF;
}

.si_btm {
  padding-bottom: 70px !important;
}

.si_btm2 {
  margin-bottom: 70px !important;
}

.si_flex {
  width: 100%;
  display: flex;
}

.si_item1 {
  width: 60%;
  background: #d04a02;
  border-top: 4px solid #000;
  padding: 0 70px 30px 30px;
  position: relative;
}

.si_item2 {
  margin-left: -5%;
  width: 50%;
  align-self: flex-end;
  position: relative;
  z-index: 20;
  text-align: right;
  overflow: hidden;
}
.si_item2 img {
  width: 100%;
  transition: 0.4s;
}
.si_item2 img:hover {
  transform: scale(1.1);
}

.catch {
  width: 100px;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 87%;
  font-family: "Century Gothic", sans-serif;
  background: #000;
  color: #FFF;
  font-weight: bold;
}

h2 {
  margin: 20px auto 25px !important;
  padding: 0 5px !important;
  width: 100%;
  font-family: "Century Gothic", sans-serif;
  font-size: 170%;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-align: left;
  color: #FFF;
  position: relative;
}

.l_h2 {
  font-size: 150%;
}

h3 {
  margin: 0 auto 2% !important;
  padding: 0.7em 5px;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 130%;
  text-align: left;
  color: #FFF;
  position: relative;
  display: block;
  z-index: 10;
  letter-spacing: -0.02em;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
h3:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  border-top: 2px solid #000;
}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  font-family: "Century Gothic", san-serif;
  margin-top: 35px;
  padding: 0.5em 2.5em;
  text-decoration: none;
  color: #FFF;
  background: #464646;
  transition: 0.4s;
}
.btn-flat-simple:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background: #FFF;
  transition: 0.4s;
}
.btn-flat-simple:hover {
  opacity: 0.8;
}
.btn-flat-simple:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #FFF;
}

.si_item3 {
  margin-left: -55%;
  margin-top: 10%;
  width: 100%;
  align-self: flex-start;
  position: relative;
  z-index: 20;
}

.ss_flex {
  width: 100%;
  display: flex;
  margin: 0 auto 20px;
  background: #FFF;
}

.ss_flex_on {
  width: 100%;
  display: flex;
  margin: 0 auto 20px;
  background: #FFF;
  padding: 0;
}

.ss_on {
  border: 1px solid #d04a02;
}

.ss_off {
  border: 1px solid #dedede;
  background: #dedede;
  height: 150px;
}

.vol_mark1 {
  position: relative;
  width: 100%;
}
.vol_mark1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol2_numg.svg) top center no-repeat;
}

.vol_mark1b, .vol_mark2b, .vol_mark3b, .vol_mark4b, .vol_mark5b, .vol_mark6b, .vol_mark7b, .vol_mark8b, .vol_mark9b, .vol_mark10b, .vol_mark11b, .vol_mark12b {
  position: relative;
  width: 100%;
}

.vol_mark1b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol2_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark2b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol3_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark3b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol4_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark4b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol5_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark5b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol6_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark6b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol7_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark7b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol8_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark8b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol9_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark9b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol10_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark10b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol11_num.svg) top center no-repeat;
  z-index: 99;
}


.vol_mark11b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol12_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark12b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol13_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark1bs, .vol_mark2bs, .vol_mark3bs, .vol_mark4bs, .vol_mark5bs, .vol_mark6bs, .vol_mark7bs, .vol_mark8bs, .vol_mark9bs, .vol_mark10bs, .vol_mark11bs, .vol_mark12bs {
  display: none;
}

.vol_mark2 {
  position: relative;
  width: 100%;
}
.vol_mark2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol3_num.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark3 {
  position: relative;
  width: 100%;
}
.vol_mark3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol4_numg.svg) top center no-repeat;
  z-index: 99;
}

.vol_mark4 {
  position: relative;
  width: 100%;
}
.vol_mark4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(img_vol5_numg.svg) top center no-repeat;
  z-index: 99;
}

.ss_01 {
  width: 50%;
}

.ss_01b {
  margin: 0;
  padding: 0;
  width: 50%;
  overflow: hidden;
  vertical-align: middle;
  line-height: 0;
  border-top: 1px solid #d04a02;
  border-left: 1px solid #d04a02;
  border-bottom: 1px solid #d04a02;
}
.ss_01b img {
  width: 100%;
  transition: 0.4s;
  vertical-align: middle;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ss_01b img:hover {
  transform: scale(1.1);
}

.ss_on2 {
  background: #d04a02;
}

.ss_off2 {
  background: #dedede;
  align-self: center;
}

.ss_02 {
  width: 50%;
  padding: 0 6%;
  align-self: center;
}

.ss_02b {
  width: 50%;
  padding: 0 6%;
  align-self: auto;
  border-top: 1px solid #d04a02;
  border-right: 1px solid #d04a02;
  border-bottom: 1px solid #d04a02;
  position: relative;
}

.vol_center {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 78%;
}

h4 {
  margin: 0 auto 2% !important;
  padding: 0.7em 0;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  line-height: 130%;
  text-align: left !important;
  color: #000;
  position: relative;
  display: block;
  z-index: 10;
  letter-spacing: -0.05em;
  border-bottom: 2px solid #d04a02;
}
h4:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #000;
}

.btn-flat-simple2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  font-family: "Century Gothic", san-serif;
  margin-top: 18px;
  padding: 0.5em 2.5em;
  text-decoration: none;
  color: #FFF;
  background: #464646;
  transition: 0.4s;
}
.btn-flat-simple2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background: #FFF;
  transition: 0.4s;
}
.btn-flat-simple2:hover {
  opacity: 0.8;
}
.btn-flat-simple2:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #FFF;
}

h5 {
  font-size: 130%;
  font-weight: bold;
  font-family: "Century Gothic", san-serif;
  color: #FFF;
  text-align: left;
}

.ovr_txt {
  overflow: auto;
}

#note_text {
  margin-top: 10px !important;
  padding: 10px 100px 30px;
  color: #333;
  font-size: 80%;
  line-height: 170%;
  text-align: center;
}

.txt0 {
  padding-left: 3em;
  text-indent: -3em;
}

.txt01 {
  padding-left: 3em;
}

.txt0b {
  width: 100%;
  font-weight: bold;
}

.txt0b2 {
  font-weight: bold;
}

.name_a {
  color: #000;
  font-weight: bold;
}

.name_b {
  color: #fa9900;
  font-weight: bold;
}

.img_01 {
  width: 60%;
  margin: -5% 0 0;
  padding-left: 40%;
  position: relative;
  z-index: 15;
}
.img_01 .img_cap {
  position: absolute;
  bottom: 0;
  /*画像の左上に配置*/
  right: 0;
  margin: 0;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: rgba(0, 0, 0, 0.45);
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 4% 10px 1%;
  /*文字周りの余白*/
  width: 55%;
}

.img_add {
  float: right;
  width: 400px;
  margin: 0 -110px 15px 40px;
  padding: 0;
  border-radius: 10px;
}

.add_bb {
  border-bottom: 1px solid #243F40;
  margin-bottom: 10px;
}

.img_add2 {
  float: left;
  width: 400px;
  margin: 0 30px 15px -110px;
  padding: 0;
}

.img_add img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.img_add2 img {
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.list {
  width: 98%;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.list img {
  width: 100%;
  border-radius: 7px;
}

.list__item {
  width: 31%;
  min-height: 100px;
  position: relative;
}

.list__link {
  color: black;
  line-height: 1.5;
  text-decoration: none;
  width: 100%;
}

.add_border2 {
  border-bottom: 1px solid #1c2b6d;
}

.list2 {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 10px;
  display: flex;
  justify-content: space-between;
}

.list2_item {
  width: 32%;
  position: relative;
}
.list2_item img {
  width: 100%;
}

.list2_item2 {
  width: 52%;
  min-height: 100px;
  position: relative;
}

.bg_k1 {
  border-radius: 10px;
  padding: 1.5% 1.5% 0;
  font-size: 92%;
  line-height: 150%;
  text-align: left;
}

.bg_wh {
  margin: 10px 1% 10px 0;
  background: #FFF;
  border-radius: 10px;
  padding: 1%;
}

.list2_item img {
  padding: 10px 0;
}

.k1_l {
  font-size: 120%;
  line-height: 180%;
}

.k1_right {
  width: 100%;
  padding: 7px 0 4%;
  font-size: 77%;
  line-height: 140%;
  color: #11376b;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #FFF;
  margin-top: 5px;
}

.k1_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2% 3% 1%;
}

.img_add3 {
  float: left;
  width: 400px;
  margin: 0 70px 15px -110px;
  padding: 0;
}
.img_add3 img {
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.img_add4 {
  display: block;
  position: relative;
  float: right;
  width: 450px;
  margin: 0 0 15px 18px;
  padding: 0;
}

.up_txt {
  position: relative;
  z-index: 2;
}

.name_area {
  position: relative;
  margin: 2% auto;
  width: 100%;
}

.name {
  margin: 5px auto 10px;
  padding: 0 5px;
  font-weight: bold;
  font-size: 85%;
  line-height: 140%;
  color: #000;
  text-align: left;
  position: relative;
}

.name_large {
  font-size: 140%;
  line-height: 160%;
  text-align: left;
}

.s_txt {
  font-size: 85%;
}

.lg_txt {
  font-size: 125%;
  line-height: 160%;
}

.name_clr1 {
  color: #fa9900;
}

.name_clr2 {
  color: #293E40;
}

.cls_bdr {
  border-bottom: 1px solid #293E40;
}

.caption {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 85%;
  color: #FFF;
  line-height: 160%;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.04em;
}

.prof {
  margin: 0;
  width: 300px;
  padding: 10px 0 5px;
  font-size: 85%;
  color: #333;
  line-height: 150%;
  text-align: left;
  letter-spacing: -0.04em;
}

.prof_left {
  margin-left: 110px;
}

.name2 {
  text-align: right;
}

.img_02 {
  width: 94%;
  margin: 0 auto;
  padding: 3%;
  background: #f7f7f7;
}
.img_02 img {
  width: 100%;
}

.name_01 {
  color: #000;
}

.name_02 {
  color: #0C3C69;
}

.name_03 {
  color: #0791BD;
}

.img_03 {
  width: 90%;
  margin: 0 auto 3%;
}

.img_left {
  width: 380px;
  margin: 0 0 30px;
  padding: 0 30px 0 0;
  float: left;
  position: relative;
}

.img_right {
  width: 380px;
  margin: 0 0 30px 30px;
  padding: 0;
  float: right;
  position: relative;
}

.img_name {
  position: absolute;
  bottom: 0;
  /*画像の左上に配置*/
  left: 0;
  margin: 0;
  /*余計な隙間を除く*/
  color: white;
  /*文字を白に*/
  background: rgba(0, 0, 0, 0.45);
  font-size: 15px;
  line-height: 1.3;
  padding: 10px;
  /*文字周りの余白*/
}
.img_name span {
  font-size: 120%;
  font-weight: bold;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 3%;
  position: relative;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.button-4 {
  position: relative;
}
.button-4 a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  padding: 3em 2% 2em;
  margin: 0 auto;
  color: #fa9900;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height: 140%;
  background: #FFF;
  font-weight: bold;
  border-top: 4px solid #fab400;
}
.button-4:hover a {
  background: rgba(255, 215, 102, 0.5);
}

.btn_next {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  background: #fa9900;
  color: #FFF;
  z-index: 99;
}

.b_txt {
  font-weight: bold;
}

.flex-btn {
  display: flex;
}

.btn-item:nth-child(1) {
  flex: 0 1 15%;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #FFF;
  text-align: right;
}
.btn-item:nth-child(2) {
  flex: 0 1 85%;
  padding: 10px 15px;
  text-align: left;
}

.flex-container {
  display: flex;
  padding: 2%;
  align-items: stretch;
  justify-content: space-between;
}

.flex-item:nth-child(1) {
  flex: 0 1 20%;
  color: #11376b;
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 92%;
  line-height: 140%;
}
.flex-item img {
  width: 100%;
}
.flex-item:nth-child(2) {
  flex: 0 1 75%;
  padding: 0;
  text-align: left;
  line-height: 160%;
  color: #333;
}

.flex-con2 {
  display: flex;
  flex-direction: column;
}

.con2_item:nth-child(1) {
  font-size: 170%;
  line-height: 150%;
  font-weight: bold;
  color: #446CB1;
  align-self: flex-start;
  background: #EFEFEF;
  margin: 0;
  padding: 4% 2% 4% 4%;
  width: 94%;
}
.con2_item:nth-child(2) {
  width: 80%;
  margin: 0;
  padding: 15% 0 0 5%;
  position: relative;
}

.green_pt:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -8px;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #158F4C;
  border: 2px solid #FFF;
}

.toi_box {
  width: 100%;
  margin: 20px auto 40px;
  text-align: center;
}

.logo {
  margin: 3% auto 1%;
  width: 150px;
  text-align: center;
}
.logo img {
  width: 100%;
}

.footer_txt {
  width: 90%;
  margin: 0 auto 3% !important;
  padding-top: 30px;
  font-size: 110%;
  line-height: 150%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.ft_b {
  font-weight: bold;
}

.ft_nml {
  font-size: 85%;
  font-weight: normal;
}

.ft_nml2 {
  font-size: 100%;
  font-weight: normal;
  padding: 0.5% 1% 3%;
  text-align: center;
}

.footer_txt2 {
  width: 100%;
  font-size: 85%;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 0.2em;
}

.localFooter {
  line-height: 150%;
  line-height: 150%;
}

.pjt {
  width: 96%;
  margin: 2% auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pjt_item {
  width: 49%;
  border: 1px solid #11376b;
  display: flex;
  position: relative;
  margin-bottom: 2%;
}
.pjt_item img {
  width: 140px;
}

.pjt_txt {
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 50%;
  max-width: 260px;
  padding: 2% 2% 1%;
  color: #11376b;
  font-weight: bold;
  text-align: left;
  font-size: 85%;
  line-height: 140%;
  align-self: flex-end;
}

/* pager */
.pager {
  overflow: hidden;
  margin: 0 auto;
  padding: 2px 0;
  width: 100%;
  background: #fab400;
}
.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
.pager ul li {
  margin: 0 5px;
  position: relative;
  left: -50%;
  float: left;
}
.pager ul li span {
  display: block;
  font-size: 16px;
  padding: 0.7em 0.85em;
  font-weight: bold;
}
.pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.7em 0.85em;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  background: #fab400;
}
.pager ul li a:hover {
  background: #FFF;
  color: #fa9900;
  border-radius: 3px;
}

.current {
  background: #FFF;
  color: #fa9900;
  border-radius: 3px;
}

.img_box3 {
  width: 600px;
  margin: 0 auto;
  padding: 2% 0 3%;
  text-align: center;
}
.img_box3 img {
  width: 100%;
  border-radius: 10px;
}

.box3_bdr {
  border: 1px solid #eb6042;
  border-radius: 12px;
  padding: 1em;
  color: #eb6042;
  font-size: 100%;
  line-height: 130%;
}

.img_box4 {
  width: 800px;
  margin: 0 auto;
  padding: 2% 0 3%;
  text-align: center;
}
.img_box4 img {
  width: 100%;
}

.caption2 {
  margin: 0 auto;
  width: 100%;
  font-size: 85%;
  line-height: 160%;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

.text {
  display: block;
  /*overflow: hidden; */
  font-size: 14px;
  line-height: 16px;
  /* 16px * 2 lines */
}

/* …処理 */
@supports (-webkit-line-clamp: 3) {
  .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.caption3 {
  margin: 0 auto;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 77%;
  line-height: 160%;
  color: #666;
  text-align: left;
}

.sml_txt {
  font-size: 77%;
  line-height: 160%;
}

.box_cap {
  padding-top: 15px;
  font-size: 77%;
  line-height: 160%;
  color: #666;
}

.bnr_area {
  width: 100%;
  text-align: center;
  border-top: 1px solid #243F40;
  border-bottom: 1px solid #243F40;
}

.bnr_box {
  width: 90%;
  margin: 0 auto;
  padding: 10px 10% 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bnr_item {
  width: 24%;
}

.bnr_box img {
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
}

.img_box2 {
  width: 100%;
  margin: 3% auto 0;
  text-align: center;
}

/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
}

.btn-gradient-radius {
  display: inline-block;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #293E40 0%, #81b5a1 100%);
  transition: 0.5s;
  word-break: break-all;
}
.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #81b5a1 0%, #293E40 100%);
}

.img_05 {
  width: 100%;
  /* android view point */
  height: 0;
  padding-top: 17.0124481328%;
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_05.jpg) top center/cover no-repeat;
}

.bnr_flex {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 2% auto;
}
.bnr_flex img {
  width: 144px;
}

.box_1a {
  box-sizing: border-box;
  width: 98%;
  max-width: 780px;
  height: 100%;
  margin: 30px auto;
  padding: 5px 0;
  color: #333;
  text-align: center;
  background: #fab400;
  border-radius: 15px;
}

.box_1b {
  box-sizing: border-box;
  width: 100%;
  max-width: 780px;
  height: 100%;
  background: #FFF;
  border-radius: 15px;
}

.sub1, .sub2, .sub3 {
  position: relative;
  margin: 0 auto;
}

.sub1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 135px;
  background: url(img_s1.svg) top left no-repeat;
}

.sub2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 135px;
  background: url(img_s2.svg) top left no-repeat;
}

.sub3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 135px;
  background: url(img_s3.svg) top left no-repeat;
}

h6 {
  display: flex;
  align-items: center;
  color: #fa9900;
  font-size: 145%;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 1%;
}
h6:before, h6:after {
  content: "";
  height: 12px;
  flex-grow: 1;
  background-color: #fab400;
}
h6:before {
  margin-right: 1rem;
  border-radius: 6px 0 0 6px;
}
h6:after {
  margin-left: 1rem;
  border-radius: 0 6px 6px 0;
}

@media screen and (max-width: 999px) {
  .nbo_header {
    display: none;
  }
  .sp_nbo_header {
    display: block;
    width: 100%;
    /* android view point */
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .sp_nbo_header img {
    width: 100% !important;
    /* android view point */
  }
  .head_img_01 {
    width: 100%;
    /* android view point */
    height: 0;
    padding-top: 39.84375%;
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(bg_sp_top_main1.jpg) top center/cover no-repeat;
  }
  .main_ttl {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 0;
    padding-top: 39.84375%;
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(img_sp_ttl.svg) top left/cover no-repeat;
    z-index: 3;
  }
  .leadarea {
    width: 100%;
    margin: 0 auto !important;
    background: #dedede;
  }
  .lead {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 3%;
    font-size: 108%;
    line-height: 180%;
    color: #000;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 100%;
    line-height: 160%;
  }
  h2 {
    font-size: 150%;
    line-height: 120%;
  }
  h3 {
    font-size: 105%;
  }
  .img_box4 {
    width: 94% !important;
    margin: 0 auto;
    padding: 2% 0 3%;
    text-align: center;
  }
  h4 {
    font-size: 100%;
    line-height: 115%;
  }
  .img_add {
    float: right;
    width: 320px;
    margin: 0 0 15px 30px;
    padding: 0;
  }
  .img_add img {
    width: 100%;
    border-radius: 10px;
  }
  .img_add2 {
    float: left;
    width: 320px;
    margin: 0 30px 15px 0;
    padding: 0;
  }
  .img_add2 img {
    width: 100%;
    border-radius: 10px;
  }
  .img_add3 {
    float: left;
    width: 320px;
    margin: 0 70px 15px 0;
    padding: 0;
  }
  .img_add3 img {
    width: 100%;
    border-radius: 10px;
  }
  .prof_left {
    margin-left: 0;
  }
  h5 {
    text-align: center;
  }
}
@media print, screen and (max-width: 1023px) {
  .leadarea section {
    padding: 1em;
  }
  .sec1_inner {
    box-sizing: border-box;
    width: 98%;
    max-width: 94%;
    padding: 0 3%;
  }
  h2 {
    font-size: 150%;
  }
}
@media screen and (max-width: 800px) {
  .list {
    flex-direction: column;
    width: 80%;
  }
  .list__item {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  .list2 {
    flex-direction: column;
    width: 70%;
  }
  .list2_item {
    width: 96%;
    min-height: 100px;
  }
  .list2_item2 {
    width: 94%;
    min-height: 100px;
    position: relative;
  }
  .bg_wh {
    margin: 10px 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .ss_02b {
    width: 50%;
    padding: 0 2% 0 8%;
  }
  .vol_center {
    width: 72%;
  }
  h4 {
    font-size: 92%;
    padding: 0 0 0.7em;
  }
  .text {
    display: block;
    /*overflow: hidden; */
    line-height: 16px;
    height: auto;
    /* 16px * 2 lines */
  }
  .btn-flat-simple2 {
    position: relative;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    font-family: "Century Gothic", san-serif;
    margin-top: 1.5%;
    padding: 0.5em 2.5em;
    text-decoration: none;
    color: #FFF;
    background: #464646;
    transition: 0.4s;
  }
  .btn-flat-simple2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
    background: #FFF;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 108%;
    line-height: 160%;
  }
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 100%;
  }
  .col-1 {
    order: 2;
  }
  .col-2 {
    order: 1;
  }
  .img_01 {
    width: 94%;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
    z-index: 15;
  }
  .img_01 .img_cap {
    position: absolute;
    bottom: 0;
    /*画像の左上に配置*/
    right: 3%;
    left: 3%;
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字を白に*/
    background: rgba(0, 0, 0, 0.45);
    font-size: 15px;
    line-height: 1.3;
    padding: 2%;
    /*文字周りの余白*/
    width: 90%;
  }
  .sec1 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    z-index: 16;
    width: 100%;
  }
  .sec1:before {
    display: none;
  }
  .sec1_inner {
    color: #333;
    padding: 0 3%;
  }
  .img_left, .img_right {
    width: 85%;
    margin: 0 auto 30px;
    padding: 0;
    float: none;
    position: relative;
  }
  .p2_ttl-container {
    display: flex;
    background: #FFF;
    align-items: center;
    flex-direction: column;
  }
  .p2ttl-item:nth-child(1) {
    flex: 0 1 100%;
    background: #81b5A1;
    color: #FFF;
    font-weight: bold;
    padding: 10px 15px;
  }
  .p2ttl-item:nth-child(2) {
    flex: 0 1 100%;
    padding-bottom: 10px;
  }
  .footer-container img {
    width: 100%;
  }
  .img_01 .img_cap {
    font-size: 80%;
  }
  #note_text {
    margin-top: 10px !important;
    padding: 10px 3%;
    color: #666;
    font-size: 80%;
    line-height: 170%;
    text-align: center;
  }
  .btn-item:nth-child(1) {
    flex: 0 1 25%;
  }
  .btn-item:nth-child(2) {
    flex: 0 1 75%;
  }
  .img_add3, .img_add4 {
    display: block;
    position: relative;
    float: none;
    width: 75%;
    margin: 0 auto 3%;
    padding: 0;
  }
  .img_box4 {
    width: 94%;
  }
  .pjt {
    width: 80%;
    margin: 2% auto;
    display: flex;
    flex-direction: column;
  }
  .pjt_item {
    width: 100%;
    border: 1px solid #11376b;
    display: flex;
    position: relative;
    margin-bottom: 2%;
  }
  .k1_right {
    padding: 7px 0 5.5%;
  }
  .ss_flex_on {
    width: 100%;
    display: flex;
    margin: 0 auto 20px;
    background: #FFF;
    flex-direction: column;
  }
  .ss_01b {
    width: 100%;
    border-top: 1px solid #d04a02;
    border-left: 1px solid #d04a02;
    border-right: 1px solid #d04a02;
    border-bottom: none;
  }
  .ss_02b {
    width: 100%;
    padding: 0 6% 6%;
    border-top: none;
    border-left: 1px solid #d04a02;
    border-right: 1px solid #d04a02;
    border-bottom: 1px solid #d04a02;
  }
  .vol_center {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
  }
  .vol_mark1b:before, .vol_mark2b:before, .vol_mark3b:before, .vol_mark4b:before, .vol_mark5b:before, .vol_mark6b:before, .vol_mark7b:before, .vol_mark8b:before, .vol_mark9b:before,.vol_mark10b:before,.vol_mark11b:before,.vol_mark12b:before {
    display: none;
  }
  h4 {
    font-size: 120%;
    text-align: center !important;
  }
  h4:before {
    left: 0;
    width: 50%;
  }
  .vol_mark1bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol2_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark2bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol3_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark3bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol4_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark4bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol5_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark5bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol6_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark6bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol7_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark7bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol8_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark8bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol9_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark9bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol10_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark10bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol11_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark11bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol12_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
  .vol_mark12bs {
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: url(img_vol13_num.svg) top center no-repeat;
    position: relative;
    z-index: 99;
  }
}
@media screen and (max-width: 639px) {
  h2 {
    padding: 0.5em 0.5em;
    font-size: 130% !important;
    letter-spacing: 0;
  }
  .rb_1 {
    line-height: 150%;
  }
  .img_add, .img_add2, .img_add3 {
    float: none;
    width: 90%;
    margin: 0 auto 15px;
    padding: 0;
  }
  .img_box3, .img_box4 {
    width: 94%;
  }
  .img_box3 img, .img_box4 img {
    width: 100%;
  }
  .caption2 {
    margin: 0 auto;
    width: 100%;
  }
  .img_box2 img {
    width: 70%;
  }
  #note_text {
    text-align: left !important;
  }
  #note_text br {
    display: none;
  }
  .button_next {
    line-height: 120%;
  }
  .img_05 {
    width: 100%;
    /* android view point */
    height: 0;
    padding-top: 257.6842105263%;
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(img_sp_05.jpg) top center/cover no-repeat;
  }
  .pjt {
    width: 96%;
    margin: 2% auto;
    display: flex;
    flex-direction: column;
  }
  .bnr_flex {
    width: 96%;
  }
  .flex-container {
    flex-direction: column;
  }
  .flex-item:nth-child(1) {
    flex: 0 1 100%;
    font-size: 85%;
    line-height: 120%;
  }
  .flex-item:nth-child(1) img {
    width: 50%;
  }
  .flex-item:nth-child(2) {
    flex: 0 1 100%;
  }
  .bg_k1 {
    padding: 2.5%;
  }
  h6 {
    font-size: 115%;
  }
  .prof {
    width: 96%;
  }
  .list2 {
    width: 80%;
  }
  .si_flex {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .si_item1 {
    width: 100%;
    background: #d04a02;
    border-top: 4px solid #000;
    padding: 0 30px 10px 30px;
    position: relative;
  }
  .si_item2 {
    margin-left: 0;
    width: 100%;
    align-self: flex-end;
    position: relative;
    z-index: 20;
    text-align: center;
  }
  .si_item3 {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    align-self: flex-start;
    position: relative;
    z-index: 20;
  }
  h5 {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .pager ul li span, .pager ul li a {
    font-size: 13px;
  }
  .btn-item:nth-child(1) {
    flex: 0 1 40%;
  }
  .btn-item:nth-child(2) {
    flex: 0 1 60%;
  }
  .pjt_txt {
    font-size: 77%;
    line-height: 140%;
    align-self: flex-end;
  }
  .list {
    width: 96%;
  }
.logo {
    padding-top: 5%;
}
}

@media screen and (max-width: 375px) {
  h4 {
    font-size: 87%;
    line-height: 110%;
  }
}