@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;
}

html {
  scroll-behavior: smooth;
}

/* 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", "Helvetica", "游ゴシック体", 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 {
  width: 100%;
  position:relative;
  margin: 0 auto;
}

.bg_wrap1 {
  background: #e7eec7;
} 

.bg_wrap2 {
  background: #d8e9f8;
} 

.bg_wrap3 {
  background: #fce8c1;
} 

.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
}


.bg_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(img_mv.jpg) top center no-repeat;
  background-size: auto 500px;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.bg_head2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(img_mv.jpg) top center no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}


.main_ttl {
   position: relative;
  margin: 0 auto;
  width: 700px; /* android view point */
  height: 0;
  padding-top: calc(295/700 * 700px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
}

.main_ttl2 {
   position: relative;
  margin: 0 auto;
  width: 480px; /* android view point */
  height: 0;
  padding-top: calc(155/480 * 480px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl2.svg) top center / cover no-repeat;
}


h1 {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}


.p1_head_flex {
  width: 94%;
  max-width: 900px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.head_item1 {
  width: 49%;
 font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  color: #000;
}

.head_item2 {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.head_item2_inner1 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.head_item2_inner1 img {
  width: 180px;
  height: 193px;
}

.head_item2_inner2 {
  width: 100%;
  margin: -60px auto 0;
  border-left: 1px solid #8fc402;
  border-bottom: 1px solid #8fc402;
}

.interviewer {
  margin: 0;
  display: inline-block;
  padding: 5px 10px;
  background: #8fc402;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}

.head_name {
   margin: 7px auto;
   width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
   text-align: left;
   color: #000;
  vertical-align: baseline;
  padding: 0 10px;
}

.head_name_large {
  font-size: 1.4rem;
  vertical-align: baseline;
}

.head_prof {
  margin: 0 auto;
  padding: 0 10px 2%;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
}

.p2_head_flex {
  position: relative;
  width: 100%;
  margin: 120px auto 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p2_head_item1 {
  width: 530px;
  position: relative;
  z-index:2;
}

.p2_catch {
  width: 100%;
  padding: 0 100px 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.p2_ttl_box {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 0;
}

.p2_ttl_bg{
  border-image: linear-gradient(#1122bb,#1122bb) fill 0//0 0 0 100vw;
}

.p3_ttl_bg{
  border-image: linear-gradient(#f5b433,#f5b433) fill 0//0 0 0 100vw;
}

.p2_catch2 {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.p2_ttl {
  font-size: clamp(1rem, calc(1vw + 1.15rem), 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.p2_lead {
  width: 100%;
  padding: 20px 100px 20px 0;
 font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  color: #000;
}

.p2_head_item2 {
  width: 50%;
  margin-left: -80px;
align-self: stretch;}

.p2_head_item2 img {
  width: 100%;
  height: 94%;
  object-fit: cover;
  border-radius: 40px 0 0 40px;
}



.leadarea {
   width: 100%;
   position: relative;
   margin: 0 auto;
}


.lead {
  width: 94%;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0;
 font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  color: #fff;
  z-index:10;
}




main {
  width: 100%;
   position: relative;
   z-index:1;
}


main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: justify;
  text-justify:inter-ideograph;  
   padding-bottom: 2%;
}

.p1_main {
  margin: -150px auto 0 !important;
  position: relative;
  padding-top: 40px;
  z-index:10;
  background: url(bg_mt.png) top center no-repeat;
  background-size: auto 300px;
  overflow: hidden;
}

.p2_main {
  margin: -180px auto 0 !important;
  position: relative;
  padding-top: 40px;
  z-index:10;
  background: url(bg_mt2.png) top center no-repeat;
  background-size: auto 300px;
  overflow: hidden;
}

.p3_main {
  margin: -180px auto 0 !important;
  position: relative;
  padding-top: 40px;
  z-index:10;
  background: url(bg_mt3.png) top center no-repeat;
  background-size: auto 300px;
  overflow: hidden;
}


.mt20 {
   margin-top: 20px !important;
}

.mt40 {
   margin-top: 40px !important;
}

.pt40 {
   padding-top: 40px !important;
}

.pb40 {
   padding-bottom: 40px !important;
}

.pb80 {
   padding-bottom: 80px !important;
}

.small_txt {
   font-size: 0.9rem;
}

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}


.bg_sec1 {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.bg_sec1:before {
  content:'';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}

.bg_sec2 {
  position: relative;
  margin: -50px auto 0;
  width: 100%;
  z-index:3;
}

.bg_sec2:before {
  content:'';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f9f9f9;
}

.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  padding: 50px;
  color: #000;
  text-align: center;
  position: relative;
  border-radius: 40px;
}

.bg_inner1 {
  background: #fff;
}

.bg_inner2 {
  background: #f9f9f9;
}

.pt_pb {
  padding: 0 50px;
}

.pb40 {
   padding-bottom: 40px !important;
}


h2 {
  margin: 0 auto 20px;
  padding: 0 0 20px 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.8rem);
  line-height: 1.25;
  position: relative;
   text-align: left;
   letter-spacing: 0.05em;
}

.full-line1 {
  border-image: linear-gradient(0deg,#8fc402 4px,#0000 0) fill 0//0 0 0 100vw;
}

.full-line1-2 {
  border-image: linear-gradient(0deg,#8fc402 4px,#0000 0) fill 0//0 100vw 0 0;
}

.full-line2 {
  border-image: linear-gradient(0deg,#50a7dd 4px,#0000 0) fill 0//0 0 0 100vw;
}

.full-line2-2 {
  border-image: linear-gradient(0deg,#50a7dd 4px,#0000 0) fill 0//0 100vw 0 0;
}

.full-line3 {
  border-image: linear-gradient(0deg,#f5b433 4px,#0000 0) fill 0//0 0 0 100vw;
}

.full-line3-2 {
  border-image: linear-gradient(0deg,#f5b433 4px,#0000 0) fill 0//0 100vw 0 0;
}

.h2_color1 {
  color: #509933;
}

.h2_color2 {
  color: #1122bb;
}

.h2_color3 {
  color: #da8103;
}


h3 {
  margin: 1% auto 0 !important;
  padding: 0 0 10px;
  width: 98%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
  position: relative;
}

.small_h3 {
  font-size: 78%;
}

h4 {
  margin: 0 auto 25px !important;
  padding: 0 0 10px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #000;
  position: relative;
  border-bottom: 1px solid #fff;
}



h5 {
   margin: 12px auto 20px;
  padding: 0 10px 15px;
  width: 100%;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.5rem);
   font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #000;
}

.color1 {
  color: #134d31;
}
.color2 {
  color: #FFF;
}


.img_box1 {
   width: 100%;
   margin: 20px auto 40px;
}

.img_box1 img {
   width: 100%;
}

.img_box2 {
   width: 100%;
   max-width: 600px;
   margin: 20px auto 40px;
}

.img_box2 img {
  width: 100%;
  border-radius: 12px;
}


.next {
    content: '';
    position: absolute;
    display: block;
    width: 130px;
    height: 40px;
    top: -20px;
    left: 0;
    background: url(img_next.svg) top left no-repeat;
    transition: 0.3s;
    z-index: 99;
}


footer {
  width: 100%;
  margin: 0 auto 30px;
   padding: 0;
   position: relative;
}

.add_border1 {
   border-top: 4px solid #8fc402;

}

.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 40px;   
  text-align: center;
   padding: 30px 0 0;
}


.logo img {
  margin: 2% auto;
  width: 320px;
  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 {
   width: 94%;
   max-width: 960px;
   margin: 50px auto 20px;
   font-size: 1.4rem;
   line-height: 1.4;
   text-align: center;

   font-weight: bold;
   padding-bottom: 50px;
   border-bottom: 1px solid #000;
}

.txt_b {
   font-weight: bold;
}

.localFooter {
  line-height: 150%;
}

/* 単語ごとに改行 */
.sub_wb {
   display: inline-block;
  vertical-align: baseline;
}


/* pager */
.pager {
    overflow: hidden;
  margin: 0 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: 17px;
    padding: 0.7em 0.9em;
    font-weight: bold;
}

.pager ul li:first-child a:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform:translateY(-50%);
  width: 1px;
  height: 100%;
  border-right: 1px solid #1b68d4;
}
 

 
.pager ul li a {
    color: #000;
    text-decoration: none;
}
 
.pager ul li a:hover {
  background:#1b68d4;
  color: #FFF;
}

.current {
    color: #000;  
}


.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%;
  border-radius: 12px;
}

.img_add3{
   float: left;
   width: 320px;
   margin: 10px 30px 30px 0;
   position: relative;
}

.img_add3 img {
  width: 100%;
}

.img_add4{
   float: right;
   width: 320px;
   margin: 10px 0px 30px 30px;
   position: relative;
}

.img_add4 img {
  width: 100%;
  border: 1px solid #fff;
}

.line1 {
   border-bottom: 1px solid #8fc402;
}

.line1_2 {
   border-top: 4px solid #8fc402;
}

.line2 {
   border-bottom: 1px solid #50a7dd;
}

.line2_2 {
   border-top: 4px solid #50a7dd;
}

.line3 {
   border-bottom: 1px solid #f5b433;
}

.line3_2 {
   border-top: 4px solid #f5b433;
}


.name1 {
   color: #000;
   font-weight: bold;
}

.name2 {
   color: #509933;
   font-weight: bold;
}

.name3 {
   color: #1122bb;
   font-weight: bold;
}

.name4 {
   color: #da8103;
   font-weight: bold;
}


.name_area {
   width: 100%;
   margin: 0 auto;
   padding: 10px 0;
}

.name {
   margin: 0 auto 5px;
   width: 100%;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
   text-align: left;
   color: #000;
  vertical-align: baseline;
}


.name_large {
  font-size: 1.25rem;
  vertical-align: baseline;
}


.mt30 {
   margin-top: 30px;
}

.prof {
   width: 100%;
   margin: 0 auto;
   padding: 10px 0 0;
   color: #000;
   font-size: 0.9rem;
   line-height: 1.5;
  text-align: justify;
  text-justify:inter-ideograph;  
}

.kakomi1 {
   width: 94%;
   max-width: 600px;
   margin: 30px auto 50px;
   padding: 3%;
   border: 1px solid #60f;
   border-radius: 20px;
}

.bnr_box {
   width: 94%;
   max-width: 600px;
   margin: 15px auto 25px;
}

.bnr_box img {
   width: 100%;
  border-radius: 12px;
}


.btn_area {
  width: 100%;
  margin: 0 auto 5%;
  padding: 4% 0 0;
}


.arrow-button{
    background: #e5ebee;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    margin: 0 auto;
    padding: 0.7em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    border-bottom: 1px solid #1b68d4;
}

.arrow-button .add_line {
    display: inline;
    border-bottom: 2px solid #1b68d4;
    letter-spacing: 0.2em;
}

.arrow-button:hover {
    opacity:0.8;
    background: #1b68d4;
    color: #fff;
}


.btn_inner {
                                display:flex;
                                width: 100%;
                                max-width: 600px;
                                margin: 0 auto;
}

.btn_inner .btn_item1 {
                                width: 30%;
                                text-align: right;
                                padding-right: 2%;
                                align-self: center;
}

.btn_inner .btn_item2 {
                                width: 70%;
                                text-align: left;
                                padding-left: 2%;
                                line-height: 1.2;
                                border-left:1px solid #fff;
}

.foot_sns_btn {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background: #000;
}

.foot_sns_btn img {
  height: 32px;
}

.caption {
   width: 96%;
   max-width: 620px;
  margin: 0 auto;
  padding: 0 0 2%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  text-align: justify;
}

.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;
  line-height: 1.5rem;
  font-weight: bold;
}


.txt_wb {
  word-break: break-all;
}

/* navi */
.nav_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  border-top: 2px solid #fff;
  background: #588e45;
}

nav {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 15px 0 ;

}

.nav_item1 {
  width: 25%;
  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;
  border-right: 1px solid #fff;

}

.nav_item1:first-child {
  border-left: 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;
}

.nav_arrow-button:after {
  content: '';
  position:absolute;
  bottom: 0;
  left:0 ;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background: rgba(255,255,255,0.15);
}

.nav_arrow-button:hover {
  color: #fff;
}

.nav_arrow-button:hover:after {
  content: '';
  position:absolute;
  bottom: 0;
  left:5px ;
  width: calc(100% - 10px);
  height: 100%;
}

/* navi */

.totop {
  width: 80px;
  height: 80px;
  margin: 50px auto;
  position: relative;
  display: block;
  text-align:center;
  transition: 0.3s;
}

.totop img {
  width: 100%;
  border-radius: 100vh;
  border: 1px solid #8fc402;
}

.totop:hover {
  opacity: 0.8;
}

.info_box {
  width: 94%;
  max-width: 900px;
  margin: 50px auto;
  border-radius: 40px;
  padding: 40px 50px;
}

.info_bg1 {
  background: #8fc402;
}


.info_bg3 {
  background: #f5b433;
}


.btn-flat-simple1 {
  width: 94%;
  max-width: 800px;
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
  padding: 20px 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 100vh;
  transition: .3s;
}

.btn_bg1 {
  background: #509933;
}

.btn_bg2 {
  background: #1122bb;
}

.btn_bg3 {
  background: #f5b433;
}

.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;
}

.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: 94%;
  max-width: 480px;
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
  padding: 20px 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 100vh;
  transition: .3s;
  background: #da8103;
  z-index:10;
  border: 1px solid #fff;
}

.btn-flat-simple2: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-simple2:hover {
  opacity: 0.8;
}

.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;
}

.btn-flat-simple3 {
  width: 94%;
  max-width: 480px;
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
  padding: 20px 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 100vh;
  transition: .3s;
  background: #509933;
  z-index:10;
  border: 1px solid #fff;
}

.btn-flat-simple3: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-simple3:hover {
  opacity: 0.8;
}

.btn-flat-simple3: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_flex {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.btn_item1{
  width: 55%;
  padding: 10px;
  border-right: 2px dotted #fff;
  text-align: left;
  align-self: center;
}

.btn_item2{
  width: 45%;
  padding: 10px;
  text-align: center;
  align-self: center;
}


.ph_flex {
  width: 100%;
  margin: 30px auto;
  display: flex;
  position:relative;
  justify-content: space-between;
  gap: 10px;
}

.ph_item1 {
  width: 49%;
}

.ph_item1 img {
  width: 100%;
  border-radius: 12px;
}

.ph_flex2 {
  width: 100%;
  margin: 30px auto 10px;
  display: flex;
  position:relative;
  justify-content: space-between;
  gap: 10px;
}

.ph_item2 {
  width: 65%;
}

.ph_item2 img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.ph_item3 {
  width: 32.25%;
}

.ph_item3 img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}



@media screen and (min-width: 1920px) {

header,main,.leadarea,.logo {
  width: 100%; /* android view point */
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
   position: relative;
}

}



@media screen and (max-width: 999px) {

.p2_head_flex {
  position: relative;
  width: 100%;
  margin: 120px auto 50px;
  display: flex;
  flex-direction: column;
}

.p2_head_item1 {
  width: 100%;
  position: relative;
  z-index:2;
}

.p2_catch {
  width: 100%;
  padding: 0 3% 3%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.p2_ttl_box {
  width: 100%;
  margin: 0 auto;
  padding: 3%;
}

.p2_ttl_bg{
  border-image: linear-gradient(#1122bb,#1122bb) fill 0//0 0 0 100vw;
}

.p3_ttl_bg{
  border-image: linear-gradient(#f5b433,#f5b433) fill 0//0 0 0 100vw;
}

.p2_catch2 {
  width: 100%;
  margin-bottom: 3%;
  padding: 0 0 3% 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.p2_ttl {
  font-size: clamp(1rem, calc(1vw + 1.15rem), 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.p2_lead {
  width: 100%;
  padding: 3%;
 font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  color: #000;
}

.p2_head_item2 {
  width: 94%;
  margin-left: 0;
  margin: 0 auto;
align-self: auto;
}

.p2_head_item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}


.lead {
  width: 94%;
  
  max-width: 92%;
  font-size: 1.1rem;
  line-height: 1.8;
}

.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 94%;
  height: 100%;
  margin: 0 auto;
  padding: 3%;
  color: #000;
  text-align: center;
  position: relative;
  border-radius: 18px;

}


.img_box1 img {
   box-shadow: none;
}


h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}

h2 {
  max-width: 100%;
}


}



@media screen and (max-width: 767px) {

.main_ttl {
   position: relative;
  margin: 0 auto;
  width: 94%; /* android view point */
  height: 0;
  padding-top: calc(295/700 * 94%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
}

.main_ttl2 {
   position: relative;
  margin: 0 auto;
  width: 80%; /* android view point */
  height: 0;
  padding-top: calc(155/480 * 80%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl2.svg) top center / cover no-repeat;
}


.lead {
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 2% 0 3%;

}

.p2_main {
  margin: -150px auto 0 !important;
  position: relative;
  padding-top: 40px;
  z-index:10;
  background: url(bg_mt2.png) top center no-repeat;
  background-size: auto 300px;
  overflow: hidden;
}

.p2_main {
  margin: -150px auto 0 !important;
  position: relative;
  padding-top: 40px;
  z-index:10;
  background: url(bg_mt2.png) top center no-repeat;
  background-size: auto 300px;
  overflow: hidden;
}

.p3_main {
  margin: -150px auto 0 !important;
  position: relative;
  padding-top: 40px;
  z-index:10;
  background: url(bg_mt3.png) top center no-repeat;
  background-size: auto 300px;
  overflow: hidden;
}


h2 {
  width: 100%;
}



h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}


.sec1 {
  position: relative;
  overflow: hidden;
  padding:  0;
  z-index: 16;
  width: 100%;
  background-image: none;
}

.sec1_inner {
  width: 100%;
  max-width: 96%;
}

.pt_pb {
  padding: 0 2% 0;
}


}

@media screen and (max-width: 639px) {

.bg_head {
  padding-bottom: 80px;
}

.p1_head_flex {
  width: 94%;
  max-width: 900px;
  margin: 0 auto 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3%;
}

.head_item1 {
  width: 100%;
 font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  color: #000;
}

.head_item2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.head_item2_inner1 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.head_item2_inner1 img {
  width: 180px;
  height: 193px;
}

.head_item2_inner2 {
  width: 100%;
  margin: -60px auto 0;
  border-left: 1px solid #8fc402;
  border-bottom: 1px solid #8fc402;
}

.p1_main {
  margin: -150px auto 0 !important;
  position: relative;
  padding-top: 150px;
  z-index:10;
  background: url(bg_mt.png) top center no-repeat;
  background-size: auto 300px;
  overflow: hidden;
}




.img_add{
   float: none;
   width: 60%;
   margin: 20px auto 30px;
   position: relative;
}

.img_add2{
   float: none;
   width: 60%;
   margin: 20px auto 30px;
   position: relative;
}

.img_add3{
   float: none;
   width: 94%;
   margin: 10px auto;
   position: relative;
}

.img_add4{
   float: none;
   width: 94%;
   margin: 10px auto;
   position: relative;
}

.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;
  gap: 10px;
}

.img_item1 img {
  width: 100%;
}

.prof_flex {
  display: flex;
 flex-direction: column;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #475c86;
}

.prof_item1 {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #475c86;
}

.prof_item2 {
  width: 100%;
  padding: 0;
  border-left: none;
}

.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;
}


h4 {
  width: 100%;
}


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;
}


.info_box {
  width: 94%;
  max-width: 900px;
  margin: 5% auto;
  border-radius: 18px;
  padding: 20px 3%;
}


.btn_flex {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.btn_item1{
  width: 100%;
  padding: 10px 0;
  border-right: none;
  border-bottom: 2px dotted #fff;
  text-align: left;
  align-self: auto;
}

.btn_item2{
  width: 100%;
  padding: 10px 0;
  text-align: right;
  align-self: auto;
}

.ph_flex {
  width: 100%;
  margin: 4% auto;
  display: flex;
  position:relative;
  flex-direction:column;
  gap: 10px;
}

.ph_item1 {
  width: 100%;
}


.ph_flex2 {
  width: 75%;
  margin: 4% auto 3%;
  display: flex;
  position:relative;
  flex-direction: column;
  gap: 10px;
}

.ph_item2 {
  width: 100%;
}

.ph_item2 img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.ph_item3 {
  width: 100%;
}


}


@media screen and (max-width: 479px) {


.img_add{
   float: none;
   width: 80%;
   margin: 20px auto 30px;
   position: relative;
}

.img_add2{
   float: none;
   width: 80%;
   margin: 20px auto 30px;
   position: relative;
}

.nav_item1 {
  font-size: 0.9rem;
}


.logo img {
  margin: 2% auto;
  width: 280px;
  text-align: center;
}

.ph_flex2 {
  width: 100%;
  margin: 4% auto 3%;
  display: flex;
  position:relative;
  flex-direction: column;
  gap: 10px;
}


}


@media screen and (max-width: 375px) {

.img_add{
   float: none;
   width: 90%;
   margin: 20px auto ;
   position: relative;
}

.img_add2{
   float: none;
   width: 90%;
   margin: 20px auto ;
   position: relative;
}


.nav_item1 {
  font-size: 0.75rem;
}


}
