@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;
  font-feature-settings: "pwid";
  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%;
}

.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 #312d2a;
  margin: 0 auto;
  width: 100%;
  padding-top: 50px;
  animation: show 1.8s ease 0s 1 normal;
}

@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.wrap:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 10px);
  height: 100%;
  background: #312d2a;
  z-index:-1;
  overflow: hidden;
}

.wrap:after {
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 10px);
  height: 100%;
  background: #0067b8;
  z-index:-1;
}

.article_header {
  width: 94%; /* android view point */
  max-width: 1200px;
  height: auto;
  margin: 0 auto 50px;
   position: relative;
}

.article_header:before {
  content:'';
  position: absolute;
  width: 50%;
  height: 58px;
  top: 90px;
  left: 0;
  border-image-source: linear-gradient(#c74634,#c74634);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}


.head_img_01 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(600/1100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.ttl_box {
  position: absolute;
  width: 100%;
  max-width: 564px;
  height: 564px;
  top: 0;
  left: -62px;
  z-index:10;
}

.main_ttl {
  width: 100%;
  height: 0;
  padding-top: calc(564/564 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top left / cover no-repeat;
  z-index: 3;
}


h1 {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}


.p2_header_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  background: #FFF;
}

.p2_ttl_box {
  width: 62%;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.head_img_02 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(500/1100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv2.jpg) top center / cover no-repeat;
  position: relative;
  overflow: hidden;
}




.head_catch_box2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: #a62b42;
}


.main_ttl_box2 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
   z-index:10;
}



.lead_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  z-index:1;
  background: #fff;
}


.lead {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
  color: #000;
  text-align: justify;
  letter-spacing: 0.05em;
}


main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index:1;
padding: 0 0 50px;
}



main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 2;
  text-align: justify;
  padding-bottom: 2%;
  color: #000;
  text-indent: 1.05rem;
}

.name1 {
  color: #994634;
  font-weight: bold;
}

.name2 {
  color: #3a358c;
  font-weight: bold;
}

.sec1 {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  background: #fff;
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;

  height: 100%;
  margin: 0 auto;
  padding: 2% 90px 30px;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 99;
  background: #fff;  
}

.bg_white {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}

.bg_white:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
}

.pt10 {
  padding-top: 10px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}


h2 {
  margin: 20px  auto 25px;
  padding: 0 5px 15px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  position: relative;
  text-align: center;

  border-bottom: 2px solid #cdcdcd;
}

h2:before {
  content:'';
  position: absolute;
  width: 24px;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background: #c74634;
}

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: 40px auto;
   padding: 0 0 10px;
   display: flex;
   justify-content: space-between;
   position: relative;
}

.pf_item1 {
   position: relative;
   width: 300px;
  align-self: flex-end;
  z-index:2;
  background: #312d2a;
  padding: 15px 15px 0;
}

.pf_txt {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 2%;
}

.pf_item2 {
   position: relative;
   width: 640px;
   align-self: flex-end;
  margin-left: -140px;
  padding-bottom: 0;
}


.pf_item3 {
   position: relative;
   width: 640px;
   align-self: flex-end;
  padding-bottom: 0;
}

.pf_item4 {
   position: relative;
   width: 300px;
  align-self: flex-end;
  z-index:2;
  margin-left: -140px;
  background: #312d2a;
  padding: 15px 15px 0;
}

.pf_item1 img,
.pf_item2 img,
.pf_item3 img,
.pf_item4 img {
   width: 100%;
}

.pf_border1{
  border-bottom: 7px solid #c74634;
}

.pf_border2{
  border-bottom: 7px solid #3a358c;
}


.pf_name {
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.5;
   color: #fff;
   text-align: left;
}

.pf_name2 {
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.5;
   color: #fff;
   text-align: left;
}

.pf_prof {
  padding: 10px 0;
  font-size: 0.85rem;
  color: #fff;
  line-height: 1.6;
  text-align: justify; 
  letter-spacing: -0.015em;
}


.pf_name_txt2 {
  padding: 0 10px 10px 0;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #000;
  text-align: right;
  position: relative;
  z-index: 1;
}

.pf_prof2 {
  margin: 0;
  padding: 10px 10px 0 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  text-align: left; 
}


.name_area {
  width: 100%;
  padding: 10px 2px 0;
}

.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.5rem;
  font-weight: bold;
  line-height: 2;
  vertical-align: baseline;
}

.img_box1 {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 40px;
  position: relative;
}

.img_box1 img {
  width: 100%;
}


.img_box2 {
  width: 100%;
  margin: 20px auto 40px;
  position: relative;
}

.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: 340px;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
}

.caption2 {
  width: 100%;
  max-width: 600px;
  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: 1px solid #133d85;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  background: #FFF;
}

.add_f_bdr {
  border-top: 4px solid #000;
  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: 250px;
  text-align: center;
}

.footer_txt {
   width: 100%;
   margin: 1% auto !important;
   font-size: 0.9rem;
   line-height: 1.4;
   color: #000;
   text-align: center;
}


.ft_nml {
   width: 100%;
   margin: 0 auto 30px;
   font-size: 0.95rem;
   line-height: 1.2;
   text-align: center;
   font-weight: bold;
  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;
}



/* float */
.img_add {
  float: right;
  width: 300px;
  margin: 5px 0 25px 30px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #a62b4e;
}

.img_add2 {
  float: left;
  width: 310px;
  margin: 5px 30px 25px -40px;
  position: relative;
  background: #f2f2f2;
}



.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:#c74634;
  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;
  border-bottom: 4px solid #0067b8;
}

.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%;
    max-width: 700px;
    overflow: hidden;
}

.arrow-button:after{
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); 
    transition: 0.3s;
    background: url(img_arrow.svg) top center no-repeat;
}

.arrow-button:hover:after{
    right: 0;
}


.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;
}

.cap_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.cap_item1 {
  width: 45px;
  background: #44546a;
  border-radius: 5px;
}

.cap_item1 img {
  width: 100%;
}

.cap_item2 {
  width: calc(100% - 45px);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  padding-left:10px;
}

.logo_flex {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.logo_item {
  width: 48.3%;
  text-align: center;
}

.logo_item img {
  width: 100%;
}

.logo_item2 {
  width: 3.4%;
  text-align: center;
}

.logo_item2 img {
  width: 100%;
}

.list-design {
  list-style-type: disc;
  margin: 0 auto 20px;
  padding-left: 35px;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.2;
}

.list-design li {
  margin-top: 10px;
}

.list-design li::marker {
    color: #999;
    font-size: 1.4em;
}

.bnr_box {
   width: 94%;
   max-width: 640px;
   margin: 40px auto;
}

.bnr_box img {
   width: 100%;
   border-radius: 5px;
}



@media screen and (max-width: 1199px) {

.wrap {
  padding-top: 3.5%;
}

.article_header:before {
  display: none;
}

.ttl_box {
  position: absolute;
  width: 100%;
  max-width: 47%;
  height: 47%;
  top: 10px;
  left: -4%;
  z-index:10;
}

}


@media screen and (max-width: 999px) {



.head_catch_box2 {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #a62b42;
}


.main_ttl_box2 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
   z-index:10;
}




.lead_area {
  width: 100%;
  max-width: 100%;
  padding: 3%;
}


.bg_white {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}


.lead {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}


.sec1_bg:after {
  display: none;
}


main p {
  font-size: 1rem;
  line-height: 1.8;
}


.p2_hdr {
  border-radius: 10px 10px 0 0;
}

.p2_hdr:before {
  display: none;
}

.sec1 {
  width: 100%;
}



.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  padding: 3%;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

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: 100%;
  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;
}

.pf_item1 {
   position: relative;
   width: 50%;
  align-self: flex-end;
  z-index:2;
}

.pf_item2 {
   position: relative;
   width: 68%;
   align-self: flex-end;
  margin-left: -18%;
}


.pf_item3 {
   position: relative;
   width: 75%;
   align-self: flex-end;
}

.pf_item4 {
   position: relative;
   width: 40%;
  align-self: flex-end;
  z-index:2;
  margin-left: -15%;
}

}

@media screen and (max-width: 767px) {

.wrap:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 5px);
  height: 100%;
  background: #312d2a;
  z-index:-1;
  overflow: hidden;
}

.wrap:after {
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 5px);
  height: 100%;
  background: #0067b8;
  z-index:-1;
}

.article_header {
  margin: 0 auto 4%;
   position: relative;
}


.head_img_01,.head_img_02 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(550/1100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_mv.jpg) top center / cover no-repeat;
  position: relative;
  overflow: hidden;
}



.ttl_box {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index:10;
  margin: 0 auto;
}

.main_ttl {
  width: 100%;
  height: 0;
  padding-top: calc(200/768 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top left / cover no-repeat;
  z-index: 3;
}


h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

.ph_flex {
  width: 80%;
  margin: 20px auto;
  max-width: 80%;
  display: flex;
  position: relative;
  flex-direction: column;
}


.pf_name_txt {
  padding: 10px 0;
}

.pf_prof {
  margin: 0;
  padding: 10px 0;
}

.pf_name_txt2 {
  padding: 10px 0;
  text-align: left;
}

.pf_prof2 {
  margin: 0;
  padding: 10px 0;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
  background-image: none;
}

.sec1_inner {
  width: 100%;
  max-width: 100%;
}

.btn_area {
  margin: 0 auto 2%;
}

.ph_flex {
   width: 75%;
   margin: 30px auto;
   display: flex;
   position: relative;
   flex-direction: column;
   gap:0;
}

.pf_item1 {
   position: relative;
   width: 100%;
  align-self: flex-end;
  z-index:2;
  order: 2;
}

.pf_item2 {
   position: relative;
   width: 100%;
   align-self: flex-end;
  margin-left: 0;
  padding-bottom: 0;
  order: 1;
}


.pf_item3 {
   position: relative;
   width: 100%;
   align-self: flex-end;
  padding-bottom: 0;
  order: 1;
}

.pf_item4 {
   position: relative;
   width: 100%;
  align-self: flex-end;
  z-index:2;
  margin-left: 0;
  order: 2;
}

.pb40 {
  padding-bottom: 4%;
}


.mb50 {
  margin-bottom: 4%;
}

}

@media screen and (max-width: 639px) {



.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: 30px auto;
   max-width: 94%;
   display: flex;
   position: relative;
   flex-direction: column;
   gap:0;
}

.pf_item1 {
   position: relative;
   width: 100%;
  align-self: flex-end;
  z-index:2;
  order: 2;
}

.pf_item2 {
   position: relative;
   width: 100%;
   align-self: flex-end;
  margin-left: 0;
  padding-bottom: 0;
  order: 1;
}


.pf_item3 {
   position: relative;
   width: 100%;
   align-self: flex-end;
  padding-bottom: 0;
  order: 1;
}

.pf_item4 {
   position: relative;
   width: 100%;
  align-self: flex-end;
  z-index:2;
  margin-left: 0;
  order: 2;
}

.button-4 a:before {
  display: none;
}



}


@media screen and (max-width: 479px) {


h2 {
  font-size: 1.2rem;
}

.sp_n {
  display: block;
}


.logo img {
  margin: 5% auto;
  width: 250px;

}

.ph_flex {
  width: 100%;
  margin: 20px auto;
  max-width: 100%;
}

.arrow-button {

    width: 86%;
    padding: 1rem 0.5rem 0.5rem;
}


.name_area {
  width: 100%;
  padding: 10px 2px 0;
}

.name {
  margin: 0;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #000;
  width: 100%;
}

.name_large {
  font-size: 1rem;
  font-weight: bold;
  vertical-align: baseline;
}

.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-align: left;
    text-decoration: none;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
}


.arrow-button:after{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%); 
    transition: 0.3s;
    background: url(img_arrow.svg) top center / cover no-repeat;
}

main p, .caption, .lead {
  word-break: break-all;
}

}

@media screen and (max-width: 375px) {

.img_add {
  width: 94%;
}

.img_add2 {
  width: 94%;
}

h3 {
  font-size: 1.1rem;
}


}

@media screen and (min-width: 1920px) {

.article_header, main, footer, .wrap {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}


}



