@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box; }

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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

body {
  position: relative; }

li {
  list-style: none; }

a {
  text-decoration: none; }

br {
  display: inherit;
  line-height: 0;
  height: 0; }

img {
  width: 100%; }

.pcOnly {
  display: block !important; }

.tabOnly {
  display: none !important; }

.spOnly {
  display: none !important; }

@media screen and (max-width: 1024px) {
  .tabOnly {
    display: block !important; } }
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important; }

  .spOnly {
    display: block !important; } }
.header__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px; }
  @media screen and (max-width: 768px) {
    .header__inner > p {
      font-size: 10px;
      font-size: 0.625rem;
      text-align: center;
      margin: 10px auto 20px;
      line-height: 1.6; }
      .header__inner > p::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.6) * 0.5em);
        content: ""; }
      .header__inner > p::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.6) * 0.5em);
        content: ""; } }
  .header__inner .header__flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header__inner .header__flex .header__left img {
      width: 97px; }
      @media screen and (max-width: 768px) {
        .header__inner .header__flex .header__left img {
          width: 100%;
          max-width: 97px; } }
    .header__inner .header__flex .header__right {
      width: 100%;
      max-width: 405px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .header__inner .header__flex .header__right {
          display: block; } }
      .header__inner .header__flex .header__right > p {
        font-size: 10px;
        font-size: 0.625rem;
        text-align: right;
        line-height: 1.6; }
        .header__inner .header__flex .header__right > p::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.6) * 0.5em);
          content: ""; }
        .header__inner .header__flex .header__right > p::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.6) * 0.5em);
          content: ""; }
      .header__inner .header__flex .header__right div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 140px;
        border-left: 1px solid #000; }
        @media screen and (max-width: 768px) {
          .header__inner .header__flex .header__right div {
            margin-left: auto;
            max-width: 121px;
            border-left: 2px solid #000; } }
        .header__inner .header__flex .header__right div p {
          font-size: 14px;
          font-size: 0.875rem;
          padding-left: 10px; }
        .header__inner .header__flex .header__right div img {
          width: 100%;
          max-width: 30px; }

#Footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #f5f5ee;
  border-top: 1px solid #e1e1da;
  position: relative;
  min-width: 1000px;
  font-family: "メイリオ", Meiryo, sans-serif; }

#Footer #ToTop {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  top: -24px; }

#Footer #ToTop #ToTopInner {
  position: relative;
  width: 980px;
  height: 24px;
  margin: 0 auto;
  padding: 0 10px; }

#Footer #ToTop #ToTopInner p {
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  height: 18px;
  margin: 0;
  padding: 5px 10px 0;
  background: #f5f5ee;
  border-top: 1px solid #e1e1da;
  border-right: 1px solid #e1e1da;
  border-left: 1px solid #e1e1da;
  box-sizing: initial; }

#Footer #ToTop #ToTopInner p a {
  color: #696962;
  font-size: 75%;
  font-weight: bold; }

#Footer #ToTop #ToTopInner p a:hover,
#Footer #ToTop #ToTopInner p a:active {
  color: #373730;
  text-decoration: none; }

#Footer .AboutSite {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px; }

#Footer .AboutSite ul {
  margin: 0;
  padding: 0 0 12px; }

#Footer .AboutSite ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 0 8px;
  color: #696962;
  font-weight: normal;
  text-align: left; }

#Footer .AboutSite ul li a {
  display: block;
  margin: 0 0 0 11px;
  padding: 0 0 0 13px;
  border-left: 1px solid #d7d7d0;
  color: #696962;
  font-size: 75%;
  line-height: 1.1; }

#Footer .AboutSite ul li a:hover,
#Footer .AboutSite ul li a:active {
  color: #373730; }

#Footer .AboutSite ul li.Fst a,
#Footer .AboutSite ul li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: none; }

#Footer .AboutSite .Copyright {
  clear: both;
  margin: 0;
  padding: 0 0 10px; }

#Footer .AboutSite .Copyright p {
  margin: 0;
  padding: 0 0 8px;
  color: #696962;
  font-size: 75%;
  text-align: left; }

#Footer #FooterInner::after,
#Footer #Services dl dd ul::after,
#Footer .Information::after,
#Footer .AboutSite ul::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

@media screen and (max-width: 768px) {
  #spHeader #spHeaderInner,
  #spHeader #GlobalNav #GlobalNavInner .MainNav,
  #ContentsArea,
  #Footer .AboutSite,
  #Footer #ToTop #ToTopInner {
    width: 100%;
    box-sizing: border-box; }

  #Footer #ToTop #ToTopInner p {
    display: none; }

  #Footer {
    padding: 10px;
    box-sizing: border-box;
    min-width: inherit; }

  #Footer .AboutSite .Copyright {
    padding: 0; }

  #Footer .AboutSite .Copyright p {
    padding: 8px 0;
    line-height: 1.4; }

  .sp_Hide {
    display: none; }

  .AboutSite ul {
    display: none; } }
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333; }

.mv {
  background-image: url(../images/mv_bg.jpg);
  background-size: cover;
  padding: 55px 0; }
  @media screen and (max-width: 768px) {
    .mv {
      padding: 30px 0; } }
  .mv h1 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }

.nav {
  padding-top: 50px;
  background-color: #e4007b; }
  @media screen and (max-width: 768px) {
    .nav {
      padding-top: 55px; } }
  .nav__inner {
    width: 100%;
    max-width: 310px;
    margin: 0 auto; }
    .nav__inner ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .nav__inner ul {
          justify-content: space-around; } }
      .nav__inner ul li {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .nav__inner ul li {
            font-size: 13px;
            font-size: 0.8125rem; } }
        .nav__inner ul li a {
          color: #fff; }
          .nav__inner ul li a i {
            margin-right: 10px;
            font-size: 20px; }
            @media screen and (max-width: 768px) {
              .nav__inner ul li a i {
                font-size: 16px;
                font-size: 1rem; } }

.lead {
  padding: 0 20px;
  text-align: center;
  background-color: #e4007b; }
  @media screen and (max-width: 768px) {
    .lead {
      padding: 0 15px;
      text-align: left; } }
  .lead h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 70px 0 0; }
    .lead h2::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.4) * 0.5em);
      content: ""; }
    .lead h2::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.4) * 0.5em);
      content: ""; }
    @media screen and (max-width: 768px) {
      .lead h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.5; }
        .lead h2::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.5) * 0.5em);
          content: ""; }
        .lead h2::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.5) * 0.5em);
          content: ""; } }
  .lead p {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    color: #fff; }
    .lead p::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2) * 0.5em);
      content: ""; }
    .lead p::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 2) * 0.5em);
      content: ""; }
    @media screen and (max-width: 768px) {
      .lead p {
        font-size: 15px;
        font-size: 0.9375rem; } }

.section {
  padding: 80px 20px; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 40px 15px; } }
  .section__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .section__inner {
        padding: 40px 15px; } }
  .section:nth-of-type(1) {
    background-color: #e4007b;
    position: relative; }
    .section:nth-of-type(1) .section__inner {
      border-top: 6px solid #00655a;
      background-color: #fff;
      padding: 0 60px 10px 60px; }
      @media screen and (max-width: 768px) {
        .section:nth-of-type(1) .section__inner {
          padding: 0 15px 30px 15px;
          border-top: 4px solid #00655a; } }
      .section:nth-of-type(1) .section__inner::after {
        content: "主催者挨拶";
        width: 259px;
        height: 52px;
        line-height: 52px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 26px;
        font-size: 1.625rem;
        display: inline-block;
        background-color: #00655a;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
        @media screen and (max-width: 768px) {
          .section:nth-of-type(1) .section__inner::after {
            font-size: 17px;
            font-size: 1.0625rem;
            width: 220px; } }
    .section:nth-of-type(1) h2 {
      font-size: 35px;
      font-size: 2.1875rem;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      color: #00655a;
      margin: 100px auto 0; }
      .section:nth-of-type(1) h2::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.4) * 0.5em);
        content: ""; }
      .section:nth-of-type(1) h2::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.4) * 0.5em);
        content: ""; }
      @media screen and (max-width: 768px) {
        .section:nth-of-type(1) h2 {
          margin: 100px auto 40px;
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 1.5; }
          .section:nth-of-type(1) h2::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.5) * 0.5em);
            content: ""; }
          .section:nth-of-type(1) h2::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.5) * 0.5em);
            content: ""; } }
    .section:nth-of-type(1) p {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .section:nth-of-type(1) p {
          margin-bottom: 30px; } }
    .section:nth-of-type(1) > div {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      line-height: 0; }
  .section:nth-of-type(2) {
    background-image: url(../images/section_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom; }
    .section:nth-of-type(2) .section__inner {
      background-color: #fff;
      padding: 0 60px 20px 60px;
      border-top: 6px solid #e4007b;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .section:nth-of-type(2) .section__inner {
          padding: 0 15px 20px 15px;
          border-top: 4px solid #e4007b; } }
      .section:nth-of-type(2) .section__inner::after {
        content: "トークショー";
        width: 259px;
        height: 52px;
        line-height: 52px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 26px;
        font-size: 1.625rem;
        display: inline-block;
        background-color: #e4007b;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
        @media screen and (max-width: 768px) {
          .section:nth-of-type(2) .section__inner::after {
            font-size: 17px;
            font-size: 1.0625rem;
            width: 220px; } }
      .section:nth-of-type(2) .section__inner h2 {
        font-size: 35px;
        font-size: 2.1875rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        margin: 100px auto 0;
        color: #052667; }
        .section:nth-of-type(2) .section__inner h2::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.4) * 0.5em);
          content: ""; }
        .section:nth-of-type(2) .section__inner h2::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.4) * 0.5em);
          content: ""; }
        @media screen and (max-width: 768px) {
          .section:nth-of-type(2) .section__inner h2 {
            font-size: 25px;
            font-size: 1.5625rem;
            line-height: 1.5; }
            .section:nth-of-type(2) .section__inner h2::before {
              display: block;
              width: 0;
              height: 0;
              margin-top: calc((1 - 1.5) * 0.5em);
              content: ""; }
            .section:nth-of-type(2) .section__inner h2::after {
              display: block;
              width: 0;
              height: 0;
              margin-bottom: calc((1 - 1.5) * 0.5em);
              content: ""; } }
      .section:nth-of-type(2) .section__inner p {
        text-align: left;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .section:nth-of-type(2) .section__inner p {
            text-align: left; } }
      .section:nth-of-type(2) .section__inner + div {
        background-color: #052667;
        padding: 70px 40px 70px; }
        @media screen and (max-width: 768px) {
          .section:nth-of-type(2) .section__inner + div {
            padding: 40px 15px 40px; } }
    .section:nth-of-type(2) > div {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      line-height: 0; }
  .section div {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .section div {
        font-size: 15px;
        font-size: 0.9375rem; } }

h1 {
  line-height: 0; }

h2 + p {
  text-align: center;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    h2 + p {
      text-align: left;
      margin-top: 30px; } }

h3 {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    h3 {
      margin-top: 50px; } }

h4 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #032274;
  font-weight: bold;
  text-align: center;
  margin-top: 70px; }
  h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: ""; }
  h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-top: 50px; } }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2; }
  p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: ""; }
  p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 15px;
      font-size: 0.9375rem; } }
  p + figure {
    margin-top: 55px; }
    @media screen and (max-width: 768px) {
      p + figure {
        margin-top: 30px; } }

figure figcaption {
  margin: 10px 0 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.7;
  text-align: center; }
  figure figcaption::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: ""; }
  figure figcaption::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    figure figcaption {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.7; }
      figure figcaption::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.7) * 0.5em);
        content: ""; }
      figure figcaption::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.7) * 0.5em);
        content: ""; } }
  figure figcaption span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
    figure figcaption span b {
      font-size: 14px;
      font-size: 0.875rem; }

.flex {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .flex {
      margin-top: 25px; } }
  .flex__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .flex__inner .w630 {
      width: calc(630 / 960 * 100%); }
      @media screen and (max-width: 768px) {
        .flex__inner .w630 {
          width: 100%; } }
    .flex__inner .w300 {
      width: calc(300 / 960 * 100%); }
      @media screen and (max-width: 768px) {
        .flex__inner .w300 {
          width: calc(540 / 690 * 100%);
          margin: 0 auto; } }
      .flex__inner .w300 figure {
        margin: 0 auto; }
        .flex__inner .w300 figure figcaption {
          letter-spacing: -.5px; }
    .flex__inner .w465 {
      width: calc(465 / 960 * 100%); }
      @media screen and (max-width: 768px) {
        .flex__inner .w465 {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .flex__inner > div:nth-of-type(n + 2) {
        margin-top: 10px; } }
    .flex__inner figure {
      width: 100%;
      max-width: 630px;
      margin: 60px auto; }
      @media screen and (max-width: 768px) {
        .flex__inner figure {
          margin: 30px auto; } }
      .flex__inner figure figcaption {
        margin: 10px 0 0;
        font-size: 13px;
        font-size: 0.8125rem;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .flex__inner figure figcaption {
            font-size: 12px;
            font-size: 0.75rem; } }

.column4 {
  margin-top: 80px; }
  .column4__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .column4__inner > div {
      width: calc(230 / 1000 * 100%);
      text-align: center; }
      @media screen and (max-width: 768px) {
        .column4__inner > div {
          font-size: 14px;
          font-size: 0.875rem;
          width: 100%;
          margin: 0 auto; }
          .column4__inner > div img {
            width: calc(440 / 690 * 100%); }
          .column4__inner > div:nth-of-type(n + 2) {
            margin-top: 50px; } }
      .column4__inner > div div {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.8;
        text-align: center;
        margin-top: 10px; }
        .column4__inner > div div::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.8) * 0.5em);
          content: ""; }
        .column4__inner > div div::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.8) * 0.5em);
          content: ""; }
        @media screen and (max-width: 768px) {
          .column4__inner > div div {
            font-size: 17px;
            font-size: 1.0625rem; } }
        .column4__inner > div div span {
          font-size: 12px;
          font-size: 0.75rem;
          display: block; }
          @media screen and (max-width: 768px) {
            .column4__inner > div div span {
              font-size: 10px;
              font-size: 0.625rem; } }

.column1 {
  margin-top: 40px; }
  .column1__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 229px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .column1__inner {
        max-width: 100%; } }
    .column1__inner > div {
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .column1__inner > div {
          font-size: 14px;
          font-size: 0.875rem;
          margin: 0 auto; }
          .column1__inner > div img {
            width: calc(440 / 690 * 100%); }
          .column1__inner > div:nth-of-type(n + 2) {
            margin-top: 30px; } }
      @media screen and (max-width: 768px) {
        .column1__inner > div {
          font-size: 14px;
          font-size: 0.875rem;
          width: 100%; }
          .column1__inner > div:nth-of-type(n + 2) {
            margin-top: 30px; } }
      .column1__inner > div div {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.7;
        text-align: center;
        margin-top: 10px; }
        .column1__inner > div div::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.7) * 0.5em);
          content: ""; }
        .column1__inner > div div::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.7) * 0.5em);
          content: ""; }
        @media screen and (max-width: 768px) {
          .column1__inner > div div {
            font-size: 17px;
            font-size: 1.0625rem; } }
        .column1__inner > div div span {
          font-size: 12px;
          font-size: 0.75rem;
          display: block; }
          @media screen and (max-width: 768px) {
            .column1__inner > div div span {
              font-size: 10px;
              font-size: 0.625rem; } }

.column3 {
  margin-top: 40px; }
  .column3__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    .column3__inner > div {
      width: calc(240 / 900 * 100%);
      text-align: center; }
      @media screen and (max-width: 768px) {
        .column3__inner > div {
          font-size: 14px;
          font-size: 0.875rem;
          width: 100%;
          margin: 0 auto; }
          .column3__inner > div img {
            width: calc(440 / 690 * 100%); }
          .column3__inner > div:nth-of-type(n + 2) {
            margin-top: 50px; } }
      .column3__inner > div b {
        height: 70px;
        color: #fff;
        padding: 12px 10px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 26px 0 0;
        position: relative; }
        .column3__inner > div b::before {
          content: "";
          position: absolute;
          width: 22.5px;
          height: 19.5px;
          display: inline-block;
          top: -18px;
          left: 0;
          right: 0;
          margin: auto; }
      .column3__inner > div div {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.8;
        text-align: center;
        margin-top: 10px; }
        .column3__inner > div div::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.8) * 0.5em);
          content: ""; }
        .column3__inner > div div::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.8) * 0.5em);
          content: ""; }
        @media screen and (max-width: 768px) {
          .column3__inner > div div {
            font-size: 17px;
            font-size: 1.0625rem; } }
        .column3__inner > div div span {
          font-size: 12px;
          font-size: 0.75rem;
          display: block; }
          @media screen and (max-width: 768px) {
            .column3__inner > div div span {
              font-size: 10px;
              font-size: 0.625rem; } }

#talk {
  margin: 80px auto 0; }
  #talk p {
    text-align: left;
    margin: 0 auto 50px; }
  #talk h2 {
    color: #e4007b;
    margin: 20px auto 50px; }
  #talk dl {
    text-align: left;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    #talk dl dt {
      width: 10%; }
      @media screen and (max-width: 768px) {
        #talk dl dt {
          width: 20%;
          margin: 0 1% 0 0; } }
    #talk dl dd {
      width: 90%; }
      @media screen and (max-width: 768px) {
        #talk dl dd {
          width: 79%; } }
  #talk figure {
    width: 100%;
    max-width: 630px;
    margin: 60px auto; }
    @media screen and (max-width: 768px) {
      #talk figure {
        margin: 30px auto; } }
    #talk figure figcaption {
      margin: 10px 0 0;
      font-size: 13px;
      font-size: 0.8125rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #talk figure figcaption {
          font-size: 12px;
          font-size: 0.75rem; } }

.color1 {
  color: #052667;
  font-weight: bold; }
  .color1 b {
    background-color: #052667; }
    .color1 b::before {
      background-image: url(../images/triangle_01.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }

.color2 {
  color: #e4007b;
  font-weight: bold; }
  .color2 b {
    background-color: #e4007b; }
    .color2 b::before {
      background-image: url(../images/triangle_03.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }

.color3 {
  color: #00655a;
  font-weight: bold; }
  .color3 + p {
    font-weight: bold; }

.info {
  background-color: #052667;
  border-top: 10px solid #e4007b;
  position: relative;
  padding: 60px 0 80px; }
  @media screen and (max-width: 768px) {
    .info {
      border-top: 6px solid #e4007b;
      padding: 50px 0 40px; } }
  .info_inner {
    width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .info_inner {
        width: auto;
        margin: 0 20px; } }
    .info_inner h2 img {
      max-width: 443px;
      display: block;
      margin: 0 auto 40px; }
    .info_inner img {
      max-width: 790px;
      display: block;
      margin: 0 auto 30px; }
    .info_inner .btn a {
      margin: 30px auto 50px;
      max-width: 237px;
      height: 53px;
      line-height: 1;
      border-radius: 90px;
      padding: 13px 0 0 45px;
      color: #fff;
      background-color: #e4007b;
      font-weight: bold;
      font-size: 1.2rem;
      text-align: left;
      display: block;
      box-sizing: border-box;
      border: 2px #e4007b solid;
      position: relative; }
      .info_inner .btn a:hover {
        color: #e4007b;
        background-color: #fff; }
        .info_inner .btn a:hover::after {
          content: "";
          width: 15px;
          height: 11px;
          background: url(../images/arrow_ov.png) no-repeat center center;
          background-repeat: no-repeat;
          background-size: 15px 11px;
          position: absolute;
          top: 38%;
          right: 12%; }
      .info_inner .btn a::after {
        content: "";
        width: 15px;
        height: 11px;
        background: url(../images/arrow.png) no-repeat center center;
        background-repeat: no-repeat;
        background-size: 15px 11px;
        position: absolute;
        top: 38%;
        right: 12%; }
    .info_inner ul {
      display: flex;
      justify-content: space-between;
      align-content: flex-start;
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .info_inner ul {
          flex-wrap: wrap; } }
      @media screen and (max-width: 768px) {
        .info_inner ul li {
          margin: 0 auto 30px; } }
      .info_inner ul li figure img {
        max-width: 520px;
        display: block;
        margin: 0; }
      .info_inner ul li figure figcaption {
        text-align: center;
        color: #fff;
        margin: 20px 0 0;
        font-size: 13px;
        font-size: 0.8125rem; }
        @media screen and (max-width: 768px) {
          .info_inner ul li figure figcaption {
            font-size: 12px;
            font-size: 0.75rem; } }

.bnr {
  background-color: #e4007b;
  padding: 25px 0; }
  .bnr_inner {
    width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .bnr_inner {
        width: auto;
        margin: 0 20px; } }
    .bnr_inner p {
      text-align: center;
      color: #fff;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.8; }
    .bnr_inner ul {
      max-width: 387px;
      margin: 20px auto 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .bnr_inner ul {
          flex-wrap: wrap; } }
      @media screen and (max-width: 768px) {
        .bnr_inner ul li {
          margin: 0 auto 10px; } }
      .bnr_inner ul li:first-of-type {
        max-width: 207px; }
      .bnr_inner ul li:last-of-type {
        max-width: 151px; }
      .bnr_inner ul li figure img {
        display: block; }

.credit {
  background-image: url(../images/section_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .credit {
      padding: 50px 0; } }
  .credit ul {
    max-width: 650px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .credit ul {
        margin: 40px 20px; } }
    .credit ul li {
      text-align: center;
      font-size: 16px;
      font-size: 1rem;
      color: #333;
      padding: 18px 5px;
      border-top: 1px solid #333;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .credit ul li {
          font-size: 15px;
          font-size: 0.9375rem; } }
      .credit ul li:last-of-type {
        border-bottom: 1px solid #333; }
      .credit ul li span {
        color: #333;
        margin-right: 40px; }
        @media screen and (max-width: 768px) {
          .credit ul li span {
            display: block;
            margin-right: 0; } }

#article-end {
  display: block;
  margin-top: -1px; }

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