@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: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 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;
  animation: show 1.6s ease 0s 1 normal;
}

@keyframes show {
	0% {
		opacity:0;
                                                                filter: blur(10px);
	}
	100% {
		opacity:1;
                                                                filter: blur(0);
	}
}


sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6ex;
  font-size:75%;
}


.ovr_txt {
                                overflow: auto;
}


.social_box {
   text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
   display: inline-block;
   text-align: left;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-top: 6px solid #000;
  overflow: hidden;
  padding: 0;
  background: url(bg_main.jpg) top center / cover no-repeat;
  background-attachment: fixed;
}


.article_header {
  width: 100%; /* android view point */
  height: auto;
  margin: 0 auto;
   position: relative;
  padding-top: 50px;
}

.article_header:before {
  content:'';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(bg_header.webp) top center no-repeat;
  background-size: auto 600px;
  overflow: hidden;
}

.article_header2 {
  width: 100%; /* android view point */
  height: 365px;
  margin: 0 auto;
   position: relative;
  background: #f1f3f6;
}


.header_space1 {
  padding-top: 32px;
}

.head_box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1070px;
}

.head_img_01 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(610/1100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  overflow: hidden;
}


.main_ttl {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: calc(230/1070 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.png) top center / cover no-repeat;
  z-index: 10;
  overflow: hidden;
}


h1 {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}


.p2_head_area {
  width: 94%;
  max-width: 1070px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1%;
}

.p2_head_item1 {
  width: 24%;
}

.p2_head_item1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}


.p2_head_catch {
  position: relative;
  width: 100%;
   font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.45rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding: 0 20px 20px;
  color: #0068b7;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #0068b7;
}



.leadarea {
   width: 100%;
   position: relative;
   margin: 0 auto;
}




.lead {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
 font-size: 17px;
  line-height: 2;
  text-align: justify;
  color: #000;
  font-weight: 700;
}


main {
  width: 100%;
  margin: 0 auto;
   position: relative;
   z-index:1;
   padding-bottom: 50px;
}

main a {
  font-weight: bold;
}

main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: justify;
  text-justify:inter-ideograph;  
  text-indent: 1.05rem;
   padding-bottom: 2.4%;
}

.sml_txt {
  font-size: 0.9rem;
}

.paren_indent {
  text-indent: 1.35rem;
}

.pt40 {
   padding-top: 40px !important;
}

.pt50 {
   padding-top: 50px !important;
}

.pb40 {
   padding-bottom: 40px !important;
}

.pb50 {
   padding-bottom: 50px !important;
}

.small_txt {
   font-size: 0.9rem;
}

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 94%;
  max-width: 1070px;
  background: rgba(255,255,255,0.95);
  border-radius: 7px;
}

.bg_sec {
  width: 100%;
  margin: 0 auto;
  background: #f4f5f5;
}


.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 4% 0;
  color: #000;
  position: relative;
}


.spacer {
  width: 94%;
  height: auto;
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 0;
}

.pt_pb {
  padding: 0 50px;
}



h2 {
  margin: 0 auto 24px;
  padding: 40px 25px 18px 0;
  width: 100%;
  max-width: 800px;
   font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.3rem, calc(1vw + 1.3rem), 1.8rem);
  line-height: 1.3;
   font-weight: 700;
  position: relative;
   text-align: center;
   letter-spacing: 0.02em;
   color: #005bac;
   border-bottom: 1px solid #005bac;
}

h2:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 6px;
  background: #fff;
}

h2.h2_bg {
  position: relative;
}

h2.h2_bg:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 6px;
  background: #f4f5f5 !important;
}

h3 {
   margin: 12px auto 5px;
  padding: 0 0 10px;
  width: 100%;
   font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.2rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #17385d;
}

.sml_h3 {
  font-size: 90%;
  vertical-align: baseline;
}

.en_helvetica {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-weight: bold;
  vertical-align: baseline;
}

.color1 {
  color: #475c86;
}
.color2 {
  color: #FFF;
}


h4 {
  width: 100%;
  margin: 35px auto 10px;
  padding:10px 10px 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, calc(1.1vw + 1rem), 1.3rem);
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  color: #FFF;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005bac+0,1e5799+0,7db9e8+100 */
background: linear-gradient(to right,  rgba(0,91,172,1) 0%,rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

h5 {
   margin: 0 auto 10px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  position: relative;
  color: #475c86;
}

.sub_flex {
  width: 100%;
  margin: 0 auto;
  background: #475c86;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sub_item1 {
  width: 50%;
  align-items: center;
}

.comment {
   padding: 10px;
  font-size: 1.05rem;
  line-height: 1.3;
  text-align: left;
  border: 1px solid #FFF;
  border-radius: 8px;
  color: #FFF;
}

.ph_flex {
   width: 90%;
   margin: 30px auto 30px;
   display: flex;
   justify-content: center;
   position: relative;
  gap: 4%;
}

.ph_flex_cap {
   width: 94%;
   max-width: 940px;
   margin: -20px auto 30px;
   color: #333;
   font-size: 0.9rem;
   line-height: 1.5;
  text-align: right;
}

.ph_flex2 {
   width: 100%;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   position: relative;
}

.pf_item1 {
   position: relative;
   width: 46%;
   align-self: auto;
}

.pf_txt {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 2%;
}

.pf_item2 {
   position: relative;
   width: 49%;
}

.pf_item1 img,
.pf_item2 img,
.pf_item3 img {
   width: 100%;
   margin-bottom: 10px;
   border-radius: 6px;
}

.pf_item3 {
   position: relative;
   width: 45%;
}

.pf_item4 {
   position: relative;
   z-index: 20;
   width: 44%;
}

.pf_name {
   margin: 20px 0 10px;
   padding-left: 2%;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 140%;
   color: #FFF;
   text-align: left;
}

.pf_prof {
  margin: 0;
  padding: 1% 0 1% 7%;
  font-size: 85%;
  color: #FFF;
  line-height: 160%;
  text-align: justify; 
  text-justify: inter-ideograph;
   letter-spacing: -0.03em;
}



.img_box1 {
   width: 100%;
   margin: 30px auto 0;
  position: relative;
}

.img_box1_inner {
  position: relative;
}

.img_box1 img {
   width: 100%;
   padding-bottom: 10px;
}


.img_box2 {
   width: 100%;
   max-width: 800px;
   margin: 30px auto 0;
   position: relative;
   z-index:2;
  padding-bottom: 40px;
}

.img_box2 img {
   width: 100%;
}

.img_box3 {
   width: 94%;
  max-width: 960px;
   margin: 0 auto 40px;
   position: relative;
   z-index:2;
}

.img_box3 img {
   width: 100%;
}


.caption2 {
   width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 2%;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
  text-align: justify; 
}

.caption3 {
  text-align: left; 
}


.arrow-button2:hover {
    background: rgba(18,152,154,0.3);
}


.btn_flex {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.btn_1 {
  padding-right: 10px;
  text-align: right;
  align-self: center;
flex-basis: auto;
}

.btn_2 {
  padding-left: 10px;
  text-align: left;
  align-self: center;
flex-basis: 75%;
  border-left: 1px solid #FFF;
}


.button-4 {
  position:relative;
}

.button-4 a{
  position:relative;
  display: block;
  width: 94%;
  max-width: 860px;
  height: auto;
  text-align:center;
  cursor:pointer;
  box-sizing:border-box;
  overflow: hidden;
  margin: 30px auto 0;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1.1rem;
  font-weight:bold;
  line-height: 1.8;
background: #000;
  color:#fff;
                                border-radius: 7px;

}

.button-4 a:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #0068b7;
  transition:all .5s ease;
  overflow: hidden;
}

.button-4 a:hover {
background: #7d7d7d;
}

.button-4 a:hover:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0068b7;
  overflow: hidden;
}



.btn_next {
	position: absolute;
	top: -45px;
	left: 50%;
                                transform: translateX(-50%);
                                width: 90px;
	height: 90px;
                                text-align: center;
                                z-index: 9999;
}

.btn_next:hover {
                                z-index: 9999;
}

.btn_next img {
  width: 100%;
}

footer {
  width: 100%;
  margin: 0 auto;
   padding: 50px 0 30px;
   position: relative;
}



.add_border {
   border-top: 2px solid #005bac;
}

.add_border2 {
   border-bottom: 4px solid #d04a02;
}

.add_bdr {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
}

.add_bdr:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #475c86;
}

.logo {
  width: 100%;
   margin: 0 auto;   
  text-align: center;
   padding: 0;
}


.logo img {
  margin: 0 auto 1.5%;
  width: 300px;
  text-align: center;
}

.footer_txt {
   width: 90%;
   margin: 1% auto !important;
   font-size: 0.9rem;
   line-height: 1.4;
   color: #333;
   text-align: center;
   font-weight: bold;
}


.ft_nml {
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 0.9rem;
   line-height: 1.4;
   text-align: center;

   font-weight: 400;
   padding-bottom: 15px;
}

.txt_b {
   font-weight: bold;
}

.localFooter {
  line-height: 150%;
}

/* 単語ごとに改行 */
.sub_wb {
   display: inline-block;
  vertical-align: baseline;
}


/* pager */
.pager {
   overflow: hidden;
  margin: 30px auto;
  padding: 2px 0;
  width: 100%;
}
 
.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: 16px;
   padding: 0.7em 0.9em;
   font-weight: bold;
   border: 1px solid #fff;
}
 
.pager ul li a {
   color: #000;
   text-decoration: none;
   border-radius: 3px;
}
 
.pager ul li a:hover {
  background:#3e99c4;
  color: #fff;
 
}

.current {
  color: #000;
   border-radius: 3px;
}



.img_add{
   float: right;
   width: 300px;
   margin: 5px 0 30px 40px;
   position: relative;
}

.img_add2{
   float: left;
   width: 300px;
   margin: 5px 30px 30px 0;
   position: relative;
}

.img_add img, .img_add2 img {
  width: 100%;
}

.img_sp_add {
  display: none;
}

.img_add3{
   float: left;
   width: 480px;
   margin: 10px 30px 30px 0;
   position: relative;
}

.img_add4{
   float: right;
   width: 480px;
   margin: 10px 0px 30px 30px;
   position: relative;
}


.line1 {
   border-left: 5px solid #1a4631;
}

.line2 {
   border-left: 5px solid #c74634;
}

.interviewer {
   color: #668;
   font-weight: 700;
}

.name1 {
   color: #000;
   font-weight: bold;
}

.name2 {
   color: #009fa8;
   font-weight: bold;
}


.name_area {
  margin: 0 auto;
   width: 100%;
  position: relative;
  padding-bottom: 12px;
}

.name_area2 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: auto;
  padding: 0 20px;
  background: #FFF;
}

.name_area_border {
  border-left: 8px solid #e0301e;
}

.name_area_border2 {
  border-left: 8px solid #eb8c00;
}

.name {
   margin: 0 auto 5px;
   width: 100%;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.25;
   text-align: left;
   color: #000;
  vertical-align: baseline;
}

.name_right {
  text-align: right !important;
}

.name_large {
  font-size: 1.3rem;
  line-height: 1.5;
  vertical-align: baseline;
}


.mt30 {
   margin-top: 30px;
}

.prof {
   width: 100%;
   margin: 12px auto 0;
   padding: 12px 0 0;
   color: #000;
   font-size: 0.9rem;
   line-height: 1.5;
  text-align: justify;
  border-top: 1px solid #7d7d7d;
}

.kakomi1 {
   width: 94%;
   max-width: 600px;
   margin: 30px auto 50px;
   padding: 3%;
   border: 1px solid #60f;
   border-radius: 20px;
}

.bnr_box {
   width: 100%;
   margin: 0 auto;
   transition: 0.3s;
   padding: 0 0 40px;
   text-align: center;
}

.bnr_box img {
   width: 94%;
   max-width: 640px;
   border: 1px solid #0070c0;
}

.bnr_box:hover {
  opacity: 0.8;
}
.bnr_box img:hover {
  opacity: 0.8;
  border: 1px solid #0000c0;
}

.btn_area {
  width: 100%;
  margin: 0 auto 5%;
  padding: 4% 0 0;
}


.arrow-button{
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    margin: 0 auto;
    padding: 0.7em 0.7em 0.7em 2em;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}


.arrow-button .add_line {
    display: inline;
    border-bottom: 2px solid #1b68d4;
    letter-spacing: 0.2em;
}

.arrow-button:hover {
    opacity:0.8;
    background: #db536a;
    color: #fff;
}


.btn_inner {
                                display:flex;
                                width: 100%;
                                margin: 0 auto;      
                                position: relative;
                                z-index: 2;                          
}

.btn_item1 {
                                width: 20%;
                                text-align: right;
                                align-self: center;
                                background: #0068b7;
}

.btn_inner .btn_item2 {
                                width: 80%;
                                text-align: left;
                                padding: 10px 3%;
                                line-height: 1.2;
                                align-self: center;
}

.foot_sns_btn {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background: #000;
}

.foot_sns_btn img {
  height: 32px;
}

.caption {
   width: 100%;
   max-width: 100%;
  margin: 0 auto;
  padding: 0 0 2%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.txt_right {
  text-align: right;
}

.footer_name {
  width: 94%;
  margin: 0% auto !important;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;

  font-weight: normal;
  padding-bottom: 1%;
}

.b_txt {
  font-size: 1rem;
  font-weight: bold;
}

.footer_link {
  width: 94%;
  margin: 0% auto !important;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;

  font-weight: normal;
  padding-bottom: 1%;
}

.footer_link a {
  color: #0068b7;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.footer_link a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.footer_link a:visited {
  color: #0068b7;
  text-decoration: none;
}



.mb40 {
   margin-bottom: 40px !important;
}


.related ul {
  position: relative;
  width: 100%;
  margin: 30px auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.related ul li {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.8em 0.5em 0.8em 1em;
  list-style-type: none!important;
  line-height: 1.15;
}


.related a {
  color: #333;
  text-decoration: none;
cursor: pointer;
}

.related a:hover {
  color: #db536a;
  text-decoration: none;
cursor: pointer;
}


.sns_area {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  display: flex;
  justify-content: center;  
  z-index: 3;
  background: #f1f2f2;
}

.sns_item {
  width: 40px;
}

.sns_item img {
  width: 100%;
}

.name_flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.name_item1 {
  width: 50%;
  
}

.link {
  position: relative;
  width: min(94%, 600px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d7536a;
  color: #fff;
  text-decoration: none;
}

.link {
  font-weight: 700;
  margin-bottom: 20px;
  align-items: flex-start;
}
.link p {
  text-align: left;
  margin: 0.6em 2em 0 1rem;
  font-size: min(4.8vw, 18px);
}

.link p:nth-of-type(2) {
  font-size: min(4.8vw, 18px);
  border-top: solid 1px #fff;
  font-weight: 700;
}

.link:hover {
    background: #ffb600;
  }
.link:hover p {
    color: #000;
  }


.link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #ffb600;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffb600;
}


.link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.link:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.bnr {
  width: 94%;
  max-width: 600px;
  margin: 40px auto 0;
  padding: 2% 0 3%;
  text-align: center;
  display: block;
  transition: 0.3s;
}

.bnr:hover {
  opacity: 0.8;
}


.foot_contact {
    position: relative;
    width: 100%;
    margin: 40px auto 25px;
    text-align: center;
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
}
 
.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;
}

a.btn-flat {
  overflow: hidden;
  margin: 30px auto 50px;
  width: 100%;
  max-width: 800px;
  padding: 0.9rem;

  color: #fff;
  border-radius: 0;
  background: #3e99c4;
  border-radius: 5px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 10px;
  height: 100%;

  content: "";
  transition: all 0.5s ease-in-out;
  background: #17385d;
  border-radius: 10px;
}

a.btn-flat:hover:before {
  width: 100%;
}


@media screen and (min-width: 1921px) {


.wrap, header, main, footer  {
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
}

}


@media screen and (max-width: 999px) {

.article_header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.head_img_01 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(540/1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}


.large_txt {
  font-size: 110%;
}

.ttl_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}


.leadarea {
   width: 100%;
   position: relative;
   max-width: 100%;
   margin: 0 auto;
}

.lead {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 3%;
 font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  font-weight: 700;
}


.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 94%;
  height: 100%;
  margin: 0 auto;
  color: #000;
  text-align: center;
  position: relative;
}



h2 {
  width: 94%;
  max-width: 94%;
  margin: 4% auto 2.4%;
  padding: 0px 20px 18px 3px;
   font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.2rem, calc(1vw + 1.2rem), 1.5rem);
}


.img_box1 img {
   box-shadow: none;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.3rem;
}




.img_add{
   float: right;
   width: 300px;
   margin: 5px 0 30px 40px;
   position: relative;
}

.img_add2{
   float: left;
   width: 300px;
   margin: 10px 30px 30px 0;
   position: relative;
}

.img_add4{
   float: right;
   width: 400px;
   margin: 10px 0 30px 30px;
   position: relative;
}


.img_add3{
   float: left;
   width: 400px;
   margin: 10px 30px 30px 0;
   position: relative;
}

.bnr {
  margin: 4% auto;
}


}



@media screen and (max-width: 767px) {


h1 {
  font-size: clamp(1.8rem, calc(1vw + 1.8rem), 3.6rem);
}

.head_name_area {
  padding: 8px;
}




.p2_head_item2 {
  width: 100%;
  align-self: flex-start;
  padding-top: 10px;
  order: 1;
}

.p2_head_catch {
  position: relative;
  width: 100%;
   font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding: 0 20px 20px;
  color: #0068b7;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #0068b7;
}


.p2_h1 {
  width: 100%;
   font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.2rem, calc(1vw + 1.2rem), 1.6rem);
  line-height: 1.3;
   font-weight: 700;
  position: relative;
   letter-spacing: 0.02em;
   color: #000;
  text-align: left;
  padding: 20px;
}

h3 {
  font-size: 1.35rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  3% 0;
  width: 96%;
  background-image: none;
}

.sec1_inner {
  width: 100%;
  max-width: 94%;
}

.pt_pb {
  padding: 0 2% 0;
}



}

@media screen and (max-width: 639px) {


.main_ttl {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: calc(260/790 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.png) top center / cover no-repeat;
  z-index: 10;
  overflow: hidden;
}

h2 {
   font-size: 1.5rem;
}



.arrow-button2,
.button-4 {
    font-size: 1.05rem;
}

.arrow-button2:after,
.button-4:after{
   display: none;
}

.arrow-button2:hover:after,
.button-4:hover:after{
   display: none;
}


.img_box1 {
   width: 100%;
  max-width: 100%;
   margin: 30px auto;
  display: flex;
 flex-direction: column;
}

.img_item1 img {
  width: 100%;
}

.sub_flex {
  width: 100%;
  margin: 0 auto;
  background: #475c86;
  padding: 10px;
  display: flex;
 flex-direction: column;
  gap: 10px;
}

.sub_item1 {
  width: 100%;
  align-items: center;
}

.ph_flex {
   width: 100%;
   margin: 20px auto;
   max-width: 100%;
   display: flex;
   position: relative;
   flex-direction: column;
}

.ph_flex2 {
   width: 100%;
   margin: 0 auto 30px;
   display: flex;
   flex-direction: column;
   position: relative;
}



.pf_item1 {
   position: relative;
   width: 100%;
   margin-top: 0;
   padding-bottom: 10px;
   order: 2;
}

.pf_item2 {
   position: relative;
   z-index: 20;
   width: 100%;
   margin-left:0;
   margin-bottom: 0;
   order: 1;
}

.pf_item3 {
   position: relative;
   width: 100%;
   margin-top: 0;
   padding-bottom: 10px;
   order: 2;
}

.pf_item4 {
   position: relative;
   z-index: 20;
   width: 100%;
   margin-left:0;
   margin-right:0;
   margin-bottom: 0;
   order: 1;
}




.mb40 {
   margin-bottom: 4%;
}

.mt30 {
  margin-top: 30px;
}

.pt50 {
   padding-top: 4% !important;
}

.pb40 {
   padding-bottom: 4% !important;
}

.btn_item1 {
                                width: 20%;
                                text-align: right;
                                align-self: center;
                                background: none;
}

.btn_inner .btn_item2 {
                                width: 80%;
                                text-align: left;
                                padding: 10px 3%;
                                line-height: 1.2;
                                align-self: center;
                                border-left: 1px solid #0068b7;
}

.img_add{
   float: none;
   width: 90%;
   margin: 10px auto 30px;
   position: relative;
}

.img_add2{
   float: none;
   width: 90%;
   margin: 10px auto 30px;
   position: relative;
}



}


@media screen and (max-width: 479px) {

.wrap {
  background-image: none;
}


.wrap:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  background: url(bg_sp_main.jpg) top right / cover no-repeat;
  overflow: hidden;
  z-index:-1;
}



.head_name_area {
  display: none;
}

.sp_head_name_area {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: #fff;
  padding: 10px 3%;
}

.sp_head_name1 {
  width: 100%;
  align-self: flex-start;
   font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25;
   text-align: left;
   color: #000;
  vertical-align: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid #0068b7;
}

.sp_head_name2 {
  width: 100%;
  align-self: flex-start;
   font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25;
   text-align: left;
   color: #000;
  vertical-align: baseline;
  padding-top: 10px;
}

.head_catch {
  font-size: clamp(1rem, calc(1vw + 1rem), 1.2rem);
  padding: 20px;
}



.lead {
  padding: 5%;

}


.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 94%;
  height: 100%;
  margin: 0 auto;
  color: #000;
  text-align: center;
  position: relative;
}

h2 {
   font-size: 1.3rem;
   letter-spacing: -0.03em;
}


h3 {
  font-size: 1.15rem;
}

h4 {
  font-size: 1.15rem;
  padding: 8px;
}



.logo img {
  margin: 2% auto 4%;
}

.footer_link {
  width: 94%;
  margin: 10px auto 0 !important;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;

  font-weight: normal;
  padding-bottom: 1%;
  letter-spacing: -0.01em;
}


.caption2 {
   width: 100%;
}


.txt_right {
  text-align: left;
}


.logo img {
  margin: 3% auto 6%;
  width: 240px;
}



.mb40 {
   margin-bottom: 5%;
}

.name_area {
  margin: 12px auto;
   width: 100%;
  padding: 0 10px;
  background: #FFF;
}

.name_area2 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: auto;
  padding: 0 10px;
  background: #FFF;
}

.name_area_border {
  border-left: 4px solid #e0301e;
}

.name_area_border2 {
  border-left: 4px solid #eb8c00;
}



footer, .globalFooter, localFooter,.social_box {
  width: 100% !important;
  background: #FFF !important;
  position: relative;
  z-index: 1;
}

div.localFooter {
  width: 100% !important;
  background: #FFF !important;
  position: relative;
  z-index: 1;
}

}


@media screen and (max-width: 375px) {

h2 {
   font-size: 1.2rem;
}



}
