@charset "UTF-8";
/* -----------------------
         基本情報
 -----------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #382928;
  letter-spacing: 1px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, table {
  margin-top: 20px;
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

a:hover {
  opacity: 0.7;
}

/* ------------------------------------------
         共通
 ------------------------------------------*/
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.inner {
  width: 90%;
  max-width: 900px;
  margin: auto;
  position: relative;
}

.content {
  width: calc(100% - 300px);
  padding: 50px 0 120px;
  /* Firefox */
  background: -webkit-linear-gradient(top, #c4f4fd 0%, #c4f4fd 570px, #40bee6 570px, #40bee6 100%);
  /* safari Chrome */
  background: linear-gradient(to bottom, #c4f4fd 0%, #c4f4fd 570px, #40bee6 570px, #40bee6 100%);
  /* IE */
}

.content__header .logo {
  margin-top: 30px;
}

.content__header_img {
  position: absolute;
  top: -10px;
  right: -30px;
}

.content__header__link {
  text-align: center;
  overflow-x: hidden;
}

.content__header__link .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 70px auto 40px;
}

.content__header__link a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #0c7292;
  border-radius: 100px;
  width: 200px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 10px;
  padding-left: 10px;
}

.content__header__link a::after {
  display: block;
  margin-left: 8px;
}

.content__header__link a:not([target="_blank"])::after {
  content: "＞";
  font-weight: normal;
}

.content__header__link a[target="_blank"]::after {
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(../images/icon_open.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 5px;
  position: relative;
  top: -2px;
}

.content__mainimg {
  display: block;
  margin: auto;
}

.content__news {
  margin-top: 70px;
  background-color: #fff;
  padding: 40px 40px 50px;
  border-radius: 20px;
}

.content__news h2 {
  font-size: 2.5rem;
  margin-top: 0;
}

.content__news h3 {
  font-size: 2.2rem;
}

.content__news h4 {
  font-size: 2.0rem;
}

.content__news li {
  font-size: 1.8rem;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.content__news li span {
  width: 175px;
}

.content__news li a {
  width: 650px;
  color: #382928;
}

.content__news .btn {
  background: #0c7292;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1.5rem;
  border-radius: 3rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content__news .btn:hover {
  background: #f3a800;
  color: #000;
  opacity: 1;
}

.lower .content__news ul {
  padding-bottom: 2rem;
}

.breadcrumb {
  border-top: 1px solid #ccc;
}

.breadcrumb ol {
  display: table;
}

.breadcrumb li {
  display: table-cell;
  padding-left: 1rem;
  font-size: 1.3rem;
}

.breadcrumb li:first-child {
  padding-right: 1rem;
  padding-left: 0;
}

.copyright {
  color: #fff;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 70px;
}

.sidebar {
  width: 300px;
  padding-top: 50px;
  text-align: center;
}

.sidebar a {
  display: block;
  margin-bottom: 12px;
}

.sidebar a:last-of-type {
  margin-bottom: 50px;
}

.sidebar a img {
  vertical-align: bottom;
}

@media (max-width: 1024px) {
  /*タブレットレイアウト*/
  .content {
    width: 75vw;
  }
  .content__header .logo {
    width: 60%;
  }
  .content__header .logo img {
    width: 100%;
  }
  .content__header_img {
    width: 40%;
  }
  .sidebar {
    width: 25vw;
  }
  .sidebar a {
    width: 90%;
  }
  .sidebar a img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /*スマホレイアウト*/
  .pc {
    display: none;
  }
  .wrap {
    display: block;
  }
  .content {
    width: 100%;
    padding: 30px 0;
  }
  .content__header .logo {
    width: 70%;
    margin: 0 auto;
  }
  .content__header_img {
    width: 80%;
    display: block;
    margin: 20px auto 0;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .content__header__link .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
  }
  .content__header__link a {
    margin: 10px 1px 0 0;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .content__header__link a:nth-of-type(1) {
    border-radius: 20px 0 0 20px;
  }
  .content__header__link a:nth-of-type(2) {
    border-radius: 0 20px 20px 0;
  }
  .content__mainimg {
    width: 200%;
    margin: 0 auto;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  .content__news {
    padding: 20px;
    margin-top: 0;
  }
  .content__news li {
    display: block;
    font-size: 1.6rem;
  }
  .content__news li span {
    display: block;
  }
  .sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px;
  }
  .sidebar a {
    width: 48%;
  }
  .sidebar a:last-of-type {
    margin-bottom: 12px;
  }
  .copyright {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.content__about {
  line-height: 1.8;
}

.content__about section {
  padding-bottom: 6rem;
}

.content__about em {
  font-weight: bold;
}

.content__about h1 {
  margin: 0 -2rem 2rem;
  border-bottom: 5px dotted #c4f4fd;
}

.content__about h1 span {
  padding: 2rem;
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.content__about h2 {
  border-bottom: 3px solid #40bee6;
  background: rgba(64, 190, 230, 0.15);
  line-height: 1.2;
  padding: 1.5rem 1rem;
  margin-bottom: 4rem;
}

.content__about h3 span {
  display: inline-block;
  background: #40bee6;
  color: #fff;
  padding: 0.5rem 0.8rem;
  line-height: 1;
  font-size: 1.7rem;
}

.content__about h4 {
  border-left: 3px solid #40bee6;
  padding-left: 1rem;
  color: #40bee6;
  line-height: 1;
}

.content__about dt {
  font-weight: bold;
}

.content__about strong {
  color: #e6405c;
}

.content__about .pillar1 {
  background: #bbe0e3;
  color: #000;
}

.content__about .pillar2 {
  background: #bfe595;
  color: #000;
}

.content__about .pillar3 {
  background: #ffde7c;
  color: #000;
}

.content__about figure {
  margin: 2rem 0 0;
}

.content__about img {
  max-width: 100%;
  height: auto;
}

.content__about figcaption {
  text-align: center;
  font-size: 1.3rem;
}

.titleBox dl, .titleBox dt, .titleBox dd {
  line-height: 1.8;
}

.titleBox dl {
  position: relative;
  padding: 0.5em 1em;
  border: solid 3px #40bee6;
  border-radius: 8px;
}

.titleBox dt {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #40bee6;
}

.titleBox dd {
  margin: 0;
  padding: 1rem 0;
}

.titleBox__before em {
  background: #c4f4fd;
}

.titleBox__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.titleBox__arrow img {
  padding-right: 1rem;
}

.titleBox__after {
  border-color: #f3a800 !important;
}

.titleBox__after dt {
  color: #f3a800;
}

.titleBox__after em {
  background: #fbeaab;
}

.threePolicy h3 span, .future h3 span {
  font-size: 2rem;
}

.threePolicy h3 + p strong, .future h3 + p strong {
  font-size: 2rem;
}

dl.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-top: 0.5rem;
}

dl.plan:nth-of-type(1) {
  margin-top: 2rem;
}

dl.plan dt {
  font-weight: normal;
  width: 20%;
  border-left: 1px solid #ccc;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

dl.plan dt span {
  background: #c4f4fd;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

dl.plan dd {
  width: 80%;
  padding-right: 1rem;
  line-height: 1.8;
}

.boxRed {
  background: rgba(230, 64, 92, 0.1);
  padding: 1.5rem;
  margin-top: 2rem;
}

.boxRed p:first-child {
  margin-top: 0;
}

dl.comment {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  padding: 1rem;
}

dl.comment dt {
  font-size: 1.3rem;
}

ol.number {
  counter-reset: my-counter;
}

ol.number > li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

ol.number > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #e6405c;
  color: #fff;
  display: block;
  float: left;
  line-height: 24px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
}

ul.notes {
  padding-left: 2rem;
  margin-top: 0;
}

ul.notes li {
  position: relative;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

ul.notes li::before {
  content: '';
  background: #e6405c;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
}

ul.list {
  padding-left: 1rem;
  margin-top: 0;
}

ul.list li {
  position: relative;
  margin-top: 1rem;
}

ul.list li::before {
  content: '';
  background: #40bee6;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -1rem;
  top: 0.9rem;
}

.separater {
  text-align: center;
  line-height: 1.8;
  margin-top: 4rem;
}

.separater strong {
  display: block;
  font-size: 1.8rem;
  padding: 1.3rem;
  margin: 0.5rem auto 0;
  max-width: 80%;
  border-radius: 2rem;
  line-height: 1;
}

.separater span {
  font-weight: bold;
  display: block;
  font-size: 2.5rem;
  color: #e6405c;
}

.words {
  border: 1px solid #ccc;
  margin-top: 3rem;
  padding: 1rem;
}

.words dl:nth-of-type(1) {
  margin-top: 0;
}

.words dt, .words dd {
  font-size: 1.4rem;
}

h4.live {
  border-color: #54bd63;
  color: #54bd63;
}

h4.escape {
  border-color: #f1a939;
  color: #f1a939;
}

@media (min-width: 767px) {
  .content__about h1 {
    margin: 0 -4rem 4rem;
  }
  .content__about h1 span {
    padding: 0 4rem 2rem;
  }
  .titleBox__arrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ol.number li {
    display: block;
  }
  dl.plan dd {
    width: 85%;
  }
  dl.plan dt {
    width: 15%;
  }
  .separater strong {
    width: 20rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */