@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700;900&display=swap');
@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 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6ex;
  font-size:75%;
}



/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}

body {
  width: 100% !important;
  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.8s ease 0s 1 normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	scroll-behavior: smooth;
}
/* ルビ */
[data-ruby] {
   position: relative;
}
[data-ruby]::before {
   content: attr(data-ruby);
   position: absolute;
   top: -1.2em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.5em;
   zoom: 0.5;
}

[data-ruby2] {
   position: relative;
}
[data-ruby2]::before {
   content: attr(data-ruby2);
   position: absolute;
   top: -3.5em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.4em;
   zoom: 0.5;
}

.ls {
  letter-spacing: -1em;
}


.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;
  border-top: 6px solid #000;
  padding-bottom: 3%;
}

.wrap:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: calc(910/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(bg_header.png) top center / cover no-repeat;
  overflow: hidden;
  z-index: -1;
}


main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}



main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;  
  margin-bottom: 2%;
}



.article_header {
  width: 100%;
  margin: 0 auto;
  position:relative;
  z-index:1;
}

.head_img_01 {
  margin: 0 auto;
  width: 100%; /* android view point */
  position: relative;
  height: 0;
  padding-top: calc(340/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  overflow: hidden;
}



.title_box {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: -110px auto 0;
  background: #FFF;
}


.head_catch {
  padding: 1.5rem 1rem 1.5rem 0;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  text-align: left;
  font-size: clamp(1.3rem, calc(1vw + 1.3rem), 1.8rem);
  line-height: 1.25;
  color: #004f9d;
}

.head_icon {
  position: absolute;
  top: -65px;
  left: -165px;
  width: 325px;
  height: 0;
  padding-top: calc(210/325 * 325px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(bg_ttl.png) top left / cover no-repeat;
  z-index: 2;
  overflow: hidden;
}


.main_ttl {
  margin: 0 auto;
  width: 100%; /* android view point */
  position: relative;
  height: 0;
  padding-top: calc(120/800 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
  overflow: hidden;
  z-index: 3;
}

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.br1 {
}

.br2 {
}

.leadarea {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 25px 30px 30px;

}


.lead {
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: justify;
 color: #004f9d;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 0.5%;
  margin-bottom: 0;
}



.lead_right {
  font-size: 0.9rem;
  text-align: right;
}

.add_border {
  border-bottom: 4px solid #000;
}

.add_border2 {
  border-top: 2px solid #001680;
}

.add_border3 {
  border-top: 1px solid #fff;
}

.add_border4 {
  border-bottom: 1px solid #00b7f1;
}



.quot {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Merino, Osaka, sans-serif;
}

.sec1 {
  position: relative;
  overflow: hidden;
  width: calc(100% - 100px);
  height: 100%;
  margin: 0 auto;
  padding: 0 0 3%;
}

.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #000;
  position:relative;
  z-index:5;
}

.sec1_inner p {
  text-indent: 1rem;
}

.bd1 {
  border-radius: 0 0 5px 5px;
}

.bd2 {
  border-radius: 5px;
  margin-top: 40px;
}


.sec1_sub {
   font-family: 'Oswald', sans-serif;
  font-size: clamp(1.4rem, calc(1vw + 2rem), 2.8rem);
  line-height: 1.25;
   font-weight: 900;
  color: #fff;
  vertical-align: baseline;
  border-bottom: 2px solid #FFF;
  width: 100%;
  margin: 30px auto 15px;
  padding: 0 50px 10px;
}


h2 {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 25px;
  padding: 0 0 5px 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, calc(1.2vw + 1.8rem), 1.8rem);
  line-height: 1.3;
  text-align: left;
  color: #1955a7;
  position: relative;
  border-left: 7px solid #000;
}

h2:before {
  content:'';
  position: absolute;
  bottom: -12px;
  left: -6px ;
  width: 100%;
  height: 1px;
  background:#000;
}

h2:after {
  content:'';
  position: absolute;
  top: 0;
  left: -7px ;
  width: 7px;
  height: 7px;
  background:#4593d0;
}

.interviewer_text {
  padding: 10px 0 3%;
  color: #555;
  font-weight: bold;
  margin-bottom: 3%;
  border-bottom: 1px solid #babdbc;
overflow: hidden;
}

.interviewer_text2 {
  padding: 3% 0 3%;
  color: #555;
  font-weight: bold;
  margin-top: 3%;
  margin-bottom: 3%;
  border-top: 1px solid #babdbc;
  border-bottom: 1px solid #babdbc;
overflow: hidden;
}


.mt40 {
  margin-top: 40px;
}

.mt50 {
}

.mb40 {
  margin-bottom: 40px !important;
}

.bg_3 {
  background: #f7f7f7;
  padding: 15px 30px;
}



h3 {
  margin: 10px auto 10px !important;
  padding: 0;
  width: 100%;
  font-size: clamp(1.05rem, calc(1vw + 1.4rem), 1.4rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

h4 {
   width: 100%;
   margin: 35px auto 10px;
  padding:10px 18px;
  background: #000;
  font-size: clamp(1.05rem, calc(1vw + 1.4rem), 1.4rem);
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  color: #FFF;
  border-left: 6px solid #ffe600;
}

h5 {
  margin: 0.5% auto 2% !important;
  padding: 0 10px;
  width: 100%;
  font-size: clamp(1.05rem, calc(1vw + 1.4rem), 1.4rem);
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #000;
  border-left: 7px solid #ffe600;
}


.profile {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: justify;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #333;
  text-align: justify;
}

.name_1 {
  font-weight: bold;
  color: #8900c5;
}

.name_2 {
  font-weight: bold;
  color: #009156;
}

.name_area {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
}

.name_1_line, .name_2_line {
  position: relative;
}

.name_1_line:before {
  content:'';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #8900c5;
}

.name_2_line:before {
  content:'';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #86ed78;
}

.name_area2_box {
  display: flex;
  justify-content: flex-end;  
}

.name_area2 {
  width: 100%;
  padding: 10px 15px;
}

.name {
  margin: 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: left;
  color: #000;
  width: 100%;
  position: relative;
}


.name_right {
  text-align: right;
}

.name_large {
  font-size: 1.15rem;
  line-height: 1.8;
  vertical-align: baseline;
}

.spacing {
  letter-spacing: -0.02em;
}

.name_large2 {
  font-size: 1.25rem;
  line-height: 2;
  vertical-align: baseline;
}

@-moz-document url-prefix() {
.name_large2 {
  font-size: 1.25rem;
  line-height: 2.2;
  vertical-align: baseline;
}
}

#note_text {
  padding: 10px 10%;
  color: #333;
  font-size: 0.87rem;
  line-height: 1.5;
  text-align:center;
}


.img_add {
  float: right;
  position: relative;
  width: 300px;
  margin: 10px 0 20px 40px;
  padding: 0;
}


.img_add img, .img_add2 img {
  width: 100%;
}

.img_add2 {
  float: left;
  position: relative;
  width: 300px;
  margin: 10px 40px 20px 0;
  padding: 0;
}


.img_add3 {
  float: right;
  position: relative;
  width: 300px;
  margin: 10px -40px 20px 40px;
  padding: 0;
}


.img_add4 {
  float: left;
  position: relative;
  width: 300px;
  margin: 10px 40px 20px -40px;
  padding: 0;
}

.ph_box {
  position:relative;
  width: 300px;
  margin-bottom: 20px;
  padding: 0;
}

.ph_box:before {
  content:'';
  position: absolute;
  z-index:-1;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: #733d8a;
}

.ph_box2 {
  position:relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.ph_box2:before {
  content:'';
  position: absolute;
  z-index:-1;
  width: 100%;
  height: 100%;
  top: 10px;
  right: 10px;
  background: #733d8a;
}


.button-4 a{
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 10px 2%;
  margin: 0 auto 1px;
  text-decoration:none;
  transition:all .5s ease;
  line-height: 140%;
background: #2f2e36;
}

.button-4 a:hover {
  opacity: 0.8;
}

.b_txt {
  font-weight: bold;
}

.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                width: 100%;
                                max-width: 370px;
                                margin: 0 auto;
                                align-items: center;
  transition:all .5s ease;
}
.flex-container2 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                width: 100%;
                                max-width: 370px;
                                margin: 0 auto;
                                align-items: center;
  transition:all .5s ease;
}
.flex-item:nth-child(1) {
	-webkit-flex: 0 1 20%;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
                                color: #000;
                                font-weight: bold;
                                font-size: 1.1rem;
                                padding: 1rem 0 0.7rem;
                                text-align: center;
                                align-self: center;
                                background: #ffe600;
                                border-radius: 5px;
}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 80%;
	-ms-flex: 0 1 80%;
	flex: 0 1 80%;
                                padding: 5px 15px;
                                text-align: left;
                                color: #FFF;
                                font-weight: bold;
                                font-size: 1rem;
                                line-height: 1.4;
}

.flex-item2:nth-child(1) {
	-webkit-flex: 0 1 19%;
	-ms-flex: 0 1 19%;
	flex: 0 1 19%;
                                color: #032d42;
                                font-weight: bold;
                                font-size: 1.1rem;
                                padding: 1rem 0 0.7rem;
                                text-align: center;
                                align-self: center;
                                background: #86ed78;
                                border-radius: 5px;
}
.flex-item2:nth-child(2) {
	-webkit-flex: 0 1 81%;
	-ms-flex: 0 1 81%;
	flex: 0 1 81%;
                                padding: 5px 15px;
                                text-align: left;
                                color: #FFF;
                                font-weight: bold;
                                font-size: 1rem;
                                line-height: 1.4;
}

.logo_box {
  width: 100%;
  position: relative;
  margin: 30px auto;
  padding: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.logo_box_inner {
  width: 94%;
  max-width: 800px;
  display:flex;
  justify-content: center;
  margin: 30px auto;
  gap: 30px;
}

.logo_item1 {
  width: 100px;
}

.logo_item1 img{
  width: 100px;
}

.logo_item2 {
  padding: 2%;
  align-self: center;
  font-size: clamp(0.8rem, calc(0.8vw + 1rem), 1.1rem);
  line-height: 1.5;
  display: inline;
  text-decoration: none;
}

a.logo_link  {
  text-decoration: none !important;
  color: #000;
  font-weight: bold;
}

.logo {
  margin: 2.5% auto 1%;
  width: 340px;
}

.logo img {
  width: 100%;
}

.localFooter {
  line-height: 150%;
}

/* pager */
.pager {
   overflow: hidden;
  margin: 30px auto 0;
  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.8em;
   font-weight: bold;
}
 
.pager ul li a {
   color: #000;
   text-decoration: none;
   border-radius: 3px;
   border: 2px solid #ffe600;
}
 
.pager ul li a:hover {
  background:#ffe600;
  color: #000;
   border-radius: 3px;
   border: 2px solid #ffe600;
}

.current {
  background:#ffe600;
  color: #000;
   border-radius: 3px;
   border: 2px solid #ffe600;
}

.img_box_area {
  width: 100%;
  margin: 0 auto;
  background: #032d42;
}

.img_box4 {
  width: 100%;
  max-width: 780px;
  margin: 30px auto;
  padding: 20px 0;
  text-align: center;
  position: relative;
}

.img_box3 {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  padding: 25px;
  text-align: center;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.img_box4 img {
  width: 100%;
}

.img_box3 img {
  width: 100%;
}

.box4_item1 {
  width: 53%;
}

.box4_item2 {
  width: 45%;
}

.add_img_bdr {
  border: 1px solid #CCC;
}

.img_box5 {
  width: 100%;
  margin: 0 auto;
  padding:2% 0;
  border-top: 1px solid #032d42;
  text-align: center;
}

.bnr_box0108 {
  width: 930px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border: 1px solid #032d42;
}


.bnr_item0108:nth-child(1) {
  width: 56.99%;
  background: #032d42;
}

.bnr_item0108:nth-child(2) {
  width: 43.01%;
  background: #e7e7e7;
}


.bnr_box0108 img {
  width: 100%;
}

.caption {
  margin: 10px auto 0;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: justify; 
  overflow: hidden;
  display: block;
}

.caption span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.caption2 {
  width: 80%;
  margin: 10px auto 20px;  
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000;
  text-align: left; 
}


.bnr_area {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #243F40;
}

.bnr_box {
  width: 90%;
  margin: 0 auto;
  padding: 10px 10% 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing:border-box;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;

}

.bnr_item {
  width: 24%;
}

.bnr_box img {
  width: 100%;
  padding-bottom: 10px;
  
}

.img_box2 {
  width: 100%;
  margin: 3% auto 0;
  text-align: center;
}

/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
  vertical-align: baseline;
}

.ovr_txt {
  overflow: auto;
}


.btn_area {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  background: #000;
}


.next {
  color: #fff;
}


.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.banner_area {
  width: 100%;
  border-top: 2px solid #032d42;
  border-bottom: 2px solid #032d42;
  padding: 40px 0;

}

.banner_area2 {
  width: 100%;
  border-top: 2px solid #032d42;
  padding: 40px 0;
  background: #f5f5f5;
  position: relative;
}

.banner_area2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #032d42;
}

.banner_box {
  width: 94%;
  max-width: 600px;
  margin: 40px auto;
}

.banner_box img {
  width: 100%;
}


.banner_box2 {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;  
  gap: 20px;
  position: relative;
  z-index: 5;
}

.banner_item1 {
  width: 49%;
}

.banner_item2 {
  width: 30%;
}

.banner_item1 img {
  width: 100%;
}

.banner_item2 img {
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
}

.banner_item2 img:hover {
  width: 100%;
  margin-left: 12px;
}

.ph_flex {
  width: 100%;
  margin: 30px auto;
  max-width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background: #f2f2f2;
}

.pf_item1 {
  position: relative;
  width: 50%;
  margin-top: 0;
  order: 2;
}

.pf_item1 img{
  width: 100%;
}

.pf_item2 {
  position: relative;
  width: 50%;
  padding: 15px;
  border-bottom: 4px solid #86ed78;
  align-self: flex-end;
  order: 1;
}

.pf_prof {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-size: 0.86rem;
  color: #000;
  line-height: 1.5;
  text-align: justify; 
  text-justify: inter-ideograph;
}

.ph_box1 {
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  position: relative;
  background: #f5f5f5;
}

.ph_box1:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12%;
  background: #FFF;
}

.ph_box_inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ph_box_inner img {
  width: 100%;
  border-radius: 5px;
}

.share_box {
  margin: 35px auto;
  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: 100vw;
  padding: 5px;
}

.related ul {
  position: relative;
  width: calc(100% - 12px);
  margin: 0 auto 30px;
  border-bottom: 1px solid #193b87;
}

.related ul li {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.7em 0.5em 0.7em 1em;
  list-style-type: none!important;
  border-bottom: 1px solid #dedede;
  line-height: 1.15;
}

.related ul li:before {
  content: '';
  position: absolute;
  left : 0;
  width: 18px;
  height: 18px;
  background: url(img_arrow.svg) top left no-repeat;
  
}

.related a {
  color: #333;
  text-decoration: none;
cursor: pointer;
}

.related a:hover {
  color: #666;
  text-decoration: none;
cursor: pointer;
}


.foot-border {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
}
 
.foot-border:before,
.foot-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #733d8a;
}
 
.foot-border:before {
    margin-right: 1rem;
}
 
.foot-border:after {
    margin-left: 1rem;
}


footer {
  width: 100%;
  margin: 0 auto 30px;
   position: relative;
   padding: 15px 0;
   background: #000;
   text-align: center;
}

footer img {
  margin: 0 auto;
  width: 90px;
}

.footer_txt {
   width: 90%;
   margin: 0 auto 1% !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;
   padding-bottom: 20px;
   text-align: center;
}


.arrow-button{
   color: #FFF;
   font-size: 15px;
   font-weight: bold;
   line-height: 1.2;
   display: block;
   margin: 20px auto 40px;
   padding: 1rem 3%;
   position: relative;
   text-align: center;
   text-decoration: none;
  border-radius: 100vw;
  background: #0574b5;
transition: 0.3s;
  width: 94%;
  max-width: 340px;
}

.arrow-button img {
  max-width: 200px;
}

.arrow-button:hover {
  opacity: 0.8;
}

.arrow-button:after{
   content: '';
   border: 0;
   border-top: solid 2px #FFF;
   border-right: solid 2px #FFF;
   display: inline-block;
   width: 10px;
   height: 10px;
   position: absolute;
   top: 50%;
   right: 25px;
   transform: translateY(-50%) rotate(45deg); 
   transition: 0.3s;
}

.arrow-button:hover:after{
   right: 15px;
}

/* Top_bar */

.top_bar_box {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  position: relative;
}

.top_bar{
	background-color: #ffffff;
	padding: 7px 0 7px 0;
	position: relative;
	text-align: center;
	margin: auto;
	width:100%;
	max-width: 960px;
}

.top_bar .topback{
	font-size: 12px;
	position: absolute;
	left: 2%;
	top: 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #ffffff;
	padding: 7px 10px 7px 30px;
	background: url("toparrow.png")no-repeat 10px 10px;
	background-color: #000000;
	text-decoration: none;
	transition-duration: 0.3s;
}

@media screen and (max-width:768px){
	.top_bar .topback{
		display: none;
	}	
}

.top_bar .topback:hover{
	opacity: 0.5;
}
.top_bar .mainlogo{
	font-size: 22px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.top_bar .mainlogo{
		font-size: 18px;
	}
}

.top_bar .mainlogo:hover{
	opacity: 0.5;
}

.mainLogo{
	width: 170px;
}
@media screen and (max-width:600px){
	.mainLogo{
	width: 150px;
	}
}


.top_bar .sns_box{
	position: absolute;
	top:20px;
	right: 10px;
	width: 160px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
}
@media screen and (max-width:786px){
.top_bar .sns_box{
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
		display: flex;
	}
}

.top_bar .sns_box a{
	display: block;
	transition-duration: 0.3s;
}
@media screen and (max-width:786px){
	.sns_box a{
		width: 33%;
		text-align: center;
	}
	.sns_box a:nth-child(1){
		background-color: #000000;
	}
	.sns_box a:nth-child(2){
		width: 34%;
		background-color: #2f5095;
	}
	.sns_box a:nth-child(3){
		background-color: #0075b5;
	}
}
@media screen and (max-width:600px){
	.sns_box a img{
		width: 30px;
		height: 30px;
	}
}

.top_bar .sns_box a:hover{
	opacity: 0.5;
}


@media screen and (min-width:1001px){
	.logo_tb.sp_logo{
		display: none!important;
	}
	.logo_pc.logo{
		display: block!important;
	}
}

@media screen and (max-width:1000px){
	.logo_tb.sp_logo{
		display: block!important;
	}
	.sp_logo{
		text-align: center;
		padding: 5px 0 5px 0;
		background-color: #000000;
		position: relative;
		z-index: 100;
	}
	.sp_logo img{
		height: 40px;
	}
	.logo_pc.logo{
		display: none!important;
	}
}


/* Top_bar */

/*スライド*/
.slide-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
   padding: 15px 0;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 50s infinite linear 1s both;
}
.slide{
  width: 350px;
  object-fit:cover;
}
@keyframes slide-flow {
   0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

/* ため */
.delay-time01{
animation-delay: 3s;
}

/*スライド*/



/* contents1 */

.content_flex {
  width: 100%;
  margin: 30px auto 40px;
  max-width: 800px;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content_flex2 {
  width: 100%;
  margin: 30px auto;
  max-width: 800px;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 12px 12px 0;
  border: 1px solid #000;
}

.content_item1 {
  position: relative;
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 12px 12px 0;
  border: 1px solid #000;
}

.content_chapter1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80.75%;
  height: 0;
  height: 0;
  padding-top: calc(36/323 * 80.75%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_chap1.png) top left / cover no-repeat;
  overflow: hidden;
  z-index: 10;
}

.content_chapter2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 85.75%;
  height: 0;
  height: 0;
  padding-top: calc(36/343 * 85.75%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_chap2.png) top left / cover no-repeat;
  overflow: hidden;
  z-index: 10;
}

.content_item2 {
  position: relative;
  width: 40%;
  padding-bottom: 12px;
}

.content_chapter3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 0;
  height: 0;
  padding-top: calc(36/263 * 32%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_chap1_2.png) top left / cover no-repeat;
  overflow: hidden;
  z-index: 10;
}

.content_chapter4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 0;
  height: 0;
  padding-top: calc(36/283 * 35%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_chap2_2.png) top left / cover no-repeat;
  overflow: hidden;
  z-index: 10;
}



.content_item3 {
  position: relative;
  width: 60%;
  padding: 12px 12px 0;
  align-self: flex-end;
}

.item3_logo  img {
  width: 240px;
  padding-bottom: 10px;

}

.content_item1 .link,
.content_item2 .link  {
  margin-top: auto;
}

.content_item1 img,
.content_item2 img  {
  width: 100%;
}

.btn-flat-simple {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 0.9em;
  text-decoration: none;
  color: #fff;
  transition: .3s;
  background-color: #000;
}


.btn-flat-simple:after {
  content:'';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background: #FFF;
  transition: .3s;
}

.btn-flat-simple:hover {
  opacity: 0.8;
}

.btn-flat-simple:hover:after {
  content:'';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #FFF;
}

.btn-flat-simple:hover {
  opacity: 0.8;
}


/* contents1 */


@media screen and (max-width: 1259px) {

.wrap:before {
  content:'';
  position: absolute;
  width: 50%;
  height: 0;
  top: 0;
  left:0 ;
  padding-top: calc(1000/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: none;
  background-color: #005dad;
  overflow: hidden;
  z-index: -1;
}

}

@media screen and (max-width: 999px) {

.wrap:before {
  display: none;
}


.title_box {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #FFF;
}

.head_icon {
  display: none;
}


.main_ttl {
  margin: 0 auto;
  width: 100%; /* android view point */
  position: relative;
  height: 0;
  padding-top: calc(120/800 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top center / cover no-repeat;
  overflow: hidden;
  z-index: 3;
}


.leadarea {
  position: relative;
  margin: 0 auto;
  width: 100%;
}


.lead {
  font-size: 1rem;
  line-height: 1.7;
}


.sec1_sub {
  color: #005dad;
  border-bottom: 2px solid #005dad;
}

.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  padding:  0 0 3%;
}




.img_box4 {
  width: 100% !important;
  margin: 3% auto;
  padding: 3% 0;
  text-align: center;
}

.caption2 {
  position: static;
  margin: 0 auto;
  width: 90%;
}

.img_box5 {
  padding:3% 0 2.5%;
}

.bnr_box0108 {
  width: 94%;
}

.button-4 a{
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2% 3%;
  margin: 0 auto 1px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1rem;
}


.pf_prof {
  font-size: 0.83rem;
  color: #333;
  line-height: 1.3;
  text-align: justify; 
  text-justify: inter-ideograph;
  letter-spacing: -0.03em;
  word-break: break-all;
}

.img_add {
  float: right;
  position: relative;
  width: 300px;
  margin: 10px 0 20px 30px;
  padding: 0;
}

.img_add img, .img_add2 img {
  width: 100%;
}

.img_add2 {
  float: left;
  position: relative;
  width: 300px;
  margin: 10px 30px 20px 0;
  padding: 0;
}

.name_area {
  width: 100%;
  max-width: 100%;
}

.img_add3 {
  float: right;
  position: relative;
  width: 300px;
  margin: 10px 0 20px 40px;
  padding: 0;
}


.img_add4 {
  float: left;
  position: relative;
  width: 300px;
  margin: 10px 40px 20px 0;
  padding: 0;
}



.name_area2 {
  width: 100%;
  max-width: 100%;
}



.mt50 {
  margin-top: 5% !important;
}



}



@media screen and (max-width: 767px) {


.slide{
  width: 250px;
  object-fit:cover;
}


.nav_item2:before {
  display: none;
}


.lead {
  font-size: 1rem;
  line-height: 1.6;

}



#note_text {
  margin-top: 10px !important;
  padding: 10px 3% 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align:center;
}

.img_box4 {
  width: 94%;
}

.pf_prof {
  font-size: 0.75rem;
  line-height: 1.2;
}

.logo img {
  width: 100%;
  padding: 15px 0;
}



}

@media screen and (max-width: 639px) {

main p {
  line-height: 2;
}


.sec1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}


.rb_1 {
        line-height: 150%;              
}


.img_box4 {
  width: 94%;
}

.img_box4 img {
  width: 100%;
}


.img_box2 img {
  width: 70%;
}

#note_text {
  text-align: left !important;
}
#note_text br {
  display: none;
}

.img_add {
  float: none;
  width: 280px;
  margin: 20px auto 30px;
}




.img_add2 {
  float: none;
  width: 280px;
  margin: 20px auto 30px;
}

.img_add3 {
  float: none;
  width: 280px;
  margin: 20px auto 30px;
}

.img_add4 {
  float: none;
  width: 280px;
  margin: 20px auto 30px;
}



.banner_box {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;  
}

.banner_item1 {
  width: 100%;
}

.ph_flex {
  width: 70%;
  margin: 20px auto;
  max-width: 70%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.pf_item1 {
  position: relative;
  width: 100%;
  margin-top: 0;
  order: 1;
}

.pf_item2 {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 4px solid #86ed78;
  order: 2;

}

.logo_box_inner {
  width: 94%;
  max-width: 280px;
  display:flex;
  flex-direction: column;
  margin: 0 auto;
}

.logo_item1 {
  width: 100%;
  text-align: center;
}

.logo_item2 {
  padding: 2%;
  align-self: center;
  font-size: clamp(0.8rem, calc(0.8vw + 1rem), 1.1rem);
  line-height: 1.5;
  display: inline;
  text-decoration: none;
  text-align: center;
}

.img_box3 {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  padding: 25px 0;
  text-align: center;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.content_flex {
  width: 100%;
  max-width: 94%;
  margin: 30px auto 40px;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3%;
}


.content_item1 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.content_flex2 {
  width: 100%;
  margin: 30px auto;
  max-width: 94%;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 12px 12px 0;
  border: 1px solid #000;
}

.content_chapter3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65.75%;
  height: 0;
  height: 0;
  padding-top: calc(36/263 * 65.75%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_chap1_2.png) top left / cover no-repeat;
  overflow: hidden;
  z-index: 10;
}

.content_chapter4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 70.75%;
  height: 0;
  height: 0;
  padding-top: calc(36/283 * 70.75%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_chap2_2.png) top left / cover no-repeat;
  overflow: hidden;
  z-index: 10;
}



.content_item2 {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}

.content_item3 {
  position: relative;
  width: 100%;
  padding: 12px 0 0;
  align-self: flex-end;
}


}


@media screen and (max-width: 479px) {


.slide{
  width: 200px;
  object-fit:cover;
}


h2 {
  font-size: clamp(1.1rem, calc(1.1vw + 1.4rem), 1.4rem);
}



.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 94%;
  padding:  0 0 3%;
}


.name_area {
  width: 100%;
  bottom: 0;
  left:0;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}


.pager ul li span,
.pager ul li a {
   font-size: 13px;
}

.button-4 a{
  padding: 5% 3%;
}

.banner_box2 {
  width: 94%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 5;
}

.banner_item2 {
  width: 90%;
  margin: 0 auto;
}



main p {
  margin-bottom: 4%;
}

.flex-item:nth-child(1) {
                                font-size: 0.9rem;
                                padding: 1rem 0.5rem 0.7rem;
}

footer {
  padding-bottom: 5% !important;
}

}

@media screen and (max-width: 375px) {

h1 {
  letter-spacing: -0.02em;
}

.br2 {
  display: none;
}

.img_add {
  float: none;
  width: 260px;
  margin: 20px auto 30px;
}




.img_add2 {
  float: none;
  width: 260px;
  margin: 20px auto 30px;
}

.img_add3 {
  float: none;
  width: 260px;
  margin: 20px auto 30px;
}

.img_add4 {
  float: none;
  width: 260px;
  margin: 20px auto 30px;
}

.logo_box_inner {
  width: 94%;
  max-width: 260px;
  display:flex;
  flex-direction: column;
  margin: 0 auto;
}


.name_large {
  font-size: 1.1rem;
}

h2 {
  font-size: clamp(1.1rem, calc(1.1vw + 1.25rem), 1.25rem);
}

.logo {
  margin: 4% auto 3%;
  width: 90%;
}


}

@media screen and (min-width: 1920px) {

.wrap, main {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}


.wrap {
  border-top: none;
}

}


