@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", "游ゴシック体", 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;
  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;
  background: #fff;
  border-top: 4px solid #2ca6e0;
}

.wrap:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fef1ea+0,fef1ea+15,f1d9e9+85,f1d9e9+100&0+0,1+15,1+85,0+100 */
background: linear-gradient(to bottom,  rgba(254,241,234,0) 0%,rgba(254,241,234,1) 15%,rgba(241,217,233,1) 85%,rgba(241,217,233,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wrap:after {
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e7f2+0,c8e7f2+15,d4ecea+85,d4ecea+100&0+0,1+15,1+85,0+100 */
background: linear-gradient(to bottom,  rgba(200,231,242,0) 0%,rgba(200,231,242,1) 15%,rgba(212,236,234,1) 85%,rgba(212,236,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.article_header {
  width: 100%; /* android view point */
  max-width: 1000px;
  margin: 0 auto;
   position: relative;
}

.catch_box{
  position: absolute;
  width:100%;
  height: auto;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

}


.theme {
  position: relative;
  margin: 0;
  width: 460px;
  height: 0;
  padding-top: calc(78/460 * 460px);
  background: url(img_theme.svg) top left / cover no-repeat;
}

.head_img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: calc(560/1000 * 100%);
  background: url(img_mv.jpg) top center / cover no-repeat;
}


.main_ttl {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: calc(270/1000 * 100%);
  background: url(img_ttl.svg) top center / cover no-repeat;
}

h1 {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}

.pc_prof{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: calc(560/1000 * 100%);
  background: url(img_pc_prof.svg) top center / cover no-repeat;
}



.leadarea {
   width: 100%;
   position: relative;
   margin: 0 auto;
}

.lead {
  width: 94%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
 font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  color:  #2ca6e0;
  z-index:10;
  border-bottom: 1px solid #2ca6e0;
}

.lead_normal {
  font-weight: normal;
}


main {
  width: 100%;
  margin: 0 auto;
   position: relative;
   z-index:1;
}


main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 2%;
  text-indent: 1.05rem;
}

.article_lead {
  font-weight: bold;
  color: #32823a;
  text-indent: 0 !important;
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 1px dotted #588e45;
}



.pt40 {
   padding-top: 40px !important;
}

.pt20 {
   padding-top: 20px !important;
}

.pb30 {
   padding-bottom: 30px;
}

.pb40 {
   padding-bottom: 40px !important;
}

.mb30 {
   margin-bottom: 30px !important;
}

.small_txt {
   font-size: 0.9rem;
}

.sec1 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
}




.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 860px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 30px 0;
  color: #000;
  text-align: center;
  position: relative;
}

.pt_pb {
  padding: 0 50px;
}

.pb40 {
   padding-bottom: 40px !important;
}


h2 {
   position: relative;
  width: 100%; /* android view point */
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 0 0 15px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, calc(1vw + 1.1rem), 1.8rem);
  line-height: 1.4;
  text-align: left;
  color: #000;
  z-index: 2;
  border-bottom: 1px solid #2ca6e0;
}

h2:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: calc(100% + 10px);
  background: #2ca6e0;
}

h2:after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: calc(100% - 10px);
  background: #000;
}


.small_h2 {
  font-size: 78%;
}

h3 {
   margin: 10px auto 0;
  padding: 0 0 0 2rem;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.1rem);
  line-height: 1.2;
  text-align: left;
  position: relative;
  color: #000;
}


h4 {
   margin: 30px auto 15px;
  padding: 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.4rem);
  line-height: 1.3;
  text-align: center;
  color: #54565c;
}

h6 {
   margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, calc(0.95vw + 1rem), 1.2rem);
  line-height: 1.3;
  text-align: left;
  color: #32823a;
  position: relative;
  z-index: 10;
}

.color1 {
  color: #134d31;
}
.color2 {
  color: #FFF;
}

.img_box1 {
   width: 100%;
   margin: 30px auto 0;
   position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(526/1000 * 100%);
  background: url(img_g01.jpg) top center / cover no-repeat;
}



.name_box1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 640px;
  height: 50px;
  
}

.name_box2 {
  width: auto;
  height: 50px;
}

.img_box2 {
   width: 94%;
   margin: 30px auto;
   position: relative;
}


.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: 30px 0 0;
   position: relative;
   border-top: 1px solid #2ca6e0;
}

.add_border {
   border-top: 2px solid #588e45;

}

.foot_border {
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}
 

.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 0 20px;
}


.logo img {
  margin: 1% auto 1%;
  width: 280px;
  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: 0 auto;
   font-size: 1rem;
   line-height: 1.4;
   text-align: center;
   color: #000;
   padding-bottom: 10px;
}

.ft_nml a {
  color: #588e45;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 94%;
  text-decoration: none;
  transition: 0.3s;
}

.ft_nml a:hover {
  color: #588e45;
  text-decoration: underline;
}


.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: 320px;
   margin: 5px -35px 30px 35px;
   position: relative;
}

.img_add2{
   float: left;
   width: 320px;
   margin: 5px 35px 30px -35px;
   position: relative;
}

.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: #777;
   font-weight: bold;
   text-indent: -2rem;
   margin-left: 2rem;
   font-style: italic;
}

.article_speaker {
  padding-left: 2rem;
}

.name1 {
   color: #000;
   font-weight: bold;
}

.name2 {
   color: #910500;
   font-weight: bold;
}


.name_area {
  display: none;
}

.name_area_border1,
.name_area_border2 {
  position: relative;
}

.name_area_border1:before {
  content:'';
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 2px;
  background: #588e45;
}

.name_area_border2:before {
  content:'';
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 2px;
  background: #588e45;
}

.name {
   margin: 0 auto 5px;
   width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.3;
   text-align: left;
   color: #000;
  vertical-align: baseline;
}


.name_large {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  vertical-align: baseline;
}


.mt30 {
   margin-top: 30px;
}

.prof {
   width: 100%;
   margin: 0 auto -10px;
   padding: 0;
   color: #000;
   font-size: 0.85rem;
   line-height: 1.5;
  text-align: justify;
}

.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: 680px;
   margin: 40px auto 10px;
}

.bnr_box img {
   width: 100%;
}

.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: 30px auto 0;
    padding: 0.9em 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.3s;
    border: 4px solid #86bc25;
    border-radius: 100vh;
    width: 94%;
   max-width: 600px;
}

.arrow-button .add_line {
    display: inline;
    border-bottom: 2px solid #1b68d4;
    letter-spacing: 0.2em;
}

.arrow-button:hover {
    opacity:0.8;
}


.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: 94%;
   max-width: 600px;
  margin: 10px auto 0;
  padding: 0 0 0 2rem;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  text-align: justify;
  position: relative;
  z-index: 10;
}

.caption2 {
   width: 100%;
   max-width: 600px;
  margin: 10px auto 0;
  padding: 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  text-align: justify;
  position: relative;
  z-index: 10;
}

.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 {
  line-height: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
}


.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: 100px;
  height: 100px;
  margin: 50px auto;
  position: relative;
  display: block;
  text-align:center;
  transition: 0.3s;
}

.totop img {
  width: 100%;
}

.totop:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: none;
  transition: 0.3s;
  z-index: -1;
}

.totop:hover:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(btn_pagetop_h.png) top center / cover no-repeat;
}

.solution {
  position: relative;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
}

.solution_item {
  padding: 18px;
  position: relative;
  margin-bottom: 12px;
  border: 2px solid #c2cb4d;
  border-radius: 10px;
}

.related ul {
  position: relative;
  width: 94%;
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid #0084ca;
}

.related ul li {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.7em 0.5em 0.2em 1em;
  list-style-type: none!important;
  line-height: 1.15;
  position: relative;
}

.related ul li:before {
    content:  "";
    width:  10px;
    height:  10px; 
    display:  inline-block; 
    background-color: #199840;
    border-radius:  50%;
    margin-right: 5px;
    position: absolute;
    top: 15px;
    left: 0;
}

.related a {
  color: #005da8;
  text-decoration: none;
cursor: pointer;
}

.related a:hover {
  color: #007bc6;
  text-decoration: underline;
cursor: pointer;
}


.photo {
  width: 100%;
  margin: 30px auto;
  position: relative;
  display: flex;
  justify-content: center;
  
}

.photo_item1 {
  width: 64%;
  position: relative;
  z-index:2;
  background: rgba(255,255,255,0.9);
  align-self: center;
}

.photo_item2 {
  width: 50%;
  margin-left: -14%;
  height: 0;
  padding-top: calc(500/600 * 50%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_02.jpg) top center / cover no-repeat;
}


.info_box1 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 20px;
  margin: 0 auto 30px;
}

.info_item1 {
  width: 62%;
  padding-right: 20px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  align-self: center;
}

.info_item2 {
  width: 38%;
  padding: 10px 15px;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.4;
  text-align: left;
  position: relative;
  align-self: center;
}

.info_item2:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  border-top:1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

.info_item2:after {
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  border-top:1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.t_center {
  text-align: center !important ;
}

.info_box2 {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding: 10px;
  background: #0084ca url(bg_info2.jpg) 50% center / cover no-repeat;
  border-radius: 10px;
}

.info_ttl {
  width: 100%;
  margin: 0 auto 10px;
}

.info_ttl img {
  width: 100%;
}

.info_box2_inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.button_box {
  margin: 10px auto 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.btn-flat-simple1 {
  display: inline;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: right;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 100vh;
  transition: .3s;
}

.btn-flat-simple1:hover {
  background: rgba(0,0,0,0.6);
}

.bnr_next_ttl {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 10px;
}

.bnr_next {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 30px;
}

.bnr_next_ttl img, .bnr_next img {
  width: 100%;
}


.img_border1 {
  border-bottom: 2px solid #000;
}

.img_border2 {
  border-bottom: 2px solid #eb1000;
}

.profile {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: justify;
  font-size: 0.87rem;
  line-height: 1.4;
  color: #333;
}


.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: #009fe8;
  font-weight: bold;
  text-decoration: none;
}

.footer_link a:hover {
  color: #009fe8;
  text-decoration: underline;
}

.footer_link a:visited {
  color: #009fe8;
  text-decoration: none;
}

.share_box {
  margin: 0 auto 35px;
  padding: 0;
  position: relative;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}

.footer_sns_btn {
  text-align: center;
  margin: 15px auto 30px;
}

.footer_sns_btn img {
  height: 42px;
  border-radius: 10px;
  padding: 5px;
}



@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) {

.wrap:before {
  display: none;
}

.wrap:after {
  display: none;
}

.theme {
  position: relative;
  margin: 0 0 0 3%;
  width: 460px;
  height: 0;
  padding-top: calc(78/460 * 460px);
  background: url(img_theme.svg) top left / cover no-repeat;
}


.main_ttl {
  position: relative;
  margin: 0 auto;
  width: 94%;
  height: 0;
  padding-top: calc(270/1000 * 94%);
  background: url(img_ttl.svg) top center / cover no-repeat;
}



.lead {
  width: 94%;
  
  max-width: 94%;
  font-size: 1rem;
  line-height: 1.8;
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 94%;
  height: 100%;
  margin: 0 auto;
  padding: 3% 0;
  color: #000;
  text-align: center;
  position: relative;
}


h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}


.img_add{
   float: right;
   width: 300px;
   margin: 10px 0 30px 35px;
   position: relative;
}


.img_add2{
   float: left;
   width: 300px;
   margin: 10px 35px 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;
}




.photo {
  width: 100%;
  margin: 3% auto;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}


.photo_item1 {
  width: 100%;
  position: relative;
  z-index:2;
  background: rgba(255,255,255,0.9);
  align-self: center;
  order:2;
}

.photo_item2 {
  width: 100%;
  margin-left: 0;
  order:1;
  height: 0;
  padding-top: calc(314/600 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_02.jpg) top center / cover no-repeat;
}

.name_box1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  height: auto;
}


.name_box2 {
  width: 100%;
  max-width: 600px;
  height: auto;
}



}



@media screen and (max-width: 767px) {

.catch_box{
  position: absolute;
  width:100%;
  height: auto;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

}


.lead {
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 2% 0 3%;

}


h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.1rem;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  5% 0;
  z-index: 16;
  width: 100%;
  background-image: none;
}

.sec1_inner {
  width: 100%;
  max-width: 94%;
}

.pt_pb {
  padding: 0 2% 0;
}


}

@media screen and (max-width: 639px) {

.theme {
  position: relative;
  margin: 0 auto;
  width: 94%;
  height: 0;
  padding-top: calc(78/460 * 94%);
  background: url(img_theme.svg) top left / cover no-repeat;
}


.pc_prof{
  display: none;
}


.name_area {
   display: block;
   width: 94%;
   margin: 0 auto;
   padding: 10px 0;
}


.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;
}

h2 {
  padding: 0 0 15px 20px;
}

h3 {
  width: 100%;
  padding: 0;
}


.photo {
  width: 100%;
  margin: 3% auto;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.photo_inner {
  width: 70%;
  align-self: center;
}

.info_box1 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  margin: 0 auto 30px;
}

.info_item1 {
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  align-self: center;
}

.info_item2 {
  width: 100%;
  padding: 10px 15px;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.4;
  text-align: left;
  position: relative;
  align-self: center;
}

.article_speaker {
  padding-left: 0;
}

.interviewer {
   text-indent: 0;
   margin-left: 0;
}


.caption {
  padding: 0;
}

.pb30 {
   padding-bottom: 4%;
}


}


@media screen and (max-width: 479px) {


.lead {
  max-width: 92%;
}


.sec1_inner {
  width: 100%;
  max-width: 92%;
}


.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;
}

.photo_inner {
  width: 80%;
}

.button_box {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}


.btn-flat-simple1 {
  font-size: 0.9rem;
  text-align: center;
}

.img_box1 {
   width: 100%;
   margin: 3% auto 0;
   position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(850/400 * 100%);
  background: url(img_sp_g01.jpg) top center / cover no-repeat;
}


}


@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;
}


.photo_inner {
  width: 90%;
}

.btn-flat-simple1 {
  padding: 10px;
  font-size: 0.85rem;
}


.spacer {
  letter-spacing: -0.01em;
}

}
