@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
---------------------------------------------------- */
a {
  color: #e70a1a;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #e70a1a;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.headerBox {
  width: 100%;
  background: url(../images/common/bg.png);
}
.headerBox .inner {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
.headerBox .inner .topnav {
  padding: 20px 0 0 0;
  margin: 0;
  box-sizing: border-box;
  width: 186px;
  background: #fff;
}
.headerBox .inner .topnav h1 {
  padding: 0;
  margin: 0;
  text-align: center;
}
.headerBox .inner .topnav .navi {
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 10.4px;
  font-size: 1.04rem;
  line-height: 1.5384615385;
}
.headerBox .inner .topnav .navi li {
  font-weight: bold;
  border-top: 1px solid #eee;
  font-feature-settings: "palt";
}
.headerBox .inner .topnav .navi li.smtxt {
  font-size: 9.6px;
  font-size: 0.96rem;
  line-height: 1.6666666667;
}
.headerBox .inner .topnav .navi li:last-child {
  border-bottom: 1px solid #eee;
}
.headerBox .inner .topnav .navi li a {
  padding: 19px 20px 15px 20px;
  margin: 0;
  display: block;
  color: #333;
}
.headerBox .inner .topnav .navi li a:hover {
  background: #ffe100;
}
.headerBox .inner .topnav .navi li.current {
  padding: 19px 20px 15px 20px;
  margin: 0;
  background: #ffe100;
}
.headerBox .inner .topnav .navi li ul {
  display: none !important;
}
.headerBox .inner .topnav .linkbox {
  padding: 14px 10px 0 10px;
  margin: 0;
}
.headerBox .inner .topnav .linkbox p {
  padding: 0;
  margin: 0 0 10px 0;
}
.headerBox .inner .topnav .linkbox .mailmagazine a {
  padding: 4px 0 2px 0;
  margin: 0;
  color: #666;
  text-align: center;
  display: block;
  border: 1px solid #666;
}
.headerBox .inner .topnav .linkbox .mailmagazine a:hover {
  color: #fff;
  background: #666;
}
.headerBox .inner .topnav .linkbox ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}
.headerBox .inner .topnav .linkbox ul li {
  width: 16%;
  line-height: 0;
}
.headerBox .inner .topnav .linkbox ul li img {
  width: 100%;
  height: auto;
}
.headerBox .inner .topImage {
  line-height: 0;
  position: relative;
}
.headerBox .inner .topImage .acco {
  position: absolute;
  bottom: -31px;
  right: -160px;
}
.headerBox .inner .topImage .acco img {
  width: 326px;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  .headerBox .inner .topnav .navi li a {
    padding: 19px 20px 13px 20px;
  }
  .headerBox .inner .topnav .navi li.current {
    padding: 19px 20px 13px 20px;
  }
}
@media screen and (max-width: 768px) {
  .headerBox .inner {
    width: 100%;
  }
  .headerBox .inner .topnav {
    display: none;
  }
  .headerBox .inner .topImage .acco {
    right: 10px;
  }
}
@media screen and (max-width: 736px) {
  .headerBox .inner .topImage .acco {
    bottom: -19px;
  }
  .headerBox .inner .topImage .acco img {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .headerBox .inner .topImage .acco {
    bottom: -17px;
  }
  .headerBox .inner .topImage .acco img {
    width: 180px;
  }
}
/* ----------------------------------------------------
	counter
---------------------------------------------------- */
.counterBox {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}
.counterBox h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2307692308;
  font-weight: bold;
}
.counterBox h2:after {
  content: "";
  display: block;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.counterBox .read {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-feature-settings: "palt";
  font-weight: bold;
}
.counterBox .read span {
  padding: 0;
  margin: 0 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1333333333;
  display: inline-block;
}
.counterBox p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .counterBox {
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  .counterBox h2 {
    font-size: 6.6vw;
  }
}
/* ----------------------------------------------------
	blog
---------------------------------------------------- */
#blog {
  padding: 70px 0 0 0;
}
#blog h2 {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative;
}
#blog h2 .ill {
  position: absolute;
  display: block;
  top: -60px;
  bottom: 0;
  left: 270px;
}

@media screen and (max-width: 736px) {
  #blog {
    padding-top: 60px;
    width: 100%;
  }
  #blog h2 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #blog h2 .title_img {
    width: auto;
    height: 50px;
  }
  #blog h2 .ill {
    top: -30px;
    right: 14%;
    left: auto;
  }
  #blog h2 .ill img {
    width: auto;
    height: 104px;
  }
}
@media screen and (max-width: 375px) {
  #blog h2 .ill {
    right: 6%;
  }
}
@media screen and (max-width: 320px) {
  #blog {
    padding-top: 30px;
  }
  #blog h2 .ill {
    top: -20px;
    right: 2%;
  }
  #blog h2 .ill img {
    height: 90px;
  }
}
.blogBox {
  padding: 65px 50px;
  margin: 0 auto;
  width: 1000px;
  background: #ffe100;
}
.blogBox p {
  padding: 0;
  margin: 0;
}
.blogBox p.date {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.6666666667;
}
.blogBox p.date .category {
  display: inline-block;
}
.blogBox p.text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
}
.blogBox .newest {
  padding: 26px;
  margin: 0 0 80px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  position: relative;
}
.blogBox .newest .single {
  order: 1;
  width: 450px;
}
.blogBox .newest .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: bold;
}
.blogBox .newest .thumbnail {
  order: 2;
  line-height: 0;
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.2);
  transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  position: absolute;
  top: -50px;
  right: -10px;
}
.blogBox .newest .thumbnail img {
  border: 8px solid #fff;
  width: 400px;
  height: 300px;
  object-fit: cover;
}
.blogBox .archive {
  padding: 0;
  margin: 0 0 30px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.blogBox .archive div {
  width: 30%;
}
.blogBox .archive img {
  border: 8px solid #fff;
  line-height: 0;
  width: 100%;
  height: auto;
}
.blogBox .archive .title {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}

@media screen and (max-width: 1000px) {
  .blogBox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blogBox {
    padding: 40px 30px;
  }
  .blogBox .newest {
    margin-bottom: 40px;
    display: block;
  }
  .blogBox .newest .single {
    width: 100%;
  }
  .blogBox .newest .thumbnail {
    margin: -34px -34px 14px 10px;
    position: static;
    float: right;
  }
  .blogBox .newest .thumbnail img {
    width: 200px;
    height: 150px;
  }
  .blogBox .archive img {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 736px) {
  .blogBox {
    padding: 40px 0;
  }
  .blogBox .newest {
    margin: 0 auto 40px auto;
    width: 90%;
  }
  .blogBox .newest .thumbnail {
    margin: -20px -24px 14px 10px;
  }
  .blogBox .newest .thumbnail img {
    border: 4px solid #fff;
    width: 180px;
    height: 135px;
  }
  .blogBox .archive {
    margin: 0 auto 20px auto;
    width: 90%;
  }
  .blogBox .archive div {
    width: 46%;
  }
  .blogBox .archive div:last-child {
    display: none;
  }
  .blogBox .archive img {
    border: 4px solid #fff;
  }
}
@media screen and (max-width: 320px) {
  .blogBox .newest .thumbnail {
    margin: -40px auto 20px auto;
    float: none;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .blogBox .newest .thumbnail img {
    width: 100%;
    box-sizing: border-box;
  }
  .blogBox .archive {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blogBox .archive div {
    margin: 0 auto;
    width: 90%;
  }
}
/* ----------------------------------------------------
	report
---------------------------------------------------- */
#report {
  padding: 80px 0 0 0;
}
#report .titleRead {
  margin: 0 auto;
  width: 1000px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#report .titleRead .read {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  font-weight: bold;
  text-align: right;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#report h2 {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  line-height: 0;
  position: relative;
}
#report h2 .ill {
  position: absolute;
  display: block;
  top: -60px;
  bottom: 0;
  left: 270px;
}
#report .read_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  #report .titleRead {
    width: 100%;
    display: block;
  }
  #report .titleRead .read {
    display: none;
  }
  #report .read_sp {
    display: block;
    font-weight: bold;
    text-align: center;
  }
  #report h2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #report h2 {
    padding-left: 20px;
    box-sizing: border-box;
  }
  #report h2 .ill {
    left: 330px;
  }
}
@media screen and (max-width: 736px) {
  #report h2 {
    padding: 0 20px;
  }
  #report h2 .title_img {
    width: auto;
    height: 50px;
  }
  #report h2 .ill {
    top: -30px;
    right: 10%;
    left: auto;
  }
  #report h2 .ill img {
    width: auto;
    height: 104px;
  }
}
@media screen and (max-width: 375px) {
  #report {
    padding-top: 50px;
  }
  #report h2 .ill {
    right: 2%;
  }
}
@media screen and (max-width: 320px) {
  #report {
    padding-top: 40px;
  }
  #report h2 .ill {
    top: -20px;
  }
  #report h2 .ill img {
    height: 90px;
  }
}
.reportBox {
  padding: 80px 0;
  background: #eee;
}
.reportBox .report_inner {
  margin: 0 auto 60px auto;
  width: 1000px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.reportBox .report_inner .number {
  padding: 16px 30px;
  background: #fff;
}
.reportBox .report_inner .number p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
}
.reportBox .report_inner .number .date {
  margin-top: 3px;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.reportBox .report_inner .rightbox {
  width: 300px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.reportBox .report_inner .reportMore {
  font-size: 9.6px;
  font-size: 0.96rem;
  line-height: 1.6666666667;
  font-feature-settings: "palt";
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
.reportBox .report_inner .reportMore a {
  padding: 8px 0 4px 0;
  margin: 0;
  width: 130px;
  text-align: center;
  display: block;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #333;
  font-weight: bold;
}
.reportBox .report_inner .reportMore a:before {
  content: "＞";
}
.reportBox .report_inner .reportMore a:hover {
  color: #e70a1a;
}
.reportBox .report_inner .thumbmnailBox {
  position: relative;
}
.reportBox .report_inner .thumbmnailBox ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reportBox .report_inner .thumbmnailBox ul li {
  padding: 0;
  margin: 0;
  line-height: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reportBox .report_inner .thumbmnailBox ul .imgLeft img {
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.2);
  transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
}
.reportBox .report_inner .thumbmnailBox ul .imgRight {
  margin-top: 30px;
}
.reportBox .report_inner .thumbmnailBox ul .imgRight img {
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.2);
  transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
}
.reportBox .report_inner .f_box {
  background: #ffe100;
  width: 680px;
}
.reportBox .report_inner .f_box .thumbmnailBox {
  z-index: 0;
}
.reportBox .report_inner .f_box .thumbmnailBox img {
  width: 270px;
  height: auto;
}
.reportBox .report_inner .f_box .thumbmnailBox ul {
  padding: 50px 0;
}
.reportBox .report_inner .o_box {
  background: #ffe100;
}
.reportBox .report_inner .o_box:not(:first-child) {
  margin-top: 24px;
}
.reportBox .report_inner .o_box .thumbmnailBox img {
  width: 100px;
  height: auto;
}
.reportBox .report_inner .o_box .thumbmnailBox ul {
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  .reportBox .report_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .reportBox {
    padding: 40px 0;
  }
  .reportBox .report_inner .rightbox {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .reportBox .report_inner {
    margin-bottom: 40px;
  }
  .reportBox .report_inner .number {
    padding: 14px 22px;
  }
  .reportBox .report_inner .number p {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reportBox .report_inner .number .date {
    margin: 0 0 0 10px;
  }
  .reportBox .report_inner .reportMore {
    font-size: 4vw;
    position: static;
  }
  .reportBox .report_inner .reportMore a {
    padding: 10px 0 6px 0;
    margin: 10px auto 0 auto;
    width: 60%;
  }
  .reportBox .report_inner .thumbmnailBox {
    position: static;
    padding: 20px;
  }
  .reportBox .report_inner .f_box {
    width: 100%;
  }
  .reportBox .report_inner .f_box .thumbmnailBox ul {
    padding: 0;
  }
}
/* ----------------------------------------------------
	movie
---------------------------------------------------- */
#movie h2 {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  line-height: 0;
  text-align: right;
  position: relative;
}
#movie h2 .ill {
  position: absolute;
  display: block;
  top: -60px;
  bottom: 0;
  right: 60px;
}

@media screen and (max-width: 1000px) {
  #movie h2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #movie h2 {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 736px) {
  #movie h2 {
    padding: 0 20px;
  }
  #movie h2 .title_img {
    width: auto;
    height: 50px;
  }
  #movie h2 .ill {
    top: -30px;
    left: 20%;
    right: auto;
  }
  #movie h2 .ill img {
    width: auto;
    height: 104px;
  }
}
@media screen and (max-width: 375px) {
  #movie h2 .ill {
    left: 14%;
  }
}
@media screen and (max-width: 320px) {
  #movie {
    padding-top: 60px;
  }
  #movie h2 .ill {
    top: -20px;
    left: 3%;
  }
  #movie h2 .ill img {
    height: 90px;
  }
}
.movieBox {
  padding: 80px 0;
  background: url(../images/common/bg.png);
}
.movieBox .inner {
  padding: 0;
  margin: 0 auto 40px auto;
  width: 1000px;
  text-align: center;
  position: relative;
}
.movieBox .inner .youtube {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieBox .inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieBox .inner .movietitle {
  margin-top: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.movieBox .inner .movietitle a {
  color: #333;
}
.movieBox .inner .movietitle a:hover {
  color: #e70a1a;
}

@media screen and (max-width: 800px) {
  .movieBox .inner {
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  .movieBox {
    padding: 40px 0;
  }
  .movieBox .inner {
    margin-bottom: 20px;
  }
  .movieBox .inner .youtube {
    margin-top: 10px;
  }
  .movieBox .moreBtn {
    margin-top: 40px;
  }
}
.youtubeBox {
  margin: 80px 0 50px 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 736px) {
  .youtubeBox {
    margin: 40px 0 20px 0;
  }
}
/* ----------------------------------------------------
	policy
---------------------------------------------------- */
.policyBox {
  padding: 50px;
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
.policyBox h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}
.policyBox h2:after {
  content: "";
  display: block;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.policyBox .read {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-feature-settings: "palt";
}
.policyBox ul {
  margin: 50px auto 0 auto;
  width: 1000px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.policyBox ul li {
  margin-bottom: 40px;
}
.policyBox ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

/* ----------------------------------------------------
	photo
---------------------------------------------------- */
#photo {
  margin-bottom: 80px;
}

.photoBox {
  text-align: center;
}

/* ----------------------------------------------------
	sns
---------------------------------------------------- */
.snsBox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.snsBox h3 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.snsBox .twitter {
  padding: 30px 10px 10px 10px;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  width: 477px;
  background: #1da1f2;
}
.snsBox .facebook {
  padding: 26px 10px 10px 10px;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  width: 477px;
  background: #3b579d;
}

.socialBox .icon {
  margin: 30px 0 30px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.socialBox .icon li {
  margin: 0 5px;
  line-height: 0;
}
.socialBox .btn {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.socialBox .btn li:first-child {
  margin: -5px 14px 0 0;
}
.socialBox .facebook img,
.socialBox .x img,
.socialBox .instagram img,
.socialBox .youtube img,
.socialBox .tiktok img,
.socialBox .line img {
  width: 57px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .snsBox .twitter,
  .snsBox .facebook {
    width: 48%;
  }
}
@media screen and (max-width: 736px) {
  .socialBox .btn li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .snsBox {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .snsBox .twitter {
    margin-bottom: 30px;
    width: 100%;
  }
  .snsBox .facebook {
    width: 100%;
  }
}
/* ----------------------------------------------------
	profile
---------------------------------------------------- */
#profile {
  padding: 60px 0;
  margin: 0;
  background: url(../images/sitetop/photo02.jpg) 24% bottom no-repeat #eee;
}
#profile h3 {
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
#profile h3 span {
  display: inline-block;
  margin-left: 16px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
#profile h3:before {
  content: "PROFILE";
  color: #fff;
  display: block;
}
#profile .profileBox {
  margin: 0 auto;
  width: 1000px;
}
#profile .profile {
  margin: 0 0 0 auto;
  width: 636px;
}
#profile .profile .linkbnr {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#profile .profile .linkbnr:after {
  content: "";
  display: block;
  width: 32%;
}
#profile .profile .linkbnr + .linkbnr {
  margin-top: 10px;
}
#profile .profile .linkbnr li {
  margin-bottom: 20px;
}
#profile .profile .linkbnr li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#profile .link_policy {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  #profile {
    background: #eee;
  }
  #profile .profileBox {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #profile .profile {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #profile {
    padding: 40px 0 50px 0;
  }
  #profile .profile .linkbnr {
    margin-top: 50px;
  }
  #profile .profile .linkbnr:after {
    content: none;
  }
  #profile .profile .linkbnr li {
    margin-bottom: 12px;
    width: 48%;
  }
  #profile .profile .linkbnr li img {
    width: 100%;
    height: auto;
  }
  #profile .link_policy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 320px) {
  #profile {
    padding-bottom: 40px;
  }
  #profile .profile .linkbnr {
    margin: 40px 0;
  }
  #profile .profile .linkbnr li {
    margin-bottom: 10px;
  }
}
/* ----------------------------------------------------
	btn
---------------------------------------------------- */
.moreBtn {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  font-weight: bold;
}
.moreBtn a {
  padding: 17px 0 14px 0;
  margin: 0 auto;
  width: 270px;
  display: block;
  background: #666;
  color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
.moreBtn a:hover {
  background: #fff;
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  .moreBtn a {
    padding: 20px 0 12px 0;
  }
}
/* ----------------------------------------------------
	news
---------------------------------------------------- */
.border {
  border-top: 1px solid #eee;
}

.newsBox {
  padding: 45px 0;
  margin: 0 auto;
  width: 1000px;
}
.newsBox .newsTab {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
.newsBox .newsTab .tab {
  padding: 6px 16px 4px 16px;
  margin: 0 6px 0 0;
  cursor: pointer;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.7777777778;
  color: #fff;
  background: #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.newsBox .newsTab .tab:last-child {
  margin-right: 0;
}
.newsBox .newsTab .tab.active {
  background: #ffe100;
  color: #333;
  font-weight: bold;
}
.newsBox .articleBox {
  padding: 0;
  margin: 10px 0 0 0;
}
.newsBox .articleBox .schedule {
  padding: 16px 20px;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.newsBox .articleBox .schedule:last-child {
  margin-bottom: 0;
}
.newsBox .articleBox .schedule a {
  color: #333;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
.newsBox .articleBox .schedule a:hover {
  color: #e70a1a;
}
.newsBox .articleBox .schedule dt {
  padding: 0;
  margin: 0;
  width: 16%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: bold;
}
.newsBox .articleBox .schedule dt span {
  display: inline-block;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.7777777778;
}
.newsBox .articleBox .schedule dd {
  padding: 0;
  margin: 0;
  width: 84%;
}
.newsBox .articleBox .schedule dd p {
  padding: 0;
  margin: 0;
}
.newsBox .articleBox .schedule dd p.title {
  font-weight: bold;
}
.newsBox .articleBox .news {
  padding: 16px 20px;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.newsBox .articleBox .news:last-child {
  margin-bottom: 0;
}
.newsBox .articleBox .news a {
  color: #333;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
.newsBox .articleBox .news a:hover {
  color: #e70a1a;
}
.newsBox .articleBox .news dt {
  padding: 0;
  margin: 0;
  width: 16%;
}
.newsBox .articleBox .news dd {
  padding: 0;
  margin: 0;
  width: 84%;
}

@media screen and (max-width: 1001px) {
  .newsBox {
    width: 90%;
  }
}
@media screen and (max-width: 737px) {
  .newsBox .articleBox .schedule,
  .newsBox .articleBox .news {
    padding: 16px 10px;
  }
  .newsBox .articleBox .schedule a,
  .newsBox .articleBox .news a {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsBox .articleBox .schedule dt,
  .newsBox .articleBox .news dt {
    width: 100%;
  }
  .newsBox .articleBox .schedule dd,
  .newsBox .articleBox .news dd {
    width: 100%;
  }
}
/* ----------------------------------------------------
parliamentary Question
---------------------------------------------------- */
.parliamentaryQuestion {
  padding-top: 100px;
}
.parliamentaryQuestionInner {
  margin-top: 20px;
}
.parliamentaryQuestion .pQItem {
  border-bottom: 2px solid #ffe100;
}
.parliamentaryQuestion .pQItem a {
  padding: 16px 0;
  color: #333;
  display: block;
}
.parliamentaryQuestion .pQItem a:hover {
  opacity: 0.6;
}
.parliamentaryQuestion .pQItem span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media (max-width: 750px) {
  .parliamentaryQuestion .pQItem span {
    font-size: 1.5rem;
  }
}
.parliamentaryQuestion .pQItem span.date {
  font-size: 90%;
  font-weight: normal;
}
.parliamentaryQuestion .moreBtn {
  margin-top: 30px;
}
.parliamentaryQuestion .moreBtn a:hover {
  background: #ffe100;
}

/* section
--------------------------- */
.sectionHead {
  box-sizing: border-box;
  line-height: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .sectionHead .title_img {
    width: auto;
    height: 50px;
  }
}
.sectionHead .ill {
  position: absolute;
  display: block;
  top: -60px;
  bottom: 0;
  left: 270px;
}
@media (max-width: 750px) {
  .sectionHead .ill {
    top: -30px;
  }
  .sectionHead .ill img {
    width: auto;
    height: 104px;
  }
}

/* swiper
--------------------------- */
.swiper-slide {
  width: 32% !important;
  text-align: left;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .swiper-slide {
    width: 100% !important;
  }
}
.swiper-slide .thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.swiper-slide .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.swiper-slide a {
  display: block;
  height: 100%;
  background: #fff;
}
.swiper-slide a .m_title {
  color: #333;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .swiper-slide a .m_title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.swiper-slide a:hover {
  opacity: 0.6;
}
.swiper-slide .info {
  padding: 20px;
  min-height: 110px;
}
.swiper-button-prev {
  top: 50% !important;
  left: -60px !important;
  width: 46px !important;
  height: 46px !important;
  background: #ffe100;
  border-radius: 100vw;
}
.swiper-button-prev:after {
  color: #fff;
  font-weight: bold;
  font-size: 20px !important;
}
@media (max-width: 750px) {
  .swiper-button-prev {
    display: none !important;
  }
}
.swiper-button-next {
  top: 50% !important;
  right: -60px !important;
  width: 46px !important;
  height: v !important;
  background: #ffe100;
  border-radius: 100vw;
}
.swiper-button-next:after {
  color: #fff;
  font-weight: bold;
  font-size: 20px !important;
}
@media (max-width: 750px) {
  .swiper-button-next {
    display: none !important;
  }
}
.swiper-scrollbar {
  display: none;
}
@media (max-width: 750px) {
  .swiper-scrollbar {
    bottom: -20px !important;
    display: block;
    background: rgba(255, 255, 255, 0.6) !important;
  }
}
.swiper-scrollbar-drag {
  background: #f4b115 !important;
}/*# sourceMappingURL=sitetop.css.map */