@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&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: bottom;
}

/* 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;
}

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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 {
  margin: 0;
  padding: 0;
  width: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
  z-index: 1;

  -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
   text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* 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.75ex;
  font-size:90%;
}


html {
  scroll-behavior: smooth;
}

.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}


.wrap {
  position: relative;
  border-top: 8px solid #000;

  animation: show 1.8s ease 0s 1 normal;
  overflow: hidden;
}

@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}


.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
}

.bg_header1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}



.head_img_box {
  margin: 0 auto;
  width: 100%; /* android view point */
  position: relative;
  z-index:2;
  overflow: hidden;
}

.head_img_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: calc(720/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(bg_header.jpg) top center / cover no-repeat;
  overflow: hidden;
}

.head_img_box2 {
  margin: 0 auto;
  width: 100%; /* android view point */
  position: relative;
  z-index:2;
  overflow: hidden;
}

.head_img_box2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: calc(434/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(bg_header2.jpg) top center / cover no-repeat;
  overflow: hidden;
}


.head_img_box_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}


.head_img_01 {
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(530/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.webp) top center / cover no-repeat;
  position: relative;
  z-index:1;
  overflow: hidden;
}


.main_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(530/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
  z-index: 3;
}

.main_ttl2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(434/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl2.svg) top center / cover no-repeat;
  z-index: 3;
}

.head_img_02 {
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(434/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.webp) top center / cover no-repeat;
  position: relative;
  z-index:1;
  overflow: hidden;
}

.ttl_box {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-45%);
  width: 45%;
   z-index:3;
}


h1 {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}


.p2_header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #312d2a;
  display: flex;
}

.p2_ttl_box {
  width: 57.5%;
  align-self: center;
  padding: 50px 20px 50px 0;
}

.head_catch2 {
  width: 100%;
  background: #FFF;
  padding: 0.3rem 1.5rem 0.6rem 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: clamp(1.1rem, calc(1vw + 1.1rem), 1.75rem);
  line-height: 1.25;
  color: #000;
}



.lead_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index:1;
}

.lead {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  text-align: justify;
  padding: 40px 30px;
}

.nav_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

nav {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 0 ;

}

.nav_item1 {
  width: 33%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1.1rem);
  line-height: 1.4;
  color: #fff;
align-self: center;
}

.nav_item1:first-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.nav_item1:last-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.nav_arrow-button {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  color: #fff;
    text-decoration: none;
  transition: 0.3s;
  padding: 15px;

}

.nav_arrow-button:after {
  content: '';
  position:absolute;
  bottom: 0;
  left:0 ;
  width: 0;
  height: 1px;
  transition: 0.3s;
  background: #fff;
}

.nav_arrow-button:hover {
  color: #fff;
}

.nav_arrow-button:hover:after {
  content: '';
  position:absolute;
  bottom: 0;
  left:5px ;
  width: calc(100% - 10px);
  height: 1px;
}


main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index:1;
}



main img {
  width: 100%;
}

main p {
  font-size: 17px;
  line-height: 2;
  text-align: justify;
  text-justify:inter-ideograph;  
  text-indent: 1rem;
  padding-bottom: 2%;
  color: #000;
}



.sec1 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.sec1_bg1 {
  position: relative;
}

.sec1_bg1:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background: url(bg_sec1.jpg) top left / cover no-repeat;
}

.sec1_bg1:after {
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: url(bg_sec1_2.jpg) top left / cover no-repeat;
}

.sec1_bg2 {
  position: relative;
}

.sec1_bg2:before {
  content:'';
  position: absolute;
  top: -180px;
  left: 0;
  width: 600px;
  height: 700px;
  background: url(bg_sec1_3.jpg) top left / cover no-repeat;
}

.sec1_bg2:after {
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: url(bg_sec1_2.jpg) top left / cover no-repeat;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;

  height: 100%;
  margin: 0 auto;
  padding: 50px 30px 0;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 99;
}


.mb0 {
  margin-bottom: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}



h2 {
  margin: 0 auto 30px;
  padding: 0 0 20px 25px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #073190;
}

h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: calc(100% - 10px);
  background: #073190;
}

h2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  background: #92308d;
  z-index: 10;
}



h3 {
  margin: 1% auto 0 !important;
  padding: 0 0 10px;
  width: 98%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
  position: relative;
}

.small_h3 {
  font-size: 95%;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #28880d;
}

.small_h3_2 {
  font-size: 95%;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #c74634;
}

.txt0 {
padding-left:0.5rem;
text-indent:-0.5rem;
}

.txt01 {
padding-left:3em;
}

.ph_flex {
  width: 100%;
  margin: 10px auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pf_item1 {
  position: relative;
  width: 32.5%;
  align-self: flex-start;
  z-index:2;
}

.pf_item1 img {
  width: 100%;
}

.pf_item2 {
  position: relative;
  width: 59%;
  align-self: flex-start;
  margin-left: -16%;
}

.pf_item3 {
  position: relative;
  width: 52%;
  align-self: flex-end;
}


.profile {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: justify;
  font-size: 0.87rem;
  line-height: 1.4;
  color: #333;
}



.name_area {
  position: relative;
  margin: 10px auto 30px;
  padding: 0 10px;
  width: 100%;
  border-left: 1px solid #073190;
  border-right: 1px solid #073190;
}

.name {
  margin: 0;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #000;
  width: 100%;
}

.name_right {
  text-align: right;
}

.name_large {
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: baseline;
}

.img_box1 {
  width: 100%;
  margin: 20px auto 40px;
  position: relative;
}

.img_box1 img {
  width: 100%;
}


.img_box2 {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
}

.img_g03 {
  position: relative;
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(379/840 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_g03r.png) top center / cover no-repeat;
}

.img_box_text {
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}

.img_box_text_color1 {
  color: #0069a7;
  font-weight: bold;
}

.img_box4 {
  width: calc(100% + 60px);
  max-width: 960px;
  margin-left: -30px;
}

.img_box4 img{
  width: 100%;
}

.img_area {
  width: 100%;
  margin: 0 auto;
}

.img_area img {
  border-radius: 10px;
}

.caption {
  width: 90%;
  max-width: 600px;
  margin: 10px auto;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
  text-justify:inter-ideograph;  
}

.caption_left {
  position: absolute;
  bottom: 0;
  left:0;
  width: 40%;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
}

.caption2 {
  width: 90%;
  max-width: 500px;
  margin: 10px auto 30px;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
  text-justify:inter-ideograph;  
  padding-left: 15px;
}


.add_border {
  border-top: 4px solid #073190;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  background: #FFF;
}

.add_f_bdr {
  border-top: 2px solid #312d2a;
  width: 100%;
}

.add_f_bdr2 {
  border-bottom: 2px solid #312d2a;
  width: 100%;
}

.b_txt {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}


.logo {
  width: 100%;
  margin: 0 auto;  
  text-align: center;
}


.logo img {
  margin: 60px auto;
  width: 280px;
  text-align: center;
}

.logo_flex {
  width: 94%;
  max-width: 860px;
  margin: 30px auto 50px;
  display: flex;
  justify-content: center;
 gap: 2%;
}

.logo_item1 {
  width: 49%;
  align-self: center;
}

.logo_flex img {
  width: 100%;
}

.footer_txt {
   width: 100%;
   margin: 1% auto !important;
   font-size: 1.1rem;
   line-height: 1.4;
   color: #000;
   text-align: center;
   font-weight: bold;
}


.ft_nml {
   width: 100%;
   margin: 0 auto 30px;
   font-size: 0.9rem;
   line-height: 1.2;
   text-align: center;
   font-weight: normal;
  position: relative;
  z-index:2;
}

.ft_nml_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ft_nml_box:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #0297d7;
}

.ft_nml_box:after {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 30px;
  background: #fff;
}



.txt_b {
   font-weight: bold;
   font-size: 1.1rem;

}



.localFooter {
  line-height: 150%;
}

.footer_wrap {
  width: 100%;
  background: #FFF !important;
}


/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
}


.ovr_txt {
  overflow: auto;
}


/* float */
.img_add {
  float: right;
  width: 310px;
  margin: 5px 0 25px 50px;
  position: relative;
}

.img_add2 {
  float: left;
  width: 310px;
  margin: 5px 50px 25px 0;
  position: relative;
}

.img_add img,
.img_add2 img {
  width: 100%;
}


/* pager */
.pager {
  overflow: hidden;
  margin: 0 auto 1%;
  padding: 30px 0;
}

.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,
.pager ul li a {
  display: block;
  font-size: 1.2rem;
  padding: 0.7em 0.9em;
  font-weight: bold;
  width: 46px;
  text-align: center;
}
 
.pager ul li a {
  color: #000;
  text-decoration: none;
   border-radius: 2px;
}
 
.pager ul li a:hover {
  background:#073190;
  color: #fff;
   border-radius: 2px;
}

.current {
  color: #000;  
   border-radius: 2px;
}


#note_text {
  padding: 15px 10%;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align:center;
}

.btn_area {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0.7% 1%;
  background: #312d2a;
    transition: 0.3s;
    background: url(bg_next.jpg) center center / cover no-repeat;

}

.btn_area:hover {
  opacity: 0.8;
}

.arrow-button{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin: 0 auto;
    padding: 22px 78px 22px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
}



.mt50 {
  margin-top: 50px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.next_txt {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.next_txt::before,
.next_txt::after {
  background-color: #fff; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.next_txt::before {
  margin-right: 15px; /* 文字との余白 */
}
.next_txt::after {
  margin-left: 15px; /* 文字との余白 */
}



.bnr_area {
  width: 94%;
  max-width: 600px;
  margin: 50px auto;
}

.bnr_area img {
  width: 100%;
  border-radius: 8px;
}


.txt_break {
  word-break: break-all;
}

.shorter {
  letter-spacing: -0.015em;
}

.spacer {
  letter-spacing: 0.15em;
}

.btn-flat-simple1 {
  width: 90%;
  max-width: 680px;
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  margin: 50px auto;
  padding: 20px 60px;
  text-decoration: none;
  color: #fff;
  background: #00001e;
  border-radius: 100vh;
  transition: .3s;
}

.btn-flat-simple1:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
  transition: .3s;
}

.btn-flat-simple1:hover {
  opacity: 0.8;
  background: rgba(123,20,30,0.8);
}

.btn-flat-simple1:hover:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
}

.btn-flat-simple2 {
  width: 100%;
  max-width: 600px;
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  padding: 20px 35px;
  text-decoration: none;
  color: #fff;
  background: #a30000;
  border-radius: 100vh;
  transition: .3s;
}

.btn-flat-simple2:hover {
  opacity: 0.8;
}

.btn-flat-simple2:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
  transition: .3s;
}

.btn-flat-simple2:hover:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
}


.pt30 {
  padding-top: 30px !important;
}

/* フローティング */
.floating {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.75);
  
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
}

    
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.floating img {
  width: 94%;
  max-width: 600px;
}

.floating__nav {
  padding: 0 !important;
}

.information_box {
  width: 100%;
  margin: 0 auto 50px;
  padding: 20px 30px 30px;
  background: #FFF;
  position: relative;
  border-radius: 12px;
}

.information_box:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 12px 12px 0 0;
  border-top: 1px solid #a30000;
  border-left: 1px solid #a30000;
  border-right: 1px solid #a30000;
}

.information_box:after {
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 0 0 12px 12px;
  border-bottom: 1px solid #a30000;
  border-left: 1px solid #a30000;
  border-right: 1px solid #a30000;
}

.block {
  margin: 20px auto 0;
  width: 100%;
}

dl {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-width: 1px 0 0 0;
  border-color: #999;
  border-style: solid;
  font-size: 1.6rem;
  font-weight: normal;
  min-height: 50px;
}
dl.last {
  border-bottom: 1px solid #999;
}
dl dt p,dl dd p {
  display: block;
  padding: 15px 12px;
  text-indent: 0;
  line-height: 1.25;
}
dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  background-color: #f7f7f7;
  color: #000;
  font-weight: bold;
}
dl dt p {
  text-align: center;
}
dl dd {
  width: 80%;
}
dl.large dd {
  font-size: 1.8rem;
  font-weight: bold;
}
dl.large .sml {
  font-size: 1.6rem;
  vertical-align: baseline;
}


.caption3 {
  width: 100%;
  margin: 10px auto;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
  padding-left: 1rem;
  position: relative;
}

.caption3:before {
  content:'※';
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
}

.small_text {
  font-size: 0.9rem;
  color: #333;
  font-weight: normal;
}

.normal_text {
  font-size: 1rem;
  font-weight: normal;
}

.arrow_text {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.arrow_text:before {
  content: '↓';
  position: absolute;
  bottom: -5px;
  left: 35px;
  width: 1.1rem;
  height: 1.1rem;
}

.information_inner p {
  line-height: 1.2;
  padding-bottom: 0;
  letter-spacing: -0.01em;
}

.information_inner ul, ol {
  padding: 0.1em 0.3em 0.5em 1em;/*ボックス内の余白*/
}

.information_inner ul li, ol li {
  line-height: 1.2; /*文の行高*/
  padding: 0.1em 0; /*前後の文との余白*/
  font-size:1rem;
  font-weight: normal;
  list-style-type: disc;
  text-align: left
}

.small_txt {
  font-size: 0.8rem;
  font-weight: normal;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  width: 100%;
}

a.btn-flat {
  overflow: hidden;
  margin: 50px auto 20px;
  width: 100%;
  padding: 0.3rem;

  color: #fff;
  border-radius: 0;
  background: #073190;
  border-radius: 8px;
}

a.btn-flat img {
  width: 94%;
  max-width: 480px;
  position: relative;
  z-index:10;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 1500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-99%);
  transform: translateX(-99%);

  background: #92308d;
  border-radius: 8px;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a.btn-flat2 {
  overflow: hidden;
  margin: 50px auto 0;
  width: 100%;
  padding: 1.2rem 60px;

  color: #fff;
  border-radius: 0;
  background: #073190;
  border-radius: 8px;
  font-size: 1.2rem;
}



a.btn-flat2 span {
  position: relative;
}

a.btn-flat2:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 1500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-99%);
  transform: translateX(-99%);

  background: #92308d;
  border-radius: 8px;
}

a.btn-flat2:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a.btn-flat2:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;

  width: 36px;
  height: 36px;

  content: "";
  background: url(img_arrow1.svg) 50% 50% no-repeat;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

a.btn-flat2:hover:after {
  right: 7px;
}


.foot-border {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
}
 
.foot-border:before {
    content: "";
    height: 6px;
    flex-grow: 1;
    background: #073190; 
}
 
.foot-border:after {
    content: "";
    height: 6px;
    flex-grow: 1;
    background: #073190; 
}
 
.foot-border:before {
    margin-right: 1rem;
}
 
.foot-border:after {
    margin-left: 1rem;
}


@media screen and (max-width: 999px) {



.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
}


.main_ttl {
  position: relative;
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(360/900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.jpg) top center / cover no-repeat;
  z-index: 3;
}

.head_img_box2 {
  margin: 0 auto;
  width: 100%; /* android view point */
  position: relative;
  z-index:2;
  display: flex;
  flex-direction: column;
}


.bg_header2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(bg_sp_header.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 20px;
}

.bg_header2:before {
display: none;
}

.main_ttl2 {
  position: relative;
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(360/900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.jpg) top center / cover no-repeat;
  z-index: 3;
}


.head_img_01 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(585/900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_mv.jpg) top center / cover no-repeat;
  position: relative;
  z-index:1;
}

.head_img_02 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(585/900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_mv.jpg) top center / cover no-repeat;
  position: relative;
  z-index:1;
}


.lead_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index:1;
  padding: 4% 3%;
  border-bottom: 1px solid #fff;
  background: #353838;
}

.lead_area:before {
  display: none;
}


.lead {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  text-align: justify;
  padding: 0;
  border-bottom: none;
}

nav {
  width: 100%;
  max-width: 94%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 4% 0 ;

}


main p {
  font-size: 1rem;
  line-height: 1.8;
}


.p2_hdr {
  border-radius: 10px 10px 0 0;
}

.p2_hdr:before {
  display: none;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 96%;

  height: 100%;
  margin: 0 auto;
  padding: 3% 3% 0;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 99;
}

.sec1_bg1:before,.sec1_bg1:after, .sec1_bg2:before, .sec1_bg2:after{
  display: none;  
}



h2 {
  margin: 0 auto 20px;
  padding: 0 0 10px 20px;
  width: 100%;
}




h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.img_box1 img {
  box-shadow: none;
}

.btn_area {
  width: 100%;
}


.logo img {
  margin: 5% auto;
}

.caption_left {
  position: relative;
  bottom: 0;
  left:0;
  width: 80%;
  max-width: 600px;

  margin: 10px auto;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
}

.img_add {
  float: right;
  width: 310px;
  margin: 5px 0 25px 30px;
  position: relative;
}

.img_add2 {
  float: left;
  width: 310px;
  margin: 5px 30px 25px 0;
  position: relative;
}

.btn_area:before {
  display: none;
}

.btn_area:hover:before {
  display:none;
}


.img_box4 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin: 0 auto;
}

.ph_flex {
  width: 100%;
  margin: 10px auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pf_item1 {
  position: relative;
  width: 32%;
  align-self: flex-start;
  z-index:2;
}


}

@media screen and (max-width: 767px) {


h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

.ph_flex {
  width: 100%;
  margin: 10px auto 0;
  max-width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
}

.pf_item1 {
  position: relative;
  width: 100%;
  padding-right: 0;
  order: 1;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
}


.btn_area {
  margin: 0 auto 2%;
}

dl dt p,dl dd p {
  padding: 15px 15px;
}

}

@media screen and (max-width: 639px) {

nav {
  width: 100%;
  max-width: 96%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.nav_item1 {
  width: 33%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(0.85vw + 1rem), 1rem);
  line-height: 1.4;
  color: #fff;
}

.nav_arrow-button:after {
  display: none;
}

.nav_arrow-button:hover:after {
  display: none;
}


.sec1_inner {
  width: 100%;
  max-width: 96%;
}

.p2_hdr {
  margin: 0 auto 0;
}


h2 {
  width: 100%;
  font-size: 1.4rem;
}
h3 {
  font-size: 1.15rem;
}

.img_add {
  float: none;
  margin: 20px auto ;
}

.img_add2 {
  float: none;
  margin: 5px auto 20px;
}


.list {
flex-direction: column;
  width: 94%;
  align-items: center;
}

#note_text {
  text-align:left;
}

#note_text br {
  display:none;
}

.caption {
  width: 100%;
  margin: 10px auto 0;
}

.ph_flex {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}


.button-4 a:before {
  display: none;
}

.caption_left {
  position: relative;
  bottom: 0;
  left:0;
  width: 100%;
  max-width: 600px;
}


.information_box {
  width: 100%;
  margin: 0 auto 5%;
  padding: 3%;
  background: #FFF;
  position: relative;
  border-radius: 12px;
}

dl {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border-width: 1px 0 0 0;
  border-color: #999;
  border-style: solid;
  font-size: 1.6rem;
  font-weight: normal;
  min-height: 50px;
}
dl.last {
  border-bottom: 1px solid #999;
}
dl dt p,dl dd p {
  display: block;
  padding: 15px;
  text-indent: 0;
  line-height: 1.25;
}
dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #f7f7f7;
  color: #000;
  font-weight: bold;
}
dl dt p {
  text-align: left;
}
dl dd {
  width: 100%;
}

}


@media screen and (max-width: 479px) {



main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index:1;
  padding-top:4%;
}


h2 {
  font-size: 1.2rem;
}

.sp_n {
  display: block;
}


.logo img {
  margin: 40px auto;
  width: 240px;

}

.ph_flex {
  width: 100%;
  margin: 10px auto 0;
  max-width: 100%;
}

.arrow-button {

    width: 86%;
    padding: 1rem 0.5rem 0.5rem;
}



.arrow-button{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin: 0 auto;
    padding: 22px 8%;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
}


.img_g03 {
  position: relative;
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(840/443 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_g03r.png) top center / cover no-repeat;
}


.btn-flat-simple2 {
  padding: 12px 35px;
}

.btn-flat-simple2:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
  transition: .3s;
}

.btn-flat-simple2:hover:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 20px;
  height: 20px;
  background: url(img_arrow.svg) 50% 50% no-repeat;
}


a.btn-flat2 {
  overflow: hidden;
  margin: 50px auto 0;
  width: 100%;
  padding: 1.2rem 20px;

  color: #fff;
  border-radius: 0;
  background: #073190;
  border-radius: 8px;
  font-size: 1.2rem;
}

a.btn-flat2:after {
  display: none;
}


}

@media screen and (max-width: 375px) {

.nav_item1 {
  font-size: 0.75rem;
}


.img_add {
  width: 94%;
}

.img_add2 {
  width: 94%;
}

.logo_flex {
  width: 94%;
  max-width: 94%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
 gap: 5%;
  padding-right: 0;

}

.logo_item1 {
  width: 100%;
  align-self: center;
}


}

@media screen and (min-width: 1920px) {

.article_header, main, footer, .wrap {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}


}



