/*---------------------------------------- 
	importFont
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/*---------------------------------------- 
	setting Layout
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

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

html {
  -webkit-text-size-adjust: none;
  height: 100%;
  max-width: 2560px;
}

body {
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.3333333333vw;
  }
}
/*-------------------------------------
base 16px
********************

12px | 0.750em	13px | 0.813em
14px | 0.875em	15px | 0.938em
16px | 1.000em	17px | 1.063em
18px | 1.125em	19px | 1.188em
20px | 1.250em	21px | 1.313em
22px | 1.375em	23px | 1.438em
24px | 1.500em	25px | 1.563em
26px | 1.625em	27px | 1.688em
28px | 1.750em	29px | 1.813em
30px | 1.875em

34px | 2.125em	36px | 2.250em
40px | 2.500em
--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

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

img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: #005B98;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  outline: none;
  text-decoration: none;
  transition: all 0.4s;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a:hover {
  opacity: 0.4;
}

a:active {
  color: #666;
}

a:focus {
  overflow: hidden;
  outline: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: #E60012;
}

.relative {
  position: relative;
}

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

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ft14 {
  font-size: 0.875em;
}

.ft16 {
  font-size: 1em;
}

.ft20 {
  font-size: 1.25em;
}

.ft24 {
  font-size: 1.5em;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  br.sp {
    display: none;
  }
}
@media print {
  body {
    zoom: 1;
    width: 1400px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
.wrapper {
  overflow: hidden;
}

.inner {
  margin: auto;
  max-width: 880px;
}

.inner_w1400 {
  margin: auto;
  max-width: 1400px;
}

.close {
  opacity: 0.2;
  cursor: default;
}
.close:hover {
  opacity: 0.2;
}

.topics__body {
  justify-content: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 7.5%;
}
.topics__body__wrap {
  display: flex;
}
.topics__body .moreBtn {
  margin: 32px 0 0 87%;
}
.topics--ttl {
  width: 20%;
  font-size: 1.5em;
}
.topics--block {
  width: 80%;
}
.topics--block dl {
  display: flex;
  margin: 16px 0 0;
}
.topics--block dl:first-child {
  margin: 0;
}
.topics--block dl dt {
  width: 20%;
}
.topics--block dl dd {
  width: 80%;
  font-size: 1.125em;
}
.topics--block dl dd b, .topics--block dl dd a {
  color: #222;
  font-size: 0.875em;
  font-weight: normal;
  transition: 0s all;
}
.topics--block dl dd a:hover {
  color: #0E6FBA;
  text-decoration: underline;
  opacity: 1;
}
.topics--lst {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 40px 16px;
}
.topics--lst li {
  margin-top: 16px;
}
.topics--lst li:first-child {
  margin-top: 0;
}
.topics--lst li a {
  display: flex;
  color: #222;
}
.topics--lst li a .date {
  width: 20%;
  margin-right: 5%;
}
.topics--lst li a .ttl {
  width: 75%;
  line-height: 2;
}

.blue {
  color: #0E6FBA;
}

/*
.headline{
    background:#D8CFAE;
    display:flex;
    align-items: center;
    flex-direction: row-reverse;

    max-width:1200px;
    margin:auto;

    &--thumbs{
        flex-basis: 50%;
        line-height:1;
        vertical-align: bottom;
    }

    &--txt{
        flex-basis: 50%;
        text-align:center;

        .en{
            display:block;
            font-size:1.75em;
        }

        .ja{
            font-size:1.25em;
            letter-spacing: 2px;
        }
    }
}

.more{
    vertical-align: top;
    display:inline-block;

    a{
        @include mixin.more();
    }
}
*/
.more a {
  background: url(../../images/common/arrow.png) no-repeat 95% 50%;
  background-size: 24px auto;
  padding: 0 35px 3px 0;
  white-space: nowrap;
  color: #000;
  font-size: 0.875em;
  display: inline;
}
.more a:hover {
  padding: 0 45px 3px 0;
  opacity: 1;
}

.section .ttl {
  font-size: 2.25em;
  line-height: 1.75;
  color: #0E6FBA;
  font-weight: bold;
}
.section .sub--ttl {
  color: #0E6FBA;
  position: relative;
  display: inline-block;
  padding-right: 56px;
  font-weight: bold;
}
.section .sub--ttl::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #0E6FBA;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.section--line {
  border: none;
  width: 1px;
  height: 200px;
  margin: 80px auto;
  position: relative;
}
.section--line::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: #666;
}
.section--line.active::after {
  -webkit-animation: lineAnimation 1.2s forwards;
          animation: lineAnimation 1.2s forwards;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_2_column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5%;
  margin-left: -2.5%;
}
.flex_2_column .item {
  width: 45%;
  margin: 0 2.5% 5%;
}

.pc_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pc_flex_3_column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5%;
  margin-left: -2.5%;
}
.pc_flex_3_column .item {
  width: 28.3333333333%;
  margin: 0 2.5% 5%;
  text-align: center;
  transition: all 0.4s;
}

.card__layout--ttl {
  font-size: 1.25em;
  margin-top: 16px;
  padding-left: 16px;
  border-left: 1px solid #666;
}
.card__layout--txt {
  margin-top: 16px;
}

.flex__ttl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #EAE7D8;
}
.flex__ttl.rev {
  flex-direction: row-reverse;
}
.flex__ttl--headline, .flex__ttl--photos {
  width: 50%;
}
.flex__ttl--photos img {
  vertical-align: middle;
}
.flex__ttl--headline {
  text-align: center;
  font-size: 1.375em;
  position: relative;
}
.flex__ttl--headline::before, .flex__ttl--headline::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #909090;
  position: absolute;
  margin-left: -4px;
  left: 50%;
}
.flex__ttl--headline::before {
  top: -32px;
}
.flex__ttl--headline::after {
  bottom: -32px;
}

@media screen and (max-width: 767px) {
  .inner {
    margin: auto;
    max-width: inherit;
    padding: 0 5%;
  }
  .more {
    display: block;
    text-align: center;
  }
  .more a {
    display: block;
    border: 1px solid #0E6FBA;
    background: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    font-size: 1em;
    border: 1px solid #0E6FBA;
    color: #0E6FBA;
    padding: 12px 0;
  }
  .topics__body__wrap {
    display: block;
  }
  .topics__body .moreBtn {
    margin: 16px 0 0 0;
  }
  .topics--ttl {
    width: auto;
    font-size: 1.25em;
  }
  .topics--block {
    width: auto;
    margin-top: 16px;
  }
  .topics--block dl {
    display: block;
    margin: 8px 0 0;
  }
  .topics--block dl:first-child {
    margin: 0;
  }
  .topics--block dl dt {
    width: auto;
  }
  .topics--block dl dd {
    width: auto;
  }
  .topics--block dl dd b, .topics--block dl dd a {
    color: #222;
    font-size: 0.875em;
  }
  .section--ttl {
    font-size: 1.375em;
    margin: 0 0 32px;
  }
  .section--ttl br {
    display: none;
  }
  .section--ttl.sl {
    font-size: 1.5em;
    text-align: left;
  }
  .section--ttl.sl br {
    display: none;
  }
  .section--txt {
    line-height: 2.25;
  }
  .section--txt.ph-txt {
    text-align: left;
    line-height: 2.25;
  }
  .section--txt.ph-txt .cl_gra {
    line-height: 1.5;
    padding: 4px 8px;
    margin: 16px 0;
  }
  .section--txt br {
    display: none;
  }
  .section--line {
    height: 80px;
    margin: 7.5% auto;
  }
  .section__nav.first_ {
    padding: 0;
  }
  .section__nav a {
    display: block;
  }
  .textbnr {
    display: block;
    background: none;
  }
  .textbnr .textbnr--img {
    width: auto;
  }
  .textbnr .textbnr--img img {
    width: 100%;
  }
  .textbnr .textbnr--txt {
    background: rgb(132, 196, 157);
    background: linear-gradient(180deg, rgb(132, 196, 157) 0%, rgb(87, 114, 152) 100%);
    width: auto;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 1em;
    line-height: 1.75;
    padding: 24px 0;
  }
  .textbnr .textbnr--txt .en {
    font-size: 1.5em;
  }
  .textbnr .textbnr--txt .ttl {
    font-size: 0.75em;
  }
  .textbnr:after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 41px;
    height: 14px;
    background: url(../../images/common/arrow_wh.png) no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .textbnr.rev:after {
    right: 16px;
  }
  .textbnr.sl:after {
    width: 41px;
    height: 14px;
  }
  .textbnr .order_1 {
    order: 1;
  }
  .textbnr .order_2 {
    order: 2;
  }
  .pc_flex {
    display: block;
  }
  .pc_flex_3_column .item {
    width: 45%;
  }
  .card__layout--ttl {
    font-size: 1em;
    padding-left: 8px;
  }
  .card__layout--txt {
    font-size: 0.875em;
  }
  .flex__ttl {
    display: block;
  }
  .flex__ttl--headline, .flex__ttl--photos {
    width: auto;
  }
  .flex__ttl--photos img {
    width: 100%;
  }
  .flex__ttl--headline {
    font-size: 1.25em;
    padding: 16px 0;
  }
  .flex__ttl--headline::before, .flex__ttl--headline::after {
    content: none;
  }
}
/*# sourceMappingURL=style.css.map */