@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

/* For Android */
body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

sup {
  font-size: 62.5%;
  vertical-align: super;
}

sub {
  font-size: 62.5%;
  vertical-align: sub;
}

div {
  line-height: 0;
}

ul li,
ol li {
  list-style: none;
}

input,
select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1001px) {
  a:hover {
    opacity: 0.7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.gothic {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  .sub {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 common
==================================================================================*/
/*==================================================================================
 common
==================================================================================*/
.siteHeader .searchBtn {
  display: none !important;
}

.siteHeader .wrap,
.siteFooter,
.siteFooter .wrap {
  max-width: none;
}

.allWrap {
  position: relative;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
.allWrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #000;
  z-index: -1;
}
.allWrap.fontSizeLarge {
  font-size: 18px;
}
.allWrap.fontSizeLarge .siteHeader .headerNavi > ul > li {
  padding-bottom: 28px;
}
.allWrap.fontSizeLarge#top .newsListArea .date {
  left: 85px;
}
.allWrap.fontSizeLarge#top .newsListArea .text {
  padding-left: 180px;
}
.allWrap.fontSizeLarge#contact form .inputList li input[type="radio"] {
  margin-top: 2px;
}
.allWrap.fontSizeLarge#contact.en form .inputList li input[type="text"],
.allWrap.fontSizeLarge#contact.en form .inputList li input[type="tel"],
.allWrap.fontSizeLarge#contact.en form .inputList li input[type="email"],
.allWrap.fontSizeLarge#contact.en form .inputList li textarea {
  width: 510px;
}
.allWrap.fontSizeLarge#top section.news h3 {
  padding-bottom: 25px !important;
}

main {
  padding-bottom: 80px;
}

.alignRight {
  text-align: right;
}

#slider01 {
  position: relative;
  float: right;
  margin: auto;
  width: 860px;
}
@media (min-width: 1025px) {
  #slider01 {
    height: 460px !important;
  }
}
#slider01 .slideFrame {
  position: relative;
  height: 100%;
}
#slider01 .slides {
  height: 100%;
}
#slider01 .slides li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slider01 .slides li img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
#slider01 .slides li .caption {
  position: absolute;
  bottom: 5px;
  left: 10px;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 75%;
  color: #fff;
}
#slider01 .indicator {
  position: absolute;
  right: 30px;
  bottom: 20px;
  text-align: center;
  z-index: 6;
}
#slider01 .indicator li {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  width: 38px;
  height: 4px;
  background: #fff;
  transition: background 0.3s;
}
#slider01 .indicator li:not(:last-child) {
  margin-right: 8px;
}
#slider01 .indicator li.current {
  pointer-events: none;
  background: #ffe15a;
}
#slider01 .indicator li:hover {
  opacity: 1;
  background: #ffe15a;
}
@media (min-width: 1025px) {
  #slider01 .controller {
    display: none;
  }
}

.sectionTitle01 {
  padding-bottom: 80px;
  text-align: center;
  font-size: 212.5%;
  font-weight: normal;
}
.sectionTitle01 span {
  display: inline-block;
  padding: 0 8px 8px;
  border-bottom: 4px solid #4d4d4d;
  line-height: 1.4;
  max-width: 800px;
}
.sectionTitle01.borderColor02 span {
  border-bottom-color: #ffe15a;
}
.sectionTitle01.borderColor03 span {
  border-bottom-color: #ffa5a5;
}
.sectionTitle01.borderColor04 span {
  border-bottom-color: #7dcdff;
}
.sectionTitle01.borderColor05 span {
  border-color: #c8e14c;
}
.sectionTitle01.borderColor06 span {
  border-color: #ebd2aa;
}
.sectionTitle01.borderColor07 span {
  border-color: #d2b991;
}
.sectionTitle01.borderColor08 span {
  border-color: #2d287f !important;
}
.sectionTitle01.borderColor09 span {
  position: relative;
  padding-bottom: 12px;
  border: none !important;
}
.sectionTitle01.borderColor09 span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #c9e4f1, #c7c5df, #dec9de, #eccfde, #f4d2d7, #f5d1c7, #f6d6be, #f8f0cc, #f3f5d0, #dcebcd, #cbe4cc);
}

.sectionTitle02 {
  padding-bottom: 50px;
  line-height: 1.4;
  text-align: center;
  font-size: 187.5%;
  font-weight: normal;
}

.sectionTitle03 {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 187.5%;
  color: #d2b991;
}

.sectionTitle04 {
  padding-bottom: 60px;
  text-align: center;
  font-size: 187.5%;
  font-weight: normal;
}
.sectionTitle04 span {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.4;
}
.sectionTitle04 .ja.long {
  padding-bottom: 5px;
  border-bottom: 4px solid #4d4d4d;
  max-width: 650px;
}
.sectionTitle04 .en {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 60%;
  max-width: 650px;
}
.sectionTitle04 .en.long {
  padding-top: 6px;
  border-top: 4px solid #4d4d4d;
}
.sectionTitle04.borderColor02 span {
  border-color: #ffe15a !important;
}
.sectionTitle04.borderColor03 span {
  border-color: #ffa5a5 !important;
}
.sectionTitle04.borderColor04 span {
  border-color: #7dcdff !important;
}
.sectionTitle04.borderColor05 span {
  border-color: #c8e14c !important;
}
.sectionTitle04.borderColor06 span {
  border-color: #ebd2aa !important;
}
.sectionTitle04.borderColor07 span {
  border-color: #d2b991;
}
.sectionTitle04.borderColor08 span {
  border-color: #2d287f !important;
}

.sectionTitle05 {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 137.5%;
  color: #2d287f;
}
.sectionTitle05:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border: 1px dashed #9694bf;
}
.sectionTitle05 + .commonDefinition01 {
  padding-top: 30px;
}
.sectionTitle05 span {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
  background: #fff;
  z-index: 2;
}

.commonList01 li {
  float: left;
  position: relative;
  width: 30.90909%;
}
.commonList01 li:not(:nth-child(-n + 3)) {
  padding-top: 40px;
}
.commonList01 li:not(:nth-child(3n)) {
  padding-right: 3.63636%;
}
.commonList01 li:nth-child(3n + 1) {
  clear: both;
}
.commonList01 li.comingsoon {
  height: 230px;
  background: #ffe15a;
}
.commonList01 li.comingsoon:after {
  content: "只今準備中です";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transform: translateY(-30%);
}
.commonList01 li.comingsoon .image {
  height: 230px;
}
.commonList01 li a {
  display: block;
  color: #4d4d4d;
}
.commonList01 li .image {
  margin-bottom: 15px;
}
.commonList01 li dl {
  padding: 0 15px;
  font-size: 93.75%;
}
.commonList01 li dt,
.commonList01 li p {
  position: relative;
  padding-bottom: 5px;
  line-height: 1.7;
  font-weight: bold;
}
.commonList01 li dt:before,
.commonList01 li p:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffe15a;
  border-right: 2px solid #ffe15a;
  transform: rotate(45deg);
}
.commonList01 li dt .date,
.commonList01 li p .date {
  font-weight: normal;
}
.commonList01 li p {
  padding: 0 15px;
  font-size: 93.75%;
  overflow-x: hidden;
}
.commonList01 li p:before {
  left: -3px;
}
.commonList01 li p.explanatory {
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  overflow-x: visible;
}
.commonList01 li p.explanatory:before {
  display: none;
}
.commonList01 li p.explanatory .author {
  display: block;
  padding-top: 10px;
}
.commonList01 li dd {
  line-height: 1.7;
}
.commonList01.color02 li dt:before,
.commonList01.color02 li p:before {
  border-color: #c8e14c;
}
.commonList01.color03 li dt:before,
.commonList01.color03 li p:before {
  border-color: #d2b991;
}

.commonList02 li {
  float: left;
  position: relative;
  width: 245px;
  overflow: hidden;
}
.commonList02 li:not(:nth-child(-n + 4)) {
  margin-top: 40px;
}
.commonList02 li:not(:nth-child(4n)) {
  margin-right: 40px;
}
.commonList02 li:nth-child(4n + 1) {
  clear: both;
}
.commonList02 li.noImage {
  height: 245px;
  background: #ffa5a5;
}
.commonList02 li.noImage:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 87px;
  height: 120px;
  background: url("../img/common/icon-ssi.png") no-repeat;
  transition: transform 0.5s;
}
@media (min-width: 1025px) {
  .commonList02 li.noImage:hover:after {
    transform: scale(1.15);
  }
}
.commonList02 li a {
  display: block;
  position: relative;
  color: #fff;
  height: 245px;
  z-index: 3;
}
.commonList02 li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-indent: 0 !important;
  text-align: center;
  font-size: 87.5%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.commonList02 li .text.small {
  height: 60px;
}
.commonList02 li .text span {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 3%;
  width: 100%;
  line-height: 1.7;
  transform: translateY(-50%);
}
.commonList02.color02 li.noImage {
  background: #7dcdff;
}
.commonList02.color03 li.noImage {
  background: #2d287f;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .commonList02 {
    margin: 0 auto;
    max-width: 720px;
  }
  .commonList02 li {
    width: 230px;
  }
  .commonList02 li:not(:nth-child(-n + 4)) {
    margin-top: 0;
  }
  .commonList02 li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .commonList02 li:not(:nth-child(-n + 3)) {
    margin-top: 20px;
  }
  .commonList02 li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .commonList02 li:nth-child(4n + 1) {
    clear: none;
  }
  .commonList02 li:nth-child(3n + 1) {
    clear: both;
  }
  .commonList02 li.noImage {
    height: 230px;
  }
  .commonList02 li a {
    height: 230px;
  }
}

.commonAct01 .image {
  overflow: hidden;
}
.commonAct01 .image img {
  transition: transform 0.5s;
}
.commonAct01:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .commonAct01:hover .image img {
    transform: scale(1.15);
  }
}

.commonAct02 .image {
  overflow: hidden;
}
.commonAct02 .image img {
  transition: transform 0.5s;
}
.commonAct02 .text {
  transition: opacity 0.5s;
}
.commonAct02:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .commonAct02:hover .image img {
    transform: scale(1.15);
  }
  .commonAct02:hover .text {
    opacity: 0;
  }
}

.commonPageNavi {
  position: relative;
  margin: 0 auto;
  padding-top: 150px !important;
  width: 380px;
  text-align: center;
}
.commonPageNavi li {
  float: left;
  font-size: 106.25%;
}
.commonPageNavi li.next {
  float: right;
}
.commonPageNavi li.list {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.commonPageNavi li a {
  display: block;
  position: relative;
  padding: 15px 30px 20px;
  color: #4d4d4d;
}
.commonPageNavi li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a6a6a6;
}
.commonPageNavi li a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #6f6f6f;
  border-right: 2px solid #6f6f6f;
}
.commonPageNavi li.prev a:after {
  display: block;
  left: 0;
  transform: rotate(-135deg);
}
.commonPageNavi li.next a:after {
  display: block;
  right: 0;
  transform: rotate(45deg);
}

.commonPager01 {
  padding-top: 100px;
  text-align: center;
  font-size: 17px;
}
.commonPager01 a,
.commonPager01 .current {
  display: inline-block;
  position: relative;
  height: 50px;
  border: none !important;
  line-height: 50px;
  color: #000;
}
.commonPager01 a:after,
.commonPager01 .current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}
.commonPager01 .previouspostslink,
.commonPager01 .nextpostslink {
  position: relative;
  width: 90px;
  text-align: center;
}
.commonPager01 .previouspostslink:before,
.commonPager01 .nextpostslink:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.commonPager01 .previouspostslink {
  margin-right: 5px;
}
.commonPager01 .previouspostslink:before {
  left: 0;
  transform: rotate(135deg);
}
.commonPager01 .nextpostslink {
  margin-left: 5px;
}
.commonPager01 .nextpostslink:before {
  right: 0;
  transform: rotate(-45deg);
}
.commonPager01 .page,
.commonPager01 .current {
  margin: 0 5px;
  width: 30px;
}
.commonPager01 .current:after {
  border-bottom: 1px dashed #000;
}

.gsc-results-wrapper-overlay div {
  line-height: 1.5;
}
.gsc-results-wrapper-overlay .gcsc-branding {
  line-height: 1;
}
.gsc-results-wrapper-overlay .gsc-selected-option {
  line-height: 2.5;
}

.newsListArea li {
  position: relative;
}
.newsListArea li:not(:last-child) {
  padding-bottom: 15px;
}
.newsListArea li span {
  display: inline-block;
  line-height: 1.4;
}
.newsListArea li .tag,
.newsListArea li .date {
  position: absolute;
  top: 0;
}
.newsListArea li .tag {
  box-sizing: border-box;
  left: 0;
  padding: 3px 2px 2px;
  width: 70px;
  text-align: center;
  font-size: 68.75%;
  background: #c8e14c;
}
.newsListArea li .tag.topics {
  background: #ffe15a;
}
.newsListArea li .tag.human {
  background: #d7d7d7;
}
.newsListArea li .tag.media {
  background: #7dcdff;
}
.newsListArea li .tag.prize {
  background: #ebd2aa;
}
.newsListArea li .date {
  left: 80px;
  line-height: 1.5;
  font-size: 87.5%;
}
.newsListArea li .text {
  margin-top: -3px;
  padding-left: 170px;
  line-height: 1.7;
}

.movieEmbed {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25% !important;
}
.movieEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fbEmbed {
  position: relative;
  margin: 0 auto;
  width: 500px;
}
.fbEmbed iframe {
  width: 100%;
}
.fbEmbed iframe div {
  width: 100%;
}

.commonDefinition01 dt {
  position: relative;
  padding: 0 0 20px 1.1em;
  line-height: 1.4;
  font-size: 112.5% !important;
  color: #2d287f;
}
.commonDefinition01 dt:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
}
.commonDefinition01 + .commonDefinition01 {
  padding-top: 40px !important;
}

article p + .commonDefinition01 {
  padding-top: 40px !important;
}

@media (max-width: 1170px) {
  .allWrap:not(.en) main {
    padding: 100px 0 60px;
  }
}

@media (max-width: 1024px) {
  .allWrap:not(.en) {
    font-size: 14px;
  }
  .allWrap:not(.en):after {
    height: 110px;
  }
  .allWrap:not(.en) #slider01 {
    float: none;
    clear: both;
    width: 100%;
  }
  .allWrap:not(.en) #slider01 .slides li {
    background-size: cover !important;
    background: none !important;
  }
  .allWrap:not(.en) #slider01 .slides li a {
    display: block;
    height: 100%;
  }
  .allWrap:not(.en) #slider01 .slides li .caption {
    font-size: 68.75%;
  }
  .allWrap:not(.en) #slider01 .indicator {
    display: none;
  }
  .allWrap:not(.en) #slider01 .controller li {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    transition: background 0.3s;
  }
  .allWrap:not(.en) #slider01 .controller li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-top: -8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .allWrap:not(.en) #slider01 .controller .prev {
    left: 0;
  }
  .allWrap:not(.en) #slider01 .controller .prev:after {
    margin-left: -3px;
    transform: rotate(135deg);
  }
  .allWrap:not(.en) #slider01 .controller .next {
    right: 0;
  }
  .allWrap:not(.en) #slider01 .controller .next:after {
    margin-left: -9px;
    transform: rotate(-45deg);
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  position: relative;
  z-index: 10;
}
.siteHeader .headerLogo {
  padding: 10px 0 40px;
  max-width: none;
  line-height: 0;
}
.siteHeader .headerLogo a {
  display: inline-block;
  overflow: hidden;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
@media (min-width: 1171px) {
  .siteHeader .spMenuArea {
    display: block !important;
  }
}
.siteHeader .spMenuArea > .wrap {
  position: relative;
}
.siteHeader .handaiLogo {
  position: absolute;
  top: -85px;
  right: 0;
  z-index: 2;
}
.siteHeader .handaiLogo a:hover {
  opacity: 1;
}
.siteHeader .fontSizeChange {
  cursor: pointer;
  position: absolute;
  top: -70px;
  right: 240px;
  line-height: 1;
  font-size: 87.5%;
}
@media (min-width: 1025px) {
  .siteHeader .fontSizeChange:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1171px) {
  .siteHeader .menuBtn {
    display: none;
  }
}
.siteHeader .languageBtns {
  position: absolute;
  top: -75px;
  right: 160px;
}
.siteHeader .languageBtns li {
  float: left;
  width: 30px;
  font-size: 81.25%;
  text-align: center;
}
.siteHeader .languageBtns li.current a {
  pointer-events: none;
  background: #ffe15a;
}
.siteHeader .languageBtns li a {
  display: block;
  padding: 5px 0 4px;
  color: #1a1a1a;
  background: #d9d9d9;
}
.siteHeader .headerNavi {
  position: relative;
  margin: auto;
  width: 94%;
  max-width: 1120px;
  border-bottom: 1px solid #4d4d4d;
  text-align: center;
  font-size: 100%;
}
.siteHeader .headerNavi > ul {
  width: auto;
}
.siteHeader .headerNavi > ul > li {
  display: inline-block;
  padding-bottom: 30px;
}
.siteHeader .headerNavi > ul > li.current > a {
  color: #d2b991;
}
.siteHeader .headerNavi > ul > li.current .dropDown {
  box-sizing: border-box;
  display: block !important;
  left: 50%;
  padding: 0 10px;
  width: 1120px;
  border-bottom: 1px dashed #4d4d4d;
  background: none;
  transform: translateX(-50%);
  opacity: 1 !important;
  z-index: 0;
}
@media (max-width: 1180px) {
  .siteHeader .headerNavi > ul > li.current .dropDown {
    width: 100%;
  }
}
.siteHeader .headerNavi > ul > li.disable a {
  pointer-events: none;
  opacity: 0.3;
}
.siteHeader .headerNavi > ul > li.disable .dropDown {
  display: none !important;
}
.siteHeader .headerNavi > ul > li:not(:first-child) > a {
  padding-left: 15px;
}
.siteHeader .headerNavi > ul > li:not(:last-child) > a {
  padding-right: 15px;
}
.siteHeader .headerNavi > ul > li a {
  color: #1a1a1a;
}
.siteHeader .headerNavi > ul > li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .siteHeader .headerNavi > ul > li a:hover {
    color: #d2b991;
  }
}
.siteHeader .headerNavi > ul > li.activity .dropDown ul {
  padding-left: 160px;
}
.siteHeader .headerNavi > ul > li .dropDown {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  padding: 0 10px;
  height: 90px;
  width: 100%;
  text-align: left;
  background: #f5f5f5;
  z-index: 10;
}
.siteHeader .headerNavi > ul > li .dropDown > .wrap {
  position: relative;
  height: 100%;
  width: auto;
}
.siteHeader .headerNavi > ul > li .dropDown p {
  position: absolute;
  top: 50%;
  font-size: 137.5%;
  transform: translateY(-50%);
}
.siteHeader .headerNavi > ul > li .dropDown ul {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 130px;
  width: 100%;
  transform: translateY(-50%);
}
.siteHeader .headerNavi > ul > li .dropDown ul li {
  float: left;
  line-height: 1.7;
}
.siteHeader .headerNavi > ul > li .dropDown ul li:not(:last-child) {
  padding-right: 30px;
}
.siteHeader .headerNavi > ul > li .dropDown ul li.current a {
  color: #d2b991;
}
.siteHeader .headerNavi > ul > li .dropDown ul li a {
  display: block;
  position: relative;
  padding-left: 12px;
}
.siteHeader .headerNavi > ul > li .dropDown ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #d2b991;
}
.siteHeader .searchBtn {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  padding: 34px 0 0 20px;
  width: 80px;
  height: 80px;
  line-height: 1;
  text-align: center;
  font-size: 93.75%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .siteHeader .searchBtn:hover {
    opacity: 0.7;
  }
}
.siteHeader .searchBtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 42px;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon-search.png") no-repeat;
}
.siteHeader .searchBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  right: -120px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #e1e1e1;
  z-index: -1;
}
.siteHeader .closeBtn {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 90px;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .siteHeader .closeBtn:hover {
    opacity: 0.7;
  }
}
.siteHeader .closeBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  right: -120px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(215, 215, 215, 0.8);
  z-index: -1;
}
.siteHeader .closeBtn img {
  position: absolute;
  top: 20px;
  left: 40px;
}
.siteHeader .searchArea {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 0 24px;
  width: 100%;
  background: rgba(215, 215, 215, 0.8);
  z-index: 100;
}
.siteHeader .searchArea .inner {
  max-width: 610px;
}
.siteHeader .searchArea .gsc-input-box #gsc-i-id1 {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0.5em !important;
  width: 100% !important;
  height: 40px !important;
  border: 1px solid #a6a6a6 !important;
  font-size: 93.75%;
  color: #666666;
  background-position-x: 0.5em !important;
}
.siteHeader .searchArea .gsc-input-box .gsib_a {
  padding: 0;
}
.siteHeader .searchArea .gsc-input-box .gsib_b {
  display: none;
}
.siteHeader .searchArea .gsc-search-button {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 40px;
  border: none;
  border-radius: 0;
  background: url("../img/common/btn-search.jpg") no-repeat;
}
.siteHeader .searchArea form.gsc-search-box,
.siteHeader .searchArea table.gsc-search-box {
  margin: 0;
}
.siteHeader .searchArea .gsc-search-button-v2 svg {
  display: none;
}
.siteHeader .searchArea .gsc-control-cse {
  background: none;
}
.siteHeader .searchArea .cse .gsc-control-cse,
.siteHeader .searchArea .gsc-control-cse {
  padding: 0;
  border: none;
  background: none;
}
@media (max-width: 1240px) {
  .siteHeader .handaiLogo {
    right: 50px;
  }
  .siteHeader .languageBtns {
    right: 210px;
  }
  .siteHeader .fontSizeChange {
    right: 290px;
  }
}
@media (max-width: 1170px) {
  .siteHeader.ja {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #323232;
    background: rgba(255, 255, 255, 0.95);
  }
  .siteHeader.ja .headerLogo {
    padding: 6px 0 13px;
  }
  .siteHeader.ja .headerLogo img {
    width: 280px;
  }
  .siteHeader.ja .menuBtn {
    position: absolute;
    top: 19px;
    right: 3%;
    width: 24px;
    height: 20px;
    background: #fff;
    z-index: 101;
  }
  .siteHeader.ja .menuBtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #323232;
  }
  .siteHeader.ja .menuBtn span:first-of-type {
    top: 0;
  }
  .siteHeader.ja .menuBtn span:nth-of-type(2) {
    top: 9px;
  }
  .siteHeader.ja .menuBtn span:last-of-type {
    top: 19px;
  }
  .siteHeader.ja .menuBtn.open span:first-of-type {
    top: 9px;
    transform: rotate(45deg);
  }
  .siteHeader.ja .menuBtn.open span:nth-of-type(2) {
    display: none;
  }
  .siteHeader.ja .menuBtn.open span:last-of-type {
    top: 9px;
    transform: rotate(-45deg);
  }
  .siteHeader.ja .spMenuArea {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 60px 3% 30px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 100;
    overflow: auto;
  }
  .siteHeader.ja .spMenuArea .wrap {
    position: static;
    width: auto;
  }
  .siteHeader.ja .handaiLogo,
  .siteHeader.ja .searchBtn,
  .siteHeader.ja .searchArea {
    display: none;
  }
  .siteHeader.ja .fontSizeChange {
    top: 25px;
    right: 180px;
    font-size: 81.25%;
  }
  .siteHeader.ja .languageBtns {
    top: 19px;
    right: 100px;
  }
  .siteHeader.ja .headerNavi {
    border-bottom: none;
    font-size: 11px;
  }
  .siteHeader.ja .headerNavi > ul > li {
    display: block;
    float: left;
    width: 48%;
    clear: both;
    padding: 15px 0 0;
    text-align: left;
  }
  .siteHeader.ja .headerNavi > ul > li.current .dropDown {
    width: auto;
    border-bottom: none;
    transform: none;
  }
  .siteHeader.ja .headerNavi > ul > li.clearfix {
    float: none;
    clear: both;
    width: auto;
  }
  .siteHeader.ja .headerNavi > ul > li.clearfix > a {
    float: left;
    width: 52%;
  }
  .siteHeader.ja .headerNavi > ul > li.topics {
    float: right;
    clear: none;
  }
  .siteHeader.ja .headerNavi > ul > li:not(:first-child) > a {
    padding-left: 0;
  }
  .siteHeader.ja .headerNavi > ul > li:not(:last-child) > a {
    padding-right: 0;
    border-right: none;
  }
  .siteHeader.ja .headerNavi > ul > li > a {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .siteHeader.ja .headerNavi > ul > li a {
    display: block;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1;
    border-bottom: 1px dashed #000;
  }
  .siteHeader.ja .headerNavi > ul > li .dropDown {
    display: block !important;
    position: static;
    float: right;
    padding: 0 !important;
    width: 48% !important;
    height: auto;
    background: none;
    opacity: 1 !important;
    z-index: 10 !important;
  }
  .siteHeader.ja .headerNavi > ul > li .dropDown p {
    display: none;
  }
  .siteHeader.ja .headerNavi > ul > li .dropDown ul {
    position: static;
    float: none;
    clear: both;
    padding-left: 0 !important;
    width: auto;
    transform: none;
  }
  .siteHeader.ja .headerNavi > ul > li .dropDown ul li {
    float: none;
    clear: both;
    line-height: 1.7;
  }
  .siteHeader.ja .headerNavi > ul > li .dropDown ul li:not(:last-child) {
    padding: 0 0 10px;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding-bottom: 15px;
}
.siteFooter .shareBtns {
  padding-bottom: 150px;
  text-align: center;
}
.siteFooter .shareBtns li {
  display: inline-block;
  line-height: 0;
}
.siteFooter .shareBtns li:not(:last-child) {
  padding-right: 10px;
}
.siteFooter .shareBtns li.facebook iframe {
  width: 78px;
}
.siteFooter .pageTop {
  position: relative;
  margin-bottom: 80px;
  line-height: 1;
  text-align: right;
  font-size: 87.5%;
}
.siteFooter .pageTop span {
  background: #fff;
}
.siteFooter .pageTop a {
  display: inline-block;
  position: relative;
  padding: 6px 40px 6px 15px;
  color: #4d4d4d;
  background: #fff;
}
.siteFooter .pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: url("../img/common/icon-pagetop.png") no-repeat;
}
.siteFooter address {
  display: none;
  padding-bottom: 40px;
  font-style: normal;
}
.siteFooter address .name {
  padding-bottom: 8px;
  line-height: 1;
  font-size: 100%;
  font-weight: bold;
}
.siteFooter address .address {
  line-height: 1.7;
  font-size: 87.5%;
}
.siteFooter .logos {
  float: left;
  padding-bottom: 20px;
}
.siteFooter .logos li {
  float: left;
}
.siteFooter .logos li:not(:last-child) {
  padding-right: 30px;
}
.siteFooter .logos li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .siteFooter .handaiLogo {
    display: none;
  }
}
.siteFooter .copyright {
  clear: both;
  text-align: right;
  line-height: 1;
  font-size: 75%;
  color: #fff;
}
@media (max-width: 1024px) {
  .siteFooter.ja .shareBtns {
    padding: 0 0 20px 5px;
  }
  .siteFooter.ja .pageTop {
    margin-bottom: 40px;
    text-align: center;
    font-size: 81.25%;
  }
  .siteFooter.ja .pageTop a {
    padding-left: 0;
  }
  .siteFooter.ja address {
    padding-bottom: 20px;
  }
  .siteFooter.ja address .name {
    padding-bottom: 5px;
  }
  .siteFooter.ja address .address {
    font-size: 81.25%;
  }
  .siteFooter.ja .logos {
    float: none;
    clear: both;
    padding-bottom: 10px;
  }
  .siteFooter.ja .logos li {
    float: none;
    clear: both;
    max-width: 280px;
  }
  .siteFooter.ja .logos li:not(:last-child) {
    padding: 0 0 15px;
  }
  .siteFooter.ja .handaiLogo {
    float: right;
    width: 90px;
  }
  .siteFooter.ja .copyright {
    float: left;
    clear: none;
    padding-top: 14px;
    text-align: left;
    font-size: 10px;
  }
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter,
  .commonWindowBtns {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top .siteHeader {
  padding-top: 30px;
}
#top .siteHeader .headerLogo,
#top .siteHeader .headerNavi {
  box-sizing: border-box;
}
#top .siteHeader .headerLogo {
  position: relative;
  padding-left: 175px;
}
#top .siteHeader .headerLogo:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 146px;
  height: 150px;
  background: url("../img/common/logo-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
#top .siteHeader .headerLogo img {
  margin: -25px 0 0 -60px;
}
#top .siteHeader .headerNavi {
  border: none;
}
#top .siteHeader .headerNavi > ul {
  box-sizing: border-box;
  position: relative;
}
#top .siteHeader .headerNavi > ul > li .dropDown {
  box-sizing: border-box;
  top: 45px;
  background: rgba(255, 255, 255, 0.9);
}
#top .siteHeader .headerNavi > ul > li .dropDown .wrap {
  width: auto;
}
@media (max-width: 1140px) and (min-width: 1025px) {
  #top .siteHeader .headerNavi > ul > li:not(:first-child) > a {
    padding-left: 16px;
  }
}
@media (max-width: 1140px) and (min-width: 1025px) {
  #top .siteHeader .headerNavi > ul > li:not(:last-child) > a {
    padding-right: 16px;
  }
}
#top .mainVisual {
  position: relative;
  margin-top: -150px;
  padding: 160px 0 100px;
}
#top .mainVisual h2,
#top .mainVisual .lead,
#top .mainVisual .logo {
  position: absolute;
  left: 0;
  z-index: 2;
}
#top .mainVisual .logo {
  top: 0;
}
@media (min-width: 1025px) {
  #top .mainVisual .logo {
    display: none;
  }
}
#top .mainVisual h2 {
  top: 230px;
}
#top .mainVisual .lead {
  display: none !important;
  /*      top: 210px;
        left: 400px;*/
  top: 520px;
  line-height: 2;
  font-size: 93.75%;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
#top .linksArea {
  padding-bottom: 100px;
}
#top .linksArea > ul {
  position: relative;
  padding: 15px 0;
  background: #e5e5e5;
}
#top .linksArea > ul:last-child {
  background: linear-gradient(90deg, #c9e4f1, #c7c5df, #dec9de, #eccfde, #f4d2d7, #f5d1c7, #f6d6be, #f8f0cc, #f3f5d0, #dcebcd, #cbe4cc);
}
#top .linksArea > ul > li {
  box-sizing: border-box;
  position: relative;
  padding-left: 190px;
}
#top .linksArea > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: calc(100% - 150px);
  left: -300%;
  background: rgba(255, 255, 255, 0.5);
}
#top .linksArea > ul > li .listTitle {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  transform: translateY(-50%);
  z-index: 2;
}
#top .linksArea > ul > li .listTitle:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: 1px;
  margin-right: 0.5em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #4d4d4d;
  background: #fff;
}
#top .linksArea > ul > li li {
  float: left;
}
@media (min-width: 768px) {
  #top .linksArea > ul > li li {
    width: 14%;
  }
  #top .linksArea > ul > li li:nth-child(6n + 1) {
    clear: both;
  }
  #top .linksArea > ul > li li:not(:nth-child(6n)) {
    padding-right: 3.2%;
  }
}
#top .sections:not(:last-of-type) {
  padding-bottom: 150px;
}
#top .sections > header {
  position: relative;
}
#top .sections > header .viewAll {
  position: absolute;
  top: 14px;
  right: 0;
  text-align: center;
  line-height: 1;
  font-size: 81.25%;
}
#top .sections > header .viewAll a {
  position: relative;
  display: block;
  padding: 8px 20px 7px 13px;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}
#top .sections > header .viewAll a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  transform: rotate(45deg) translateY(-50%);
}
#top section.news {
  float: left;
  padding-bottom: 150px;
  width: 47.27273%;
}
#top section.news h3 {
  padding-bottom: 30px !important;
  text-align: left;
}
#top section.news .newsListArea {
  overflow-y: auto;
  height: 452px;
}
#top section.news .newsListArea::-webkit-scrollbar {
  width: 12px;
}
#top section.news .newsListArea::-webkit-scrollbar-track {
  background: #e2e2e2;
}
#top section.news .newsListArea::-webkit-scrollbar-thumb {
  background: #808080;
}
#top section.news .newsListArea > ul {
  padding-right: 10px;
}
#top .bnrArea {
  float: right;
  padding-top: 1%;
  width: 47.27273%;
}
#top .bnrArea .bnr01 {
  padding-bottom: 3%;
}
#top .bnrArea .bnr02 {
  float: left;
  width: 48.07712%;
}
#top .bnrArea .bnrs {
  float: right;
  width: 48.07712%;
}
#top .bnrArea .bnrs li {
  line-height: 0;
}
#top .bnrArea .bnrs li:not(:last-child) {
  padding-bottom: 7%;
}
#top .bnrArea .facebook {
  float: right;
  width: 250px;
}
@media (max-width: 1100px) {
  #top:not(.en) .siteHeader .headerLogo:before {
    width: 120px;
    height: 128px;
  }
  #top:not(.en) .siteHeader .headerLogo img {
    margin: -13px 0 0 -48px;
    width: 380px;
  }
}
@media (max-width: 1170px) {
  #top:not(.en) .siteHeader {
    padding: 0;
    background: none;
    border: none;
  }
  #top:not(.en) .siteHeader .headerLogo {
    display: none;
  }
  #top:not(.en) .siteHeader .menuBtn {
    background: none;
  }
  #top:not(.en) .siteHeader .headerNavi > ul {
    padding-left: 0;
  }
  #top:not(.en) .siteHeader .headerNavi > ul > li .dropDown {
    margin-left: 0;
    padding-left: 0;
    width: auto;
    background: none;
  }
}

@media (max-width: 1024px) {
  #top:not(.en) main {
    padding-top: 0;
  }
  #top:not(.en) .mainVisual {
    margin-top: 0;
    padding: 0 0 350px;
    width: auto;
    text-align: center;
  }
  #top:not(.en) .mainVisual .pc {
    display: none !important;
  }
  #top:not(.en) .mainVisual .sp {
    display: block !important;
  }
  #top:not(.en) .mainVisual h2 {
    width: 100%;
    top: auto;
    bottom: 50px;
  }
  #top:not(.en) .mainVisual h2 img {
    margin: 0 auto;
    width: 150px;
  }
  #top:not(.en) .mainVisual .lead {
    display: none;
  }
  #top:not(.en) .mainVisual .logo {
    width: 100%;
    top: auto;
    bottom: 180px;
  }
  #top:not(.en) .mainVisual .logo img {
    margin: 0 auto;
    width: 300px;
  }
  #top:not(.en) .mainVisual .lead {
    top: 520px;
    line-height: 2;
    font-size: 93.75%;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  }
  #top:not(.en) section.news {
    float: none;
    clear: both;
    padding-bottom: 50px;
    width: auto;
  }
  #top:not(.en) section.news h3 {
    padding-bottom: 30px !important;
    text-align: left;
  }
  #top:not(.en) section.news .newsListArea {
    overflow-y: auto;
    height: 325px;
  }
  #top:not(.en) section.news .newsListArea::-webkit-scrollbar {
    height: 10px;
  }
  #top:not(.en) section.news .newsListArea::-webkit-scrollbar-track {
    background: #e2e2e2;
  }
  #top:not(.en) section.news .newsListArea::-webkit-scrollbar-thumb {
    background: #808080;
  }
  #top:not(.en) .bnrArea {
    float: none;
    clear: both;
    margin: 0 auto;
    padding-bottom: 60px;
    width: auto;
    max-width: 520px;
  }
  #top:not(.en) .bnrArea .bnr01 {
    padding-bottom: 5%;
  }
  #top:not(.en) .bnrArea .bnr02 {
    float: left;
    width: 48.07712%;
  }
  #top:not(.en) .bnrArea .bnrs {
    float: right;
    width: 48.07712%;
  }
  #top:not(.en) .bnrArea .bnrs li {
    line-height: 0;
  }
  #top:not(.en) .bnrArea .bnrs li:not(:last-child) {
    padding-bottom: 7%;
  }
  #top:not(.en) .bnrArea .facebook {
    float: right;
    width: 250px;
  }
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main > .pageAnnotation {
  padding-top: 100px;
  text-indent: 1em;
  line-height: 2;
  font-size: 100%;
}
.lower .siteHeader {
  padding-bottom: 170px;
}
.lower .pageTitle {
  padding-bottom: 100px;
  line-height: 1;
  font-size: 187.5%;
  font-weight: normal;
}
.lower .pageTitle a {
  line-height: 1;
  color: #4d4d4d;
}
.lower .pageTitle a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .lower .pageTitle a:hover {
    color: #d2b991;
  }
}
.lower .commonList02 li .text {
  font-size: 87.5%;
}
.lower .sections:not(:last-of-type) {
  padding-bottom: 70px;
}
.lower .sections > header .lead {
  text-align: center;
  line-height: 2;
  font-size: 100%;
}
.lower .sections > header .lead + .lead {
  padding-top: 15px;
}
.lower .sections .textArea p {
  text-indent: 1em;
  line-height: 2;
  font-size: 100%;
}
.lower .sections .textArea p:not(:last-of-type) {
  padding-bottom: 30px;
}
.lower .sections .text {
  text-indent: 1em;
  line-height: 2;
  font-size: 100%;
}
.lower .sections .text + .text {
  padding-top: 15px;
}
.lower .sections > .image {
  padding: 60px 0;
  text-align: center;
}
.lower .sections > .image:last-child {
  padding-bottom: 0;
}
.lower .sections > .image .text {
  display: block;
  margin: 0 auto;
  padding: 5px 0 0;
  line-height: 2;
  text-indent: 0;
  text-align: left;
  font-size: 93.75%;
}
.lower .sections > .attention {
  text-align: center;
  font-size: 100%;
  color: #ff0000;
}
.lower .sections > .attention span {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ff0000;
  line-height: 2;
}
.lower .sections > .attention.pattern02 {
  padding-bottom: 200px;
  color: #4d4d4d;
}
.lower .sections .contactBtn {
  margin: 0 auto;
  padding-top: 80px;
  width: 450px;
  line-height: 1;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}
.lower .sections .contactBtn a {
  display: block;
  position: relative;
  color: #fff;
  padding: 25px 0 25px 45px;
  background: #ffe15a;
}
.lower .sections .contactBtn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 78px;
  width: 31px;
  height: 20px;
  background: url("../img/common/icon-mail01.png") no-repeat;
  transform: translateY(-50%);
}
.lower .sections .contactBtn a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 10px solid #808080;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #808080;
}
.lower .sections .contactBtn.color02 a {
  background: #ffa5a5;
}
.lower .sections .contactBtn.color02 a:before {
  background-image: url("../img/common/icon-mail02.png");
}
.lower .sections .contactBtn.color03 a {
  background: #7dcdff;
}
.lower .sections .contactBtn.color03 a:before {
  background-image: url("../img/common/icon-mail03.png");
}
.lower .sections .contactBtn.color04 a {
  background: #c8e14c;
}
.lower .sections .contactBtn.color04 a:before {
  background-image: url("../img/common/icon-mail04.png");
}
.lower .sections .contactBtn.color05 a {
  background: #ebd2aa;
}
.lower .sections .contactBtn.color05 a:before {
  background-image: url("../img/common/icon-mail05.png");
}
.lower .sections .contactBtn.color06 a {
  background: #d2b991;
}
.lower .sections .contactBtn.color06 a:before {
  background-image: url("../img/common/icon-mail06.png");
}
.lower .sections .contactBtn.color07 a {
  background: #2d287f;
}
.lower .sections .contactBtn.color07 a:before {
  background-image: url("../img/common/icon-mail07.png");
}
.lower .sections .contactBtn.color08 a {
  color: #595757;
  background: linear-gradient(90deg, #c9e4f1, #c7c5df, #dec9de, #eccfde, #f4d2d7, #f5d1c7, #f6d6be, #f8f0cc, #f3f5d0, #dcebcd, #cbe4cc);
}
.lower .sections .contactBtn.color08 a:before {
  background-image: url("../img/common/icon-mail08.png");
}
.lower aside.commonSideColumn01 {
  position: absolute;
  top: 16px;
  right: 0;
  width: 250px;
}
.lower aside.commonSideColumn01 .sdgs {
  padding-bottom: 50px;
}
.lower aside.commonSideColumn01 .sdgs .sdgsTitle {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffa5a5;
  line-height: 1;
  font-size: 137.5%;
  font-weight: bold;
  color: #ffa5a5;
}
.lower aside.commonSideColumn01 .sdgs .sdgsIcons li {
  float: left;
  width: 23.5%;
  line-height: 0;
}
.lower aside.commonSideColumn01 .sdgs .sdgsIcons li:not(:nth-child(4n)) {
  padding-right: 2%;
}
.lower aside.commonSideColumn01 .sdgs .sdgsIcons li:nth-child(n + 5) {
  padding-top: 5px;
}
.lower aside.commonSideColumn01 .timeline {
  padding-bottom: 50px;
}
.lower aside.commonSideColumn01 .state dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffa5a5;
  line-height: 1;
  font-size: 137.5%;
  font-weight: bold;
  color: #ffa5a5;
}
.lower aside.commonSideColumn01 .state dd {
  line-height: 2;
  font-size: 93.75%;
}
.lower aside.commonSideColumn01 .state dd + dd {
  padding-top: 15px;
}
.lower aside.commonSideColumn01 .state dd .date {
  display: block;
  line-height: 2;
}
.lower aside.commonSideColumn01 .state dd a {
  display: block;
}
.lower aside.commonSideColumn01 .state dd a.pdf {
  color: #d2b991;
  text-decoration: none;
}
.lower aside.commonSideColumn01 .state dd a.pdf:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .lower aside.commonSideColumn01 .state dd a.pdf:hover {
    text-decoration: underline;
  }
}

/*==================================================================================
 detail common
==================================================================================*/
.allWrap.detail section.contents {
  box-sizing: border-box;
  position: relative;
  max-width: 1100px;
}
.allWrap.detail section.contents > header {
  text-align: center;
}
.allWrap.detail section.contents > header h1 {
  padding-top: 0;
}
.allWrap.detail section.contents > header .representative {
  display: inline-block;
  line-height: 1.4;
  font-size: 100%;
  text-align: left;
}
.allWrap.detail section.contents > header .representative span {
  display: inline-block;
  padding-right: 0.5em;
  line-height: 1.4;
  font-weight: bold;
}
.allWrap.detail section.contents > header .representative span.color01 {
  color: #ffa5a5;
}
.allWrap.detail section.contents > header .representative span.color02 {
  color: #7dcdff;
}
.allWrap.detail section.contents > header .representative a {
  color: #333;
  text-decoration: underline;
}
.allWrap.detail section.contents > header .representative a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .allWrap.detail section.contents > header .representative a:hover {
    text-decoration: none;
  }
}
.allWrap.detail section.contents article p {
  padding-left: 0;
  text-indent: 0;
  line-height: 2;
  font-size: 100%;
  word-wrap: break-word;
}
.allWrap.detail section.contents article p + p {
  padding-top: 15px;
}
.allWrap.detail section.contents article dd p a {
  display: inline-block;
  margin-top: 0;
  color: #d2b991;
  line-height: 1;
  text-decoration: underline;
}
.allWrap.detail section.contents article dd p a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .allWrap.detail section.contents article dd p a:hover {
    text-decoration: none;
  }
}
.allWrap.detail section.contents article br + a {
  margin-top: 15px;
}
.allWrap.detail section.contents article p:last-child img {
  padding-bottom: 0;
}
.allWrap.detail section.contents article .image,
.allWrap.detail section.contents article p img {
  padding: 60px 0;
}
.allWrap.detail section.contents article .image:last-child,
.allWrap.detail section.contents article p img:last-child {
  padding-bottom: 0;
}
.allWrap.detail section.contents article .image + .image,
.allWrap.detail section.contents article .image > img,
.allWrap.detail section.contents article p img + .image,
.allWrap.detail section.contents article p img > img {
  padding-top: 0;
}
.allWrap.detail section.contents article .image + p,
.allWrap.detail section.contents article p img + p {
  display: block;
  margin-top: -25px;
  line-height: 2;
  text-indent: 0;
  text-align: left;
  font-size: 93.75%;
}
.allWrap.detail section.contents article .image + a,
.allWrap.detail section.contents article p img + a {
  margin-top: 0;
}
.allWrap.detail section.contents article .image span.text,
.allWrap.detail section.contents article p img span.text {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  line-height: 1.7;
  text-indent: 0;
  font-size: 93.75%;
}
.allWrap.detail section.contents article > img {
  display: block;
  margin: 0 auto;
}
.allWrap.detail section.contents article > img + dl {
  padding-top: 70px;
}
.allWrap.detail section.contents article p img,
.allWrap.detail section.contents article div img,
.allWrap.detail section.contents article dl img,
.allWrap.detail section.contents article a img {
  display: block;
  margin: 0 auto;
}
.allWrap.detail section.contents article p + dl,
.allWrap.detail section.contents article div + dl,
.allWrap.detail section.contents article dl + dl,
.allWrap.detail section.contents article a + dl {
  padding-top: 70px;
}
.allWrap.detail section.contents article p + ul,
.allWrap.detail section.contents article p + ol,
.allWrap.detail section.contents article div + ul,
.allWrap.detail section.contents article div + ol,
.allWrap.detail section.contents article dl + ul,
.allWrap.detail section.contents article dl + ol,
.allWrap.detail section.contents article a + ul,
.allWrap.detail section.contents article a + ol {
  padding-top: 50px;
}
.allWrap.detail section.contents article dl + p {
  padding-top: 10px;
}
.allWrap.detail section.contents article dl.state dd {
  position: relative;
  padding-left: 100px;
}
.allWrap.detail section.contents article dl.state dd + dd {
  margin-top: 10px;
  padding-top: 0;
}
.allWrap.detail section.contents article dl.state dd .date {
  position: absolute;
  top: 0;
  left: 0;
}
.allWrap.detail section.contents article dt {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 137.5%;
  font-weight: bold;
  color: #ffa5a5;
}
.allWrap.detail section.contents article dd {
  line-height: 2;
  font-size: 100%;
}
.allWrap.detail section.contents article dd + dd {
  padding-top: 15px;
}
.allWrap.detail section.contents article dd p img {
  padding: 20px 0;
}
.allWrap.detail section.contents article dd img + span.text {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  line-height: 1.7;
  text-indent: 0;
  font-size: 93.75%;
}
.allWrap.detail section.contents article dd a {
  text-decoration: underline;
  color: #333;
}
.allWrap.detail section.contents article dd a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .allWrap.detail section.contents article dd a:hover {
    text-decoration: none;
  }
}
.allWrap.detail section.contents article dd a.pdf {
  color: #d2b991;
  text-decoration: none;
}
@media (min-width: 1001px) {
  .allWrap.detail section.contents article dd a.pdf:hover {
    text-decoration: underline;
  }
}
.allWrap.detail section.contents article dd span {
  display: inline-block;
  line-height: 2;
}
.allWrap.detail section.contents article dd .slashCut:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1;
  transform: translateY(-1px);
}
.allWrap.detail section.contents article ol {
  list-style: none;
  counter-reset: listNum;
  font-size: 100%;
}
.allWrap.detail section.contents article ol li {
  counter-increment: listNum;
  line-height: 2;
  position: relative;
  padding-left: 2em;
}
.allWrap.detail section.contents article ol li:before {
  content: counter(listNum) " .";
  position: absolute;
  top: 0;
  left: 0;
}
.allWrap.detail section.contents article ol li:not(:last-child) {
  padding-bottom: 15px;
}
.allWrap.detail section.contents.sideColumnIn {
  padding-right: 320px;
}
.allWrap.detail section.contents.sideColumnIn .commonPageNavi,
.allWrap.detail section.contents.sideColumnIn .contactBtn {
  position: relative;
  right: -150px;
}

/*==================================================================================
 about
==================================================================================*/
#about section.contents > header {
  padding-bottom: 60px;
}
#about section.contents > header .name {
  text-align: center;
  font-size: 100%;
}
#about section.contents .image {
  float: right;
  padding-top: 5px;
  width: 32.72727%;
}
#about section.contents .textArea {
  float: left;
  width: 63.63636%;
}

/*==================================================================================
 about > philosophy
==================================================================================*/
#about.philosophy .section02 {
  padding-bottom: 70px;
}
#about.philosophy .section03,
#about.philosophy .section04 {
  float: left;
  clear: both;
  padding-right: 58.18182%;
}
#about.philosophy .section03 {
  position: relative;
}
#about.philosophy .section03 .imageArea {
  position: absolute;
  top: 15%;
  right: 0;
  width: 54.72727%;
  text-align: center;
}
#about.philosophy .section03 .imageArea .image {
  padding-bottom: 30px;
}
#about.philosophy .section03 .imageArea .caption span {
  display: inline-block;
  position: relative;
  padding: 10px 50px 10px 30px;
  line-height: 2;
  font-size: 100%;
  text-align: left;
  background: #ebd2aa;
}
#about.philosophy .section03 .imageArea .caption span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 20px solid #808080;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 20px solid #808080;
}
#about.philosophy .section05 > header {
  float: left;
  width: 63.63636%;
}
#about.philosophy .section05 .logo {
  float: right;
  padding-top: 30px;
  width: 34.54545%;
  text-align: center;
}

/*==================================================================================
 about > outline
==================================================================================*/
#about.outline .section02 .steps li {
  padding-left: 7.5em;
  text-indent: -7.5em;
  line-height: 2;
  font-size: 100%;
}
#about.outline .section02 .steps li:not(:last-child) {
  padding-bottom: 20px;
}
#about.outline .section02 .image {
  padding-top: 30px;
}

/*==================================================================================
 activity
==================================================================================*/
#activity.detail .pageTitle {
  padding-bottom: 50px;
}
#activity section.contents > header {
  padding-bottom: 80px;
}
#activity section.contents > header .lead {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}
#activity section.contents .attention {
  padding-top: 80px;
}
#activity section.contents .attention + .contactBtn {
  padding-top: 30px;
}
#activity section.completion {
  margin-top: 120px;
  padding: 60px 0 80px;
  background: #f0f0f0;
  text-align: center;
}
#activity section.completion h2 {
  display: inline-block;
  margin-bottom: 60px;
  padding: 12px 30px;
  line-height: 1;
  border: 1px solid #4d4d4d;
  font-size: 30px;
  font-weight: normal;
}

/*==================================================================================
 activity > joint
==================================================================================*/
#activity.joint section.contents > header .lead:last-of-type {
  display: block;
  margin: 0 auto;
}
#activity.joint.detail section.contents > header .representative span {
  color: #7dcdff;
}
#activity.joint.detail section.contents dt,
#activity.joint.detail section.contents .sdgsTitle {
  color: #7dcdff;
  border-bottom-color: #7dcdff;
}

/*==================================================================================
 activity > salon
==================================================================================*/
#activity.salon .commonList01 li.comingsoon {
  background: #c8e14c;
}
#activity.salon .commonList01 li dt:before {
  border-color: #c8e14c;
}
#activity.salon.detail section.contents .detailArea {
  position: relative;
}
#activity.salon.detail section.contents .detailArea .text {
  float: left;
  max-width: 580px;
}
#activity.salon.detail section.contents .detailArea .text:first-child {
  float: none;
  clear: both;
  max-width: none;
}
#activity.salon.detail section.contents .detailArea .pdf {
  float: right;
  max-width: 300px;
}
#activity.salon.detail section.contents .detailArea .pdf:last-child {
  float: none;
  clear: both;
  margin: auto;
}
#activity.salon.detail section.contents .detailArea .pdf a {
  display: block;
}
#activity.salon.detail section.contents .detailArea .pdf img {
  width: 100%;
  height: auto;
}
#activity.salon.detail section.contents .detailArea .pdf .caption {
  display: block;
  padding-top: 5px;
  line-height: 1.4;
  font-size: 100%;
  color: #d2b991;
}
#activity.salon.detail section.contents dt {
  color: #333;
}
#activity.salon.detail section.contents article dd p a {
  color: #333;
}
@media (max-width: 1024px) {
  #activity.salon.detail section.contents .detailArea .text {
    float: none;
    clear: both;
    max-width: none;
  }
  #activity.salon.detail section.contents .detailArea .pdf {
    float: none;
    clear: both;
    padding-bottom: 30px;
    width: 90%;
    max-width: none;
  }
  #activity.salon.detail section.contents .detailArea .pdf img {
    width: auto;
  }
  #activity.salon.detail section.contents .detailArea .pdf .caption {
    margin: 0 auto;
    max-width: none;
    font-size: 81.25%;
  }
}

/*==================================================================================
 activity > topics
==================================================================================*/
#activity.topics .siteHeader {
  padding-bottom: 80px;
}
#activity.topics.detail section.contents > header {
  position: relative;
  padding-top: 45px;
}
#activity.topics.detail section.contents > header .representative {
  line-height: 2;
}
#activity.topics.detail section.contents > header .representative a {
  color: #333;
  text-decoration: underline;
}
#activity.topics.detail section.contents > header .representative a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  #activity.topics.detail section.contents > header .representative a:hover {
    text-decoration: none;
  }
}
#activity.topics.detail section.contents > header .date {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 9px 15px 8px;
  line-height: 1;
  text-align: center;
  font-size: 81.25%;
  background: #ffe15a;
  transform: translateX(-50%);
}
#activity.topics.detail section.contents dt {
  padding-bottom: 15px;
  color: #4d4d4d;
}

/*==================================================================================
 activity > other
==================================================================================*/
#activity.other:not(.completion) .siteHeader {
  padding-bottom: 80px;
}
#activity.other section.contents > header {
  position: relative;
  padding: 45px 0 0;
}
#activity.other section.contents > header .date {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 9px 15px 8px;
  line-height: 1;
  text-align: center;
  font-size: 81.25%;
  background: #c8e14c;
  transform: translateX(-50%);
}
#activity.other section.contents > header .date.color02 {
  background: linear-gradient(90deg, #f4d2da, #f6d0bf);
}
#activity.other.detail section.contents dt {
  color: #4d4d4d;
}

/*==================================================================================
 organization
==================================================================================*/
#organization .memberTable {
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  border-bottom: 1px solid #4d4d4d;
}
#organization .memberTable tr:nth-of-type(2n-1) td {
  background: #f2f2f2;
}
#organization .memberTable th,
#organization .memberTable td {
  box-sizing: border-box;
  padding: 8px 40px 7px;
  line-height: 2;
  font-size: 100%;
}
#organization .memberTable th {
  text-align: center;
  font-weight: normal;
  background: #c8e14c;
}
#organization .memberTable th:first-of-type {
  width: 170px;
}
#organization .memberTable th:nth-of-type(2) {
  width: 36%;
}
#organization .memberTable th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
#organization .memberTable td:not(:last-of-type) {
  border-right: 1px dashed #4d4d4d;
}

/*==================================================================================
 network
==================================================================================*/
#network.detail .pageTitle {
  padding-bottom: 50px;
}
#network .siteHeader {
  padding-bottom: 80px;
}
#network section.contents > header {
  padding-bottom: 80px;
}
#network section.contents > header .lead {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}
#network section.contents .attention {
  padding-top: 80px;
}
#network section.contents .attention + .contactBtn {
  padding-top: 30px;
}
#network.detail section.contents > header .representative span {
  color: #2d287f;
}
#network.detail section.contents dt,
#network.detail section.contents .sdgsTitle {
  color: #2d287f;
  border-bottom-color: #2d287f;
}
#network.detail article .thumbnail {
  padding-bottom: 50px;
}
#network.detail article section + section {
  padding-top: 100px;
}

/*==================================================================================
 access
==================================================================================*/
#access .sections {
  max-width: 1000px;
}
#access .sections:not(:last-of-type) {
  padding-bottom: 100px;
}
#access .sections h2 {
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 112.5%;
}
#access .sections address {
  padding-bottom: 20px;
  font-style: normal;
}
#access .sections address p {
  line-height: 2;
  font-size: 100%;
}
#access .sections address p a {
  color: #4d4d4d;
}
#access .sections address p a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  #access .sections address p a:hover {
    text-decoration: underline;
  }
}
#access .sections .guideLink {
  padding-top: 20px;
  line-height: 1;
  text-align: right;
  font-size: 100%;
}
#access .sections .guideLink a {
  color: #d2b991;
}
#access .sections .guideLink a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  #access .sections .guideLink a:hover {
    text-decoration: underline;
  }
}

/*==================================================================================
 interest
==================================================================================*/
#interest .siteHeader {
  padding-bottom: 50px;
}
#interest .sections {
  max-width: 850px;
}
#interest .sections .lead {
  padding-bottom: 15px;
  line-height: 2;
  font-size: 100%;
}
#interest .sections .moreBtn {
  line-height: 1;
  text-align: right;
}
#interest .sections .moreBtn a {
  color: #d2b991;
}
#interest .sections .moreBtn a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  #interest .sections .moreBtn a:hover {
    text-decoration: underline;
  }
}

/*==================================================================================
 contact
==================================================================================*/
#contact .siteHeader {
  padding-bottom: 50px;
}
#contact form {
  margin: 0 auto;
  max-width: 900px;
}
#contact form sup {
  padding-left: 3px;
  font-size: 75%;
}
#contact form .inputList li:not(:last-child) {
  padding-bottom: 40px;
}
#contact form .inputList li:first-child {
  padding-bottom: 60px;
}
#contact form .inputList li dl {
  font-size: 106.25%;
}
#contact form .inputList li dt,
#contact form .inputList li dd {
  float: left;
}
#contact form .inputList li dt {
  width: 200px;
}
#contact form .inputList li dd {
  position: relative;
  width: 75.55556%;
  word-break: break-all;
}
#contact form .inputList li .alphanumeric {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 80%;
  transform: translateY(-50%);
}
#contact form .inputList li label {
  display: block;
}
#contact form .inputList li label + label {
  margin-top: 25px;
}
#contact form .inputList li input,
#contact form .inputList li textarea {
  font-size: 106.25%;
}
#contact form .inputList li input[type="radio"] {
  -webkit-appearance: none;
  margin: 0 12px 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  vertical-align: text-top;
  outline: none;
}
#contact form .inputList li input[type="radio"]:checked {
  border: none;
  background: url("../img/common/icon-checked.png") no-repeat;
  background-size: contain;
}
#contact form .inputList li input[type="text"],
#contact form .inputList li input[type="tel"],
#contact form .inputList li input[type="email"] {
  box-sizing: border-box;
  padding: 0 10px;
  width: 520px;
  height: 36px;
  border: 1px solid #4d4d4d;
}
#contact form .inputList li textarea {
  box-sizing: border-box;
  padding: 10px;
  width: 520px;
  height: 300px;
  border: 1px solid #4d4d4d;
  resize: none;
}
#contact form .inputList li:not(:first-child) dt label {
  line-height: 36px;
}
#contact form .inputList li .error {
  padding-top: 20px;
  line-height: 1.3;
  font-size: 93.75%;
  color: #ff0000;
}
#contact form input[type="submit"] {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  margin: 80px auto 20px;
  padding: 0 0 0 22px;
  width: 195px;
  height: 46px;
  border: 1px solid #4d4d4d;
  line-height: 42px;
  text-align: center;
  font-size: 93.75%;
  color: #000;
  background: url("../img/common/icon-arrow.png") no-repeat 15px 10px;
}
#contact form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact form .annotation {
  text-align: center;
  font-size: 93.75%;
}
@media (max-width: 1024px) {
  #contact form {
    max-width: none;
  }
  #contact form sup {
    font-size: 62.5%;
  }
  #contact form .inputList li:not(:last-child) {
    padding-bottom: 20px;
  }
  #contact form .inputList li:first-child {
    padding-bottom: 30px;
  }
  #contact form .inputList li:first-child dd label {
    padding-bottom: 0;
  }
  #contact form .inputList li dl {
    font-size: 87.5%;
  }
  #contact form .inputList li dt,
  #contact form .inputList li dd {
    float: none;
    clear: both;
  }
  #contact form .inputList li dt {
    width: auto;
  }
  #contact form .inputList li dd {
    width: auto;
  }
  #contact form .inputList li .alphanumeric {
    top: -22px;
    font-size: 80%;
    transform: none;
  }
  #contact form .inputList li label {
    padding-bottom: 20px;
    line-height: 1 !important;
  }
  #contact form .inputList li label + label {
    margin-top: 20px;
  }
  #contact form .inputList li input,
  #contact form .inputList li textarea {
    font-size: 87.5%;
  }
  #contact form .inputList li input[type="radio"] {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  #contact form .inputList li input[type="text"],
  #contact form .inputList li input[type="tel"],
  #contact form .inputList li input[type="email"] {
    width: 100%;
  }
  #contact form .inputList li textarea {
    width: 100%;
  }
  #contact form .inputList li:not(:first-child) dt label {
    padding-bottom: 10px;
  }
  #contact form .inputList li .error {
    padding-top: 15px;
    font-size: 87.5%;
  }
  #contact form input[type="submit"] {
    margin-top: 60px;
  }
  #contact form input[type="submit"]:hover {
    opacity: 1;
  }
}

/*==================================================================================
 contact confirm
==================================================================================*/
#contact.confirm form .inputList li:first-child {
  padding-bottom: 40px;
}
#contact.confirm form .inputList li dt,
#contact.confirm form .inputList li dd {
  line-height: 1.4;
}
@media (max-width: 1024px) {
  #contact.confirm form .inputList li:first-child {
    padding-bottom: 30px;
  }
}

/*==================================================================================
 contact complete
==================================================================================*/
#contact.complete section.content p {
  text-align: center;
  font-size: 112.5%;
}
@media (max-width: 1024px) {
  #contact.complete section.content p {
    font-size: 100%;
  }
}

/*==================================================================================
 error
==================================================================================*/
#error section.content {
  text-align: center;
}
#error section.content h1 {
  padding-bottom: 100px;
  line-height: 1;
  font-size: 150%;
  font-weight: normal;
}
#error section.content .topLink a {
  color: #333;
  text-decoration: underline;
}
#error section.content .topLink a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  #error section.content .topLink a:hover {
    text-decoration: none;
  }
}

/*==================================================================================
 news
==================================================================================*/
#news .siteHeader {
  padding-bottom: 50px;
}
#news .newsListArea {
  max-width: 800px;
}

/*==================================================================================
 other kyosoday2018
==================================================================================*/
#activity.other .kyosoday2018 .leadArea {
  margin: 0 auto;
  padding-bottom: 60px;
}
#activity.other .kyosoday2018 .leadArea dl {
  float: left;
  width: 750px;
}
#activity.other .kyosoday2018 .leadArea dt {
  padding-bottom: 35px;
  text-align: center;
}
#activity.other .kyosoday2018 .leadArea dd p {
  line-height: 1.7;
  font-size: 100%;
}
#activity.other .kyosoday2018 .leadArea dd p:not(:last-child) {
  padding-bottom: 15px;
}
#activity.other .kyosoday2018 .leadArea .pdf {
  float: right;
  padding-top: 35px;
}
#activity.other .kyosoday2018 .leadArea .pdf a {
  display: block;
  text-decoration: none;
}
@media (min-width: 1001px) {
  #activity.other .kyosoday2018 .leadArea .pdf a:hover {
    opacity: 0.7;
  }
}
#activity.other .kyosoday2018 .leadArea .pdf .caption {
  display: block;
  padding-top: 15px;
  line-height: 1;
  font-size: 100%;
  color: #d2b991;
}
#activity.other .kyosoday2018 .commonList01 {
  padding: 0;
}
#activity.other .kyosoday2018 .commonList01 li .image {
  padding: 0;
}
#activity.other .kyosoday2018 .commonList01 li a {
  display: block;
  text-decoration: none;
}
#activity.other .kyosoday2018 .commonList01 li .explanatory {
  display: block;
  margin-top: 0;
  line-height: 1.7;
  font-size: 100%;
}
#activity.other .kyosoday2018 .commonList01 li .explanatory .author {
  display: block;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  #activity.other .kyosoday2018 .leadArea {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #activity.other .kyosoday2018 .leadArea dl {
    float: none;
    clear: both;
    padding-bottom: 30px;
    width: auto;
  }
  #activity.other .kyosoday2018 .leadArea dt {
    padding-bottom: 25px;
  }
  #activity.other .kyosoday2018 .leadArea dd p {
    font-size: 93.75%;
  }
  #activity.other .kyosoday2018 .leadArea .pdf {
    float: none;
    clear: both;
    padding-top: 0;
  }
  #activity.other .kyosoday2018 .leadArea .pdf .caption {
    margin: 0 auto;
    padding-top: 10px;
    max-width: 302px;
    font-size: 81.25%;
  }
  #activity.other .kyosoday2018 .commonList01 {
    padding: 0;
    max-width: none;
    min-width: 0;
    width: auto;
  }
  #activity.other .kyosoday2018 .commonList01 li {
    float: left;
    clear: both;
    width: 48%;
    padding: 0 !important;
  }
  #activity.other .kyosoday2018 .commonList01 li:nth-child(2n) {
    float: right;
    clear: none;
  }
  #activity.other .kyosoday2018 .commonList01 li:not(:nth-child(-n + 2)) {
    padding-top: 20px !important;
  }
  #activity.other .kyosoday2018 .commonList01 li .image {
    padding: 0;
  }
  #activity.other .kyosoday2018 .commonList01 li .explanatory {
    font-size: 87.5%;
  }
}

/*==================================================================================
 sdgs
==================================================================================*/
#sdgs section.intro {
  padding-bottom: 100px;
}
#sdgs section.intro h2 {
  padding-bottom: 50px;
  text-align: center;
}
#sdgs section.intro h2 img {
  vertical-align: middle;
}
#sdgs section.intro h2 img:nth-child(2) {
  padding: 0 20px;
}
@media (max-width: 860px) {
  #sdgs section.intro h2 img:nth-child(2) {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }
}
#sdgs section.intro .wrapper {
  position: relative;
  margin-top: 50px;
}
#sdgs section.intro .wrapper .text {
  width: 42%;
}
#sdgs section.intro .wrapper .imageArea {
  position: absolute;
  top: 50%;
  right: 0;
  width: 52%;
  text-align: center;
  transform: translateY(-50%);
}
#sdgs section.intro .wrapper .imageArea .image {
  padding-bottom: 30px;
}
#sdgs section.intro .wrapper .imageArea .caption span {
  display: inline-block;
  position: relative;
  padding: 10px 50px 10px 30px;
  line-height: 2;
  font-size: 100%;
  text-align: left;
  background: #ebd2aa;
}
#sdgs section.intro .wrapper .imageArea .caption span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 20px solid #808080;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 20px solid #808080;
}
#sdgs section.projectTables h3 {
  padding-bottom: 40px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
  color: #d2b991;
}
#sdgs section.projectTables table {
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
}
#sdgs section.projectTables table th,
#sdgs section.projectTables table td {
  box-sizing: border-box;
  padding: 20px;
}
#sdgs section.projectTables table th img,
#sdgs section.projectTables table td img {
  padding-top: 5px;
  max-width: 72px;
}
@media (min-width: 768px) {
  #sdgs section.projectTables table th img:not(:nth-child(5n)),
  #sdgs section.projectTables table td img:not(:nth-child(5n)) {
    padding-right: 12px;
  }
}
#sdgs section.projectTables table th {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  color: #fff;
  line-height: 1.4;
  background: #ffa5a5;
}
#sdgs section.projectTables table th:first-child {
  width: 410px;
}
#sdgs section.projectTables table th:nth-child(2) {
  width: 230px;
}
#sdgs section.projectTables table th:not(:last-of-type) {
  border-right: 2px dotted #fff;
}
#sdgs section.projectTables table td {
  border-bottom: 1px solid #4d4d4d;
  vertical-align: middle;
  line-height: 2;
}
#sdgs section.projectTables table td:not(:last-of-type) {
  border-right: 2px dotted #a6a6a6;
}
#sdgs section.projectTables table td a {
  display: block;
  position: relative;
  line-height: 1.7;
  font-weight: bold;
  color: #4d4d4d;
}
#sdgs section.projectTables table td a:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffa5a5;
  border-right: 2px solid #ffa5a5;
  transform: rotate(45deg);
}
@media (max-width: 1180px) {
  #sdgs section.projectTables h3 {
    padding-bottom: 30px;
    font-size: 18px;
  }
  #sdgs section.projectTables .tables {
    overflow-x: auto;
  }
  #sdgs section.projectTables table {
    margin: auto;
    width: 900px;
    font-size: 14px;
  }
  #sdgs section.projectTables table th,
  #sdgs section.projectTables table td {
    box-sizing: border-box;
    padding: 10px 15px;
  }
  #sdgs section.projectTables table th img,
  #sdgs section.projectTables table td img {
    max-width: 70px;
  }
  #sdgs section.projectTables table th img:not(:nth-child(4n)),
  #sdgs section.projectTables table td img:not(:nth-child(4n)) {
    padding-right: 12px;
  }
  #sdgs section.projectTables table th img:not(:nth-child(4n)),
  #sdgs section.projectTables table td img:not(:nth-child(4n)) {
    padding-right: 12px;
  }
  #sdgs section.projectTables table th:first-child {
    width: 340px;
  }
  #sdgs section.projectTables table th:nth-child(2) {
    width: 200px;
  }
  #sdgs section.projectTables table td a:before {
    top: 6px;
  }
}

/*==================================================================================
 page
==================================================================================*/
/*==================================================================================
 en common
==================================================================================*/
/*==================================================================================
 common
==================================================================================*/
.allWrap.en {
  min-width: 1260px;
  overflow: hidden;
}
.allWrap.en .sectionTitle01 {
  font-weight: bold;
}

/*==================================================================================
 siteHeader
==================================================================================*/
.allWrap.en .siteHeader .handaiLogo {
  top: -100px;
}
.allWrap.en .siteHeader > .wrap {
  position: relative;
}
.allWrap.en .siteHeader .fontSizeChange {
  right: 200px;
}
.allWrap.en .siteHeader .handaiLogo {
  right: 0 !important;
}
.allWrap.en .siteHeader .languageBtns {
  right: 120px;
}
.allWrap.en .siteHeader .searchBtn {
  padding-left: 24px;
  font-size: 87.5%;
}
.allWrap.en .siteHeader .searchArea .gsc-search-button {
  background-image: url("../img/en/common/btn-search.jpg");
}

/*==================================================================================
 siteFooter
==================================================================================*/
.allWrap.en .siteFooter .logos {
  padding-bottom: 12px;
}

/*==================================================================================
 en top
==================================================================================*/
#top.en main > div {
  text-align: center;
}
#top.en .mainVisual h2 {
  top: 210px;
  left: 18px;
}
#top.en .mainVisual .lead {
  top: 510px;
  left: 18px;
}

/*==================================================================================
 en lower
==================================================================================*/
.en.lower main > .pageAnnotation {
  padding-left: 0;
  text-indent: 0;
}
.en.lower .sections > header .lead {
  text-align: left;
}
.en.lower .sections .text {
  padding-left: 0;
  text-indent: 0;
}
.en.lower .sections .text.center {
  text-align: center;
}

/*==================================================================================
 detail common
==================================================================================*/
/*==================================================================================
 about
==================================================================================*/
#about.en section.overview {
  margin-bottom: 30px;
  padding-bottom: 100px;
  border-bottom: 1px dashed #4d4d4d;
}
#about.en section.philosophy .sections.clearfix > header {
  float: left;
  width: 550px;
}
#about.en section.philosophy .sections.clearfix .image {
  position: relative;
  top: -50px;
  float: right;
  padding-top: 0;
  width: 484px;
  text-align: center;
}

/*==================================================================================
 about > philosophy
==================================================================================*/
/*==================================================================================
 about > outline
==================================================================================*/
/*==================================================================================
 activity
==================================================================================*/
#activity.en main > section {
  margin: 0 auto;
  max-width: 1100px;
}
#activity.en main > section .wrap {
  max-width: 1100px;
}
#activity.en main > section h2 {
  padding-bottom: 20px;
  line-height: 1.4;
}
#activity.en .sections .representative {
  padding-bottom: 40px;
  line-height: 2;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
}
#activity.en section.core .text .emphasis,
#activity.en section.joint .text .emphasis {
  font-weight: bold;
  color: #4c9738;
}
#activity.en section.core .numberList,
#activity.en section.joint .numberList {
  padding: 15px 0 40px;
  list-style: none;
  counter-reset: listNum;
  font-size: 100%;
}
#activity.en section.core .numberList li,
#activity.en section.joint .numberList li {
  counter-increment: listNum;
  line-height: 2;
  position: relative;
  padding-left: 2em;
}
#activity.en section.core .numberList li:before,
#activity.en section.joint .numberList li:before {
  content: counter(listNum) " .";
  position: absolute;
  top: 0;
  left: 0;
}
#activity.en section.core .numberList li:not(:last-child),
#activity.en section.joint .numberList li:not(:last-child) {
  padding-bottom: 15px;
}
#activity.en section.core .images,
#activity.en section.joint .images {
  margin: 0 auto;
  max-width: 800px;
}
#activity.en section.core .images li,
#activity.en section.joint .images li {
  float: left;
  width: 369px;
}
#activity.en section.core .images li:last-child,
#activity.en section.joint .images li:last-child {
  float: right;
}
#activity.en section.core .images li .caption,
#activity.en section.joint .images li .caption {
  display: block;
  line-height: 2;
  font-size: 87.5%;
}
#activity.en section.core {
  margin-bottom: 30px;
  padding-bottom: 100px;
  border-bottom: 1px dashed #4d4d4d;
}
#activity.en section.core h1 {
  color: #ffa5a5;
}
#activity.en section.core .section01 .texts {
  float: left;
  width: 470px;
}
#activity.en section.core .section01 .image {
  float: right;
  padding-top: 10px;
}
#activity.en section.joint h1 {
  color: #7dcdff;
}

/*==================================================================================
 activity > cooperate
==================================================================================*/
/*==================================================================================
 activity > topics
==================================================================================*/
/*==================================================================================
 organization
==================================================================================*/
#organization .memberTable {
  max-width: 1100px;
}
#organization .memberTable th,
#organization .memberTable td {
  box-sizing: border-box;
  padding: 8px 15px 7px;
  line-height: 2;
  font-size: 93.75%;
}
#organization .memberTable th {
  text-align: center;
  font-weight: normal;
  background: #c8e14c;
}
#organization .memberTable th:first-of-type {
  width: 240px;
}
#organization .memberTable th:nth-of-type(2) {
  width: 400px;
}

/*==================================================================================
 page
==================================================================================*/

/*# sourceMappingURL=style.css.map */
