@charset "UTF-8";


/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;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 {
  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 2s ease 0s 1 normal;
}

body {
  width: 100% !important;
}

@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}



/* hover img alpha */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.55em;
  font-size: 65%;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}

.nxt_header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.social_box {
   text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
   display: inline-block;
   text-align: left;
}

.sp_nxt_header {
  display: none;
}

.atcl_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
  position:relative;
}

.sub_box {
   position: relative;
   width: 100%;
   margin: 0 auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c8fcb+1,b0dacc+100 */
background: linear-gradient(to right,  rgba(92,143,203,1) 1%,rgba(176,218,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sub_ttl {
  position: relative;
   margin: 0 auto;
   width: 960px;
  height: 0;
  padding-top: calc(85/960 * 960px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sub.svg) top center no-repeat;
  z-index: 3;
}

.ttl_box {
   position: relative;
   width: 100%;
   max-width: 960px;
   margin: 40px auto 0;
}


.main_ttl {
  position: relative;
   margin: 0 auto;
   width: 100%;
  height: 0;
  padding-top: calc(205/960 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center no-repeat;
  z-index: 3;
}

.mark_box {
  position: absolute;
  top: 0;
  right: 20px;
  width: 261px;
  height:0;
  padding-top: calc(45/261 * 261px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_adi60years.png) top right / cover no-repeat;
}



h1 {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}






.leadarea {
  width: 100%;
  margin: 0 auto;
  position: relative;
}



.lead {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 30px;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: justify;
  color: #003b6b;
}




.add_border {
   margin-bottom: 30px !important;
}

.add_border2 {
   border-top: 1px solid #d0d0d0;

}


main {
  width: 100%;
  margin: 0 auto;
   background: #FFF;
}

main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 2;
  text-align: justify;
  padding-bottom: 2.5%;
  overflow-wrap: anywhere;
}

.small_txt {
  font-size: 0.9rem;
}

.int_txt {
   font-weight: bold;
}

.name_color {
   font-weight: bold;
   color: #009ea7;
}


.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 16;
  width: 100%;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 1% ;
  color: #000;
  text-align: center;
}


.mt3 {
   margin-top: 3% !important;
}

.h2_box {
  border-top: 0px solid rgba(0, 0, 0, 0);  /*上部アキ用透明border*/
  border-bottom: 0px solid rgba(0, 0, 0, 0); /*下部アキ用透明border*/
  margin: 3% auto;
  overflow: hidden;
}

h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.1rem, calc(0.9vw + 1.1rem), 1.8rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  color: #003477;
  position: relative;
  margin-top: -2px; /*上部アキ用相殺margin*/
  margin-bottom: -2px; /*下部アキ用相殺margin*/
}


h3 {
  margin: 0 0 2% !important;
  padding: 0.5rem;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right,  rgba(176,218,204,1) 1%,rgba(92,143,203,1) 100%); 
}

.h3_mb0 {
  margin: 0 !important;
}


#note_text {
  margin-top: 10px !important;
  padding: 10px 100px 30px;
  color: #666;
  font-size: 0.85rem;
  line-height: 1.6;
  text-align:center;
}

.img_add {
  float: right;
  margin: 0 0 15px 40px;
  padding:0;
   width: 190px;
}

.img_add2 {
  float: left;
  margin: 1% 70px 15px -80px;
  padding:0;
   width: 480px;
   position: relative;
}

.img_add2 img {
   width: 100%;
}


.name_area {
  position: absolute;
  width: 40%;
  bottom: 45px;
  right: 0;
  padding: 12px 5px 17px 12px;
  background: #FFF;
  z-index: 99;
}

.name_item1 {
  width: 49.5%;
  text-align: left;
  border-right: 1px solid #dedede;
}

.name_item2 {
  width: 49.5%;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0); /*下部アキ用透明border*/
}

.name {
   margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
   color: #000;
  text-align: right;
}

.name_large {
  font-size: 1.1rem;
  line-height: 1.3;
   font-weight: bold;
  vertical-align: baseline;
   color: #003477;
  text-align: right;
  margin-bottom: -7px; /*下部アキ用相殺margin*/
}


.txt0 {
padding-left: 3em;
text-indent:-3em;
}

.txt01 {
padding-left:3em;
}

.name1 {
   color: #003477;
   font-weight: bold;
}



.name_large span {
   font-size: 80%;
  vertical-align: baseline;
}

.caption {
  width: 94%;
  max-width: 640px;
  margin: 0 auto;
  padding: 10px 0 5px ;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  text-align: left; 
}

.caption2 {
  width: 94%;
  margin: 0 auto;
  padding: 10px 0 5px ;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  text-align: left; 
}

.cap_box {
  width: 100%;
  margin: 10px auto 30px;
  position: relative;
  padding: 10px 10px 10px 50px;
  background: #ececec;
}

.cap_box:before {
  content:'';
  position: absolute;
  top: 32px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid #003477;
  border-left: 10px solid transparent;
  z-index: -1;
}



.caption_01 {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
   text-align: left;
   
}

.cap_sub {
   position: absolute;
   top: 10px;
   left: -5px;
   background: #003477;
   color: #FFF;
  font-size: 1rem;
   padding: 0.2em 0.5em;
   margin-right: 0.5em;
   font-weight: bold;
}

.ph_flex {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 5px;
  display: flex;
}


footer {
  width: 100%;
  margin: 0 auto 30px;
   position: relative;
}

.footer_txt {
   width: 90%;
   margin: 3% auto !important;
   font-size: 1rem;
   font-weight: bold;
   line-height: 1.6;
   color: #333;
   text-align: center;
}


.ft_nml {
   font-size: 0.85rem;
   line-height: 1.4;
   font-weight: normal;
}


.button-4 a{
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 0.5em;
  margin: 0 auto 10px;
  color:#FFF;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1.1rem;
  line-height: 1.4;
background: linear-gradient(to right,  rgba(92,143,203,1) 1%,rgba(176,218,204,1) 100%);  font-weight: bold;
}
.button-4:hover a{
 opacity: 0.85;
}

.btn-gradient-radius {
  width: 400px;
  margin: 0 auto;
  display: inline-block;
  padding: 20px 0;
  border-radius: 40px;
  text-align:center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15rem;
  color: #018696;
  background: #FFF;
  transition: .4s;
  border: 1px solid #018696;
}

.btn-gradient-radius:hover {
  background: #e6f6e4;
}


.logo {
  margin: 3% auto 1%;
  width: 220px;
  text-align: center;
}

.logo img {
   width: 100%;
}



.localFooter {
  line-height: 150%;
}

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 450px;
  margin: 0 auto;
}
.flex-item:nth-child(1) {
  flex: 0 1 14%;
  color: #000;
  font-weight: bold;
  padding: 0 5px;
  text-align: right;
  text-align: center;
  align-self: center;
  font-size: 1.1rem;
}
.flex-item:nth-child(2) {
  flex: 0 1 85%;
  padding: 0.2em 15px;
  text-align: left;
  font-size: 1rem;
  align-self: center;
}



/* pager */
.pager {
    overflow: hidden;
  margin: 2% auto 0;
  padding: 2px;
   width: 100%;
  background: linear-gradient(to right,  rgba(92,143,203,1) 1%,rgba(176,218,204,1) 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;
  width: 38px;
  text-align: center;
}
 
.pager ul li a {
    color: #4a94bd;
    background: #FFF;
    text-decoration: none;
    border-radius: 2px;
}
 
.pager ul li a:hover {
}

.current {
  color: #4a94bd;
    border-radius: 2px;
    background: #FFF;
}


.img_box3 {
  width: 100%;
   max-width: 640px;
  margin: 1% auto 30px;
  padding: 2% 0.5%;
  position: relative;
}

.img_box3 img {
  width: 100%;
}


.img_bdr1 {
   border: 1px solid #CCC;
}

.img_box4 {
  width: 96%;
  margin: 0 auto ;
max-width: 800px;
  position: relative;
}

.img_box4 img {
  width: 100%;
}


.graph_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 24px;
  background: url(img_sub_g1.svg) bottom left no-repeat;
}

.img_box_inner {
  width: 100%;
  margin: 0 auto ;
  position: relative;
  height: 0;
  padding-top: calc(356/800 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_g02.jpg) top center / cover no-repeat;
}



/* 単語ごとに改行 */
.sub_wb {
   display: inline-block;
   vertical-align: baseline;
}

.dash {
   padding-right: 5px;
}

.ovr_txt {
   overflow: auto;
}


.foot-border {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #4a94bd;
    font-weight: bold;
}
 
.foot-border:before {
    content: "";
    height: 6px;
    flex-grow: 1;
    background: linear-gradient(to right,  rgba(177,219,205,1) 0%,rgba(126,174,208,1) 100%); 
}
 
.foot-border:after {
    content: "";
    height: 6px;
    flex-grow: 1;
    background: linear-gradient(to right,  rgba(126,174,208,1) 0%,rgba(92,143,203,1) 100%); 
}
 
.foot-border:before {
    margin-right: 1rem;
}
 
.foot-border:after {
    margin-left: 1rem;
}

.mt1 {
   margin-top: 10px !important;
}

.mb3 {
   margin-bottom: 30px !important;
}

.mb5 {
   margin-bottom: 50px !important;
}

.txt_break {
  word-break: break-all;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}


.list-design {
  list-style-type: none;
  margin: 0 auto 20px;
  padding-left: 35px;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.2;
  position: relative;
}

.list-design li {
  margin-top: 10px;
}

.list-design li:before {
  content: "（" counter(list-item) "）";
  position: absolute;
  left: 0;
}

.graph_box {
  width: 100%;
  position: relative;
  margin: 30px auto;
  padding: 20px 40px;
  background: #eeeff3;
}

.graph_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 24px;
  background: url(img_sub_g2.svg) bottom left no-repeat;
}

.graph_inner {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.graph_item1 {
  width: 36%;
  position: relative;
  z-index:2;
}

.graph_item2 {
  width: 71%;
  margin-left: -5%;
}

.graph_ttl{
  padding: 15px 0 15px 10%;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.graph_ttl:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right,  rgba(126,174,208,1) 0%,rgba(92,143,203,1) 100%); 
}
 
.graph_ttl2{
  padding: 15px 0 15px 10%;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #003477;
}



@media screen and (max-width: 999px) {

.sub_ttl {
  position: relative;
   margin: 0 auto;
   width: 100%;
  height: 0;
  padding-top: calc(85/960 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sub.svg) top center no-repeat;
  z-index: 3;
}

.ttl_box {
   position: relative;
   width: 100%;
   max-width: 100%;
   margin: 5% auto 0;
}


.main_ttl {
  position: relative;
   margin: 0 auto;
   width: 100%;
  height: 0;
  padding-top: calc(205/960 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center no-repeat;
  z-index: 3;
}

.mark_box {
  position: absolute;
  top: 0;
  right: 20px;
  width: 25%;
  height:0;
  padding-top: calc(45/261 * 25%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_adi60years.png) top right / cover no-repeat;
}


.leadarea {
  width: 100%;
  margin: 15px auto 30px;
  position: relative;
}


.lead {
  width: 94%;
  max-width: 90%;
  margin: 0 auto;
  padding: 25px 3px;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: justify;
}

.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 90%;
}


h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.35rem;
}



.img_add2 {
  float: left;
  margin: 1% 70px 15px 0;
  padding:0;
   width: 420px;
   position: relative;
}


.foot-border {
    margin-bottom: 5%;
}
 
.footer_txt {
   width: 90%;
   margin: 4% auto 5% !important;
   font-size: 0.9rem;
}



}



@media screen and (max-width: 767px) {




.lead {
  font-size: 1.08rem;
  line-height: 1.6;

}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}




.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
}

.sec1:before {
   display: none;
}

.sec1_inner {
   color:#333;
}


#note_text {
  margin-top: 10px !important;
  padding: 10px 3%;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align:center;
}


.logo {
  margin: 3% auto 4%;
  width: 180px;
  text-align: center;
}

.graph_box {
  width: 100%;
  position: relative;
  margin: 4% auto;
  padding: 3%;
  background: #eeeff3;
}

.graph_item1 {
  width: 45%;
  position: relative;
  z-index:2;
}

.graph_item2 {
  width: 60%;
  margin-left: -5%;
}


}

@media screen and (max-width: 639px) {


h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 1.2rem;
}


.mt3 {
   margin-top: 4% !important;
}



.img_add {
   float: none;
  width: 200px;
  margin: 0 auto 15px;
  padding:0;
}

.img_add2 {
   float: none;
  margin: 15px auto 15px;
  padding:0;
}



.img_box3 {
  width: 100%;
}

.img_box3 img {
  width: 100%;
}


.caption_01 {
  width: 100%;
}

#note_text {
   text-align: left !important;
}
#note_text br {
   display: none;
}

.name_area {
  position: absolute;
  width: 50%;
  bottom: 45px;
  right: 0;
  padding: 12px 5px 17px 12px;
  background: #FFF;
  z-index: 99;
}



.pb30 {
  padding-bottom: 5%;
}

.pb40 {
  padding-bottom: 4%;
}


}


@media screen and (max-width: 479px) {

.sub_ttl {
  position: relative;
   margin: 0 auto;
   width: 100%;
  height: 0;
  padding-top: calc(85/600 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_sub.svg) top center no-repeat;
  z-index: 3;
}

.ttl_box {
   position: relative;
   width: 100%;
   max-width: 100%;
   margin: 5% auto 0;
}


.main_ttl {
  position: relative;
   margin: 0 auto;
   width: 100%;
  height: 0;
  padding-top: calc(160/600 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top center no-repeat;
  z-index: 3;
}

.mark_box {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 0 4% 52%;
  width: 45%;
  height:0;
  padding-top: calc(45/261 * 45%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_adi60years.png) top right / cover no-repeat;
}

.lead {
  width: 94%;
  max-width: 94%;
  margin: 0 auto;
  padding: 25px 3px;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}

.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 94%;
}



.pager ul li span,
.pager ul li a {
}


.flex-item:nth-child(1) {
  -webkit-flex: 0 1 34%;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
}
.flex-item:nth-child(2) {
  -webkit-flex: 0 1 65%;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

h2 {
   font-size: 1.25rem;
}


.img_add2 {
   float: none;
  width: 100%;
  margin: 15px auto;
  padding:0;
}

.name_area {
   position: relative;
   bottom: 0;
   left:0 ;
   margin: 10px 0 15px 0;
   width: 100%;
   padding: 5px 0 0 5px;
   z-index: 0;
}


.ph_flex {
  flex-direction: column;
}

.img_box_inner {
  width: 100%;
  margin: 0 auto ;
  position: relative;
  height: 0;
  padding-top: calc(1260/586 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_g02.jpg) top center / cover no-repeat;
}

.graph_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.graph_item1 {
  width: 100%;
  position: relative;
  z-index:2;
}

.graph_item2 {
  width: 100%;
  margin-left: 0;
}


.graph_ttl{
  padding: 10px;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.graph_ttl2{
  padding: 10px;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #003477;
}


}

@media screen and (max-width: 375px) {

main p {
  word-break: break-all;
}

.img_add {
   float: none;
  width: 180px;
  margin: 0 auto 15px;
  padding:0;
}

.img_add2 {
   float: none;
  width: 100%;
  margin: 0 auto 15px;
  padding:0;
}

h2 {
   font-size: 1.2rem;
   letter-spacing: -0.01em;
}

h3 {
   font-size: 1.1rem;
}

.social_box {
   text-align: center;
  padding:5px;
}



}


