@charset "UTF-8";
/*====================================================================

====================================================================*/
@media only screen and (min-width: 1200px) {
  .spOnly {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .pcOnly {
    display: none;
  }
}
/*====================================================================
	このファイルはutf-8です
====================================================================*/
#main {
  background: #ffffff;
}

.person.p1 {
  color: #003e8d;
}

.person.p2 {
  color: #ec6c00;
}

section.title {
  background: #ec6c00;
}
section.title h1.title {
  color: #ffffff;
}
section.title h2.title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 30px;
  position: relative;
  max-width: 1000px;
  margin: 40px auto;
}
@media only screen and (min-width: 1200px) {
  section.title h2.title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.title h2.title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 799px) {
  section.title h2.title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.title h2.title::before, section.title h2.title::after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
}
section.title h2.title::before {
  position: absolute;
  left: 0px;
  top: 0px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
section.title h2.title::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
section.title h2.title p {
  text-align: justify;
}

section.content.catch {
  background: linear-gradient(180deg, #ec6c00 0%, #ec6c00 80%, #ffffff 80%, #ffffff 100%);
}
section.content.catch div.catch img {
  width: 100%;
  max-width: 1000px;
}

section.content.about h2 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  section.content.about h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.about h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.about h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
section.content.about div.box.person {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  text-align: left;
  display: flex;
  -js-display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
section.content.about div.box.person div.cross {
  width: 100px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) {
  section.content.about div.box.person div.cross {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.about div.box.person div.cross {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.about div.box.person div.cross {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
section.content.about div.box.person div.cross span.cross {
  top: 10px;
  width: 100%;
  background: #3D3A39;
}
section.content.about div.box.person div.person.name {
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  section.content.about div.box.person div.person.name p.hd {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.about div.box.person div.person.name p.hd {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.about div.box.person div.person.name p.hd {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1200px) {
  section.content.about div.box.person div.person.name p.name {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.about div.box.person div.person.name p.name {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.about div.box.person div.person.name p.name {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

section.content.profile {
  max-width: 1000px;
  background: #f7f8f8;
  padding: 50px;
}
section.content.profile div.person + div.person {
  margin-top: 40px;
}
section.content.profile h2 {
  font-family: "Sulphur Point", sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  section.content.profile h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.profile h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.profile h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
section.content.profile h3 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  section.content.profile h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.profile h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.profile h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.content.profile h3 span.kana {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: normal;
  color: #3D3A39;
  margin-left: 0.5em;
}
@media only screen and (min-width: 1200px) {
  section.content.profile h3 span.kana {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.profile h3 span.kana {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.profile h3 span.kana {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.content.profile p {
  text-align: justify;
}
section.content.profile p.hd {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  section.content.profile p.hd {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.profile p.hd {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.profile p.hd {
    font-size: 16px;
    font-size: 1rem;
  }
}

section.content.notes {
  max-width: 1000px;
  background: #f7f8f8;
  padding: 50px;
}
section.content.notes div.unit {
  margin-bottom: 20px;
}
section.content.notes p.hd {
  font-weight: bold;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1200px) {
  section.content.notes p.hd {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.notes p.hd {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.notes p.hd {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.content.notes p.hd span {
  color: #cc3333;
  font-weight: bold;
}
section.content.notes p {
  text-align: justify;
}

section.content.body {
  max-width: 1000px;
  text-align: left;
}
section.content.body h2 {
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #3D3A39;
  margin-bottom: 40px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 1200px) {
  section.content.body h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.body h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.body h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.content.body p {
  text-align: justify;
  margin-bottom: 40px;
  line-height: 2em;
}
@media only screen and (min-width: 1200px) {
  section.content.body p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.body p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.body p {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.content.body span.person {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: bold;
  margin-right: 0.5em;
}
section.content.body a.notes {
  color: #cc3333;
  font-weight: bold;
}
section.content.body div.img {
  text-align: center;
  margin: 50px auto;
}
section.content.body div.img img {
  width: 100%;
  max-width: 800px;
}
section.content.body div.img.h img {
  width: 100%;
  max-width: 400px;
}
section.content.body p.caption {
  margin-top: 10px;
  text-align: center;
}
section.content.body div.row {
  display: flex;
  -js-display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
section.content.body div.row.c2 div.img {
  -moz-flex: 1 1 50%;
  -o-flex: 1 1 50%;
  flex: 1 1 50%;
}

section.content.history {
  max-width: 1000px;
}
section.content.history h2.hd {
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  section.content.history h2.hd {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.history h2.hd {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.history h2.hd {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
section.content.history ul.special {
  display: flex;
  -js-display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}
section.content.history ul.special > li {
  -moz-flex: 1 1 33%;
  -o-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 330px;
  height: 380px;
  margin-bottom: 30px;
  padding-right: 10px;
}
section.content.history ul.special > li a {
  display: flex;
  -js-display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  background: #f0f0f0;
  height: 100%;
  padding: 10px;
}
section.content.history ul.special > li a div.thumb {
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
}
section.content.history ul.special > li a div.thumb img {
  width: 100%;
}
section.content.history ul.special > li a div.info {
  -moz-flex: 1 1 80%;
  -o-flex: 1 1 80%;
  flex: 1 1 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.content.history ul.special > li a div.info p {
  margin: 4px 0px;
  text-align: left;
  font-weight: bold;
}
section.content.history ul.special > li a div.info h2 {
  text-align: justify;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
@media only screen and (min-width: 1200px) {
  section.content.history ul.special > li a div.info h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.history ul.special > li a div.info h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.history ul.special > li a div.info h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.content.history ul.special > li a div.ctrl {
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-align-self: end;
  -o-align-self: end;
  align-self: end;
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  section.title h2.title {
    text-align: left;
    margin: 20px 20px;
  }

  section.content.about div.box.person {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  section.content.about div.box.person div.cross {
    margin: 20px auto 40px;
  }
  section.content.about div.box.person div.person {
    width: 80%;
    text-align: center;
  }

  section.content.profile {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}