@charset "UTF-8";
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  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;
  box-sizing: border-box; }

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;
  text-decoration: none; }

/* 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; }

.pc_only {
  display: block; }

.sp_only {
  display: none; }

.inner-content {
  max-width: 1024px;
  padding: 0 40px;
  margin: auto; }

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

  .sp_only {
    display: block !important; }

  .inner-content {
    padding: 0 40px; } }
/*------------------------------------------------

共通

------------------------------------------------*/
body {
  background: #f9f9f9; }
  body.jp {
    font-family: 'Noto Sans JP', sans-serif; }
    body.jp p {
      color: #333;
      font-size: 16px;
      line-height: 2.2;
      letter-spacing: 0.05rem;
      font-weight: 400;
      margin-bottom: 40px; }
  body.en {
    font-family: 'Roboto', sans-serif; }

main {
  padding-top: 121px; }

img {
  display: block; }

span {
  display: inline-block; }

section {
  width: 100%;
  padding: 60px 0; }

.mt100 {
  margin-top: 100px !important; }

@media screen and (max-width: 768px) {
  main {
    padding-top: 60px; } }
/* スマホ用 */
@media screen and (max-width: 767px) {
  .fb-container {
    width: 100%;
    max-width: 500px; } }
/* PC用 */
@media screen and (min-width: 768px) {
  .fb-container {
    width: 220px;
    margin-bottom: 20px; } }
/*------------------------------------------------

ヘッダー

------------------------------------------------*/
.top_head {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background: #F5f5f5;
  z-index: 2; }
  .top_head .logo {
    height: 40px; }
    .top_head .logo img {
      height: 100%;
      width: auto; }

.language {
  display: flex;
  align-items: center; }
  .language span {
    margin-right: 8px;
    font-weight: 300; }
  .language a {
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    color: #394D67;
    border: solid 1px #394D67; }
    .language a.active {
      color: #fff;
      background: #394D67; }
      .language a.active:hover {
        background: #000; }
    .language a:hover {
      color: #fff !important;
      background: #000; }

@media screen and (max-width: 768px) {
  .top_head {
    padding: 10px 20px; }
    .top_head .logo {
      height: 40px;
      display: flex;
      align-items: center; }
      .top_head .logo img {
        height: 24px !important;
        width: auto; }

  .language {
    margin-right: 54px; }
    .language span {
      margin-right: 8px;
      font-weight: 300; }
    .language a {
      padding: 8px 10px; } }
/*------------------------------------------------

ファーストビュー

------------------------------------------------*/
.first_view {
  background: #fff;
  height: calc(500px);
  background: url("../img/brickwall_@2X.png"); }
  .first_view .wrapper {
    width: 100%;
    height: 500px; }
    .first_view .wrapper div {
      height: calc(500px);
      width: 100%;
      background-size: cover;
      position: absolute;
      top: 121px;
      left: 0; }

.fade_cont dl {
  width: 100%;
  height: calc(500px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .fade_cont dl dt {
    padding-left: 30px; }
    .fade_cont dl dt .main_copy {
      font-size: 40px;
      font-weight: 500;
      line-height: 1.4; }
      .fade_cont dl dt .main_copy .sub_copy {
        font-size: 22px;
        font-weight: 400; }
  .fade_cont dl dd img {
    width: 90%;
    margin: auto; }

@media screen and (max-width: 768px) {
  .first_view {
    height: calc(500px); }
    .first_view .wrapper {
      width: 100%;
      height: 500px; }
      .first_view .wrapper div {
        height: calc(500px);
        width: 100%;
        background-size: cover;
        position: absolute;
        top: 70px;
        left: 0; }

  .fade_cont dl {
    width: 100%;
    height: calc(500px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .fade_cont dl dt {
      padding-left: 0; }
      .fade_cont dl dt .main_copy {
        font-size: 26px; }
        .fade_cont dl dt .main_copy .sub_copy {
          font-size: 18px; } }
/*------------------------------------------------

メニュー

------------------------------------------------*/
.menu {
  position: fixed;
  width: 100%;
  top: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.06);
  margin: 0; }
  .menu li {
    display: block; }
    .menu li a {
      position: relative;
      display: block;
      padding: 14px 20px;
      color: #394D67;
      font-size: 13px; }
      .menu li a::before {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.2s all; }
      .menu li a:hover::before {
        content: '';
        display: block;
        width: 25px;
        height: 1px;
        background: #394D67;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .menu li.active a {
      font-weight: 700; }
      .menu li.active a::before {
        content: '';
        display: block;
        width: 25px;
        height: 3px;
        background: #394D67;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

@media screen and (max-width: 768px) {
  .sp_menu {
    display: none; }

  .menu_bg {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3; }

  .menu {
    position: fixed;
    width: 100%;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.06);
    margin: 0;
    overflow-x: scroll; }
    .menu li {
      display: block;
      white-space: nowrap;
      border-bottom: solid 1px #ccc; }
      .menu li:last-of-type {
        border-bottom: none; }
      .menu li a {
        position: relative;
        display: block;
        padding: 14px 20px;
        color: #394D67;
        font-size: 16px;
        text-align: center; }
        .menu li a::before {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          transition: 0.2s all; }
        .menu li a:hover::before {
          content: '';
          display: block;
          width: 25px;
          height: 1px;
          background: #394D67;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .menu li.active a {
        font-weight: 700;
        color: #15A9AB; }
        .menu li.active a::before {
          content: '';
          display: none; }

  #hamburger {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 34px;
    height: 28px;
    cursor: pointer;
    transition: 1s; }

  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 34px;
    height: 3px;
    background-color: #000;
    transition: 0.7s;
    border-radius: 4px;
    z-index: 4; }

  #line1 {
    top: 0; }

  #line2 {
    top: 13px; }

  #line3 {
    bottom: 0px; }

  .line_1, .line_2, .line_3 {
    background: #000000; }

  .line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: -7px !important; }

  .line_2 {
    opacity: 0; }

  .line_3 {
    transform: translateY(-20px) rotate(45deg);
    bottom: -8px !important; } }
/*------------------------------------------------

コンテンツラップ

------------------------------------------------*/
.content_wrap {
  width: 100%; }

.inner {
  display: flex;
  width: 92%;
  min-width: 1024px;
  max-width: 1400px;
  padding: 0 30px;
  margin: auto; }
  .inner .side {
    width: 220px;
    margin-right: 60px;
    padding: 60px 0; }
  .inner .content {
    width: calc(100% - 280px); }

@media screen and (max-width: 768px) {
  .content_wrap {
    width: 100%; }

  .inner {
    min-width: 300px;
    display: flex;
    flex-direction: column-reverse;
    width: 100% !important;
    padding: 0 20px; }
    .inner .side {
      width: 100% !important;
      margin-right: 0;
      padding: 30px 0; }
      .inner .side a {
        width: 100% !important; }
        .inner .side a img {
          width: 100% !important; }
    .inner .content {
      width: 100%; } }
/*------------------------------------------------

サイドバー 

------------------------------------------------*/
.side a {
  display: block;
  margin-bottom: 20px; }
  .side a img {
    width: 100%; }

/*------------------------------------------------

セクション

------------------------------------------------*/
h1 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.4 !important; }

.sub_h1 {
  font-size: 24px !important;
  margin-bottom: 40px;
  font-weight: 500 !important;
  text-align: center;
  color: #B40019 !important;
  line-height: 1.2 !important; }

h2 {
  font-size: 24px;
  margin: 80px 0 40px;
  padding: 0 0 10px 0;
  border-bottom: solid 4px #15A9AB; }

.sub_h2 {
  font-size: 18px !important;
  margin-bottom: 40px;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  color: #1482D5 !important; }

h3 {
  font-size: 24px;
  margin-bottom: 40px; }

.sub_h3 {
  font-size: 18px !important;
  margin-bottom: 40px;
  font-weight: 700; }

h4 {
  font-size: 20px;
  margin-bottom: 30px; }

h5 {
  font-size: 18px;
  margin-bottom: 30px; }

.marker {
  position: relative;
  font-weight: 500; }
  .marker::before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #FCE802;
    position: absolute;
    bottom: 8px;
    z-index: -1; }

strong {
  font-weight: 700; }

.text_link {
  display: inline-block;
  position: relative;
  color: #1482D5;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.4; }
  .text_link::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #1482D5;
    position: absolute;
    bottom: 2px; }

figure {
  background: #fff;
  padding: 10px;
  margin-bottom: 40px; }
  figure figcaption {
    text-align: center;
    display: block;
    margin: 10px 0;
    line-height: 1.4; }
  figure img {
    margin: auto; }

ul,
ol {
  font-size: 16px;
  color: #000;
  margin-left: 30px;
  margin-bottom: 40px;
  font-weight: 500; }
  ul li,
  ol li {
    padding: 10px; }

.page {
  width: 100%;
  display: flex;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 60px 0; }
  .page a {
    width: 50%;
    padding: 20px;
    color: #000;
    border-right: solid 1px #ccc; }
    .page a:last-of-type {
      border-right: none; }
    .page a:hover {
      color: #1482D5; }
    .page a span {
      display: block; }
      .page a span.item {
        font-size: 12px;
        color: #AAAAAA;
        margin-bottom: 8px; }
    .page a.next, .page a.prev {
      position: relative; }
    .page a.next::before, .page a.prev::before {
      position: relative;
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-top: solid 2px #1482D5;
      border-right: solid 2px #1482D5; }
    .page a.next::before {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      transform: rotate(45deg); }
    .page a.prev::before {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      transform: rotate(225deg); }

.tips {
  color: #000 !important;
  font-size: 16px !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .tips .tips_head {
    color: #000 !important;
    font-size: 16px;
    margin-bottom: 10px; }
  .tips .ttl {
    font-weight: 500 !important;
    margin-bottom: 5px;
    color: #000 !important; }
  .tips p {
    font-size: 14px !important;
    color: #7C7C7C !important; }
    .tips p:last-of-type {
      margin-bottom: 0; }

.col2 {
  display: flex;
  background: #fff;
  margin-bottom: 30px; }
  .col2 .box {
    width: 100%;
    padding: 20px; }
    .col2 .box .ttl {
      font-weight: 500;
      font-size: 18px !important;
      border-bottom: solid 1px #ccc; }
  .col2 .photo {
    margin-bottom: 20px; }
    .col2 .photo img {
      margin: auto; }

.q_category_box {
  background: #fff; }
  .q_category_box .category_ttl {
    position: relative;
    padding: 20px;
    font-size: 18px !important;
    border-top: solid 1px #ccc;
    cursor: pointer; }
    .q_category_box .category_ttl:hover {
      background: #E5EFF7; }
    .q_category_box .category_ttl::before {
      content: '';
      display: block;
      width: 2px;
      height: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 29px;
      background: #1482D5;
      transition: 0.2s ease; }
    .q_category_box .category_ttl::after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 20px;
      background: #1482D5; }
    .q_category_box .category_ttl.is_open::before {
      transition: 0.2s ease;
      transform: rotate(90deg); }

.qa_list_box {
  margin: 20px 0 20px 40px; }
  .qa_list_box .q,
  .qa_list_box .a {
    padding: 20px 80px 20px 20px; }
    .qa_list_box .q .q_mark,
    .qa_list_box .q .a_mark,
    .qa_list_box .a .q_mark,
    .qa_list_box .a .a_mark {
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 700;
      margin-right: 15px;
      line-height: 1.2; }
    .qa_list_box .q .q_mark,
    .qa_list_box .a .q_mark {
      color: #15A9AB; }
    .qa_list_box .q .a_mark,
    .qa_list_box .a .a_mark {
      color: #394D67; }
    .qa_list_box .q .text,
    .qa_list_box .a .text {
      width: calc(100% - 20px);
      line-height: 1.6; }

.qa_list_box {
  display: none; }
  .qa_list_box .q {
    position: relative;
    display: flex;
    cursor: pointer;
    border-top: dashed 1px #ccc;
    background: #f5f5f5; }
    .qa_list_box .q:hover {
      background: #E5EFF7; }
    .qa_list_box .q::before {
      content: '';
      display: block;
      width: 2px;
      height: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 29px;
      background: #1482D5;
      transition: 0.2s ease; }
    .qa_list_box .q::after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 20px;
      background: #1482D5; }
    .qa_list_box .q.is_open::before {
      transition: 0.2s ease;
      transform: rotate(90deg); }
  .qa_list_box .a {
    display: flex; }
    .qa_list_box .a .text {
      font-weight: 300; }

.cp_timeline03 {
  position: relative;
  margin: 3em auto; }

.cp_timeline03:before {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  content: '';
  background-color: #006064;
  left: 30px; }

.cp_timeline03 .timeline_group {
  position: relative;
  padding-top: 55px; }

.cp_timeline03 .timeline_group:not(:first-of-type) {
  margin-top: 4rem; }

.cp_timeline03 .time_year {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #00838F;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_timeline03 .timeline_item {
  margin-bottom: 1em;
  position: relative;
  padding-left: 80px; }

.cp_timeline03 .timeline_item:not(:last-of-type) {
  margin-bottom: 2em; }

.cp_timeline03 .timeline_item:before {
  display: none; }

.cp_timeline03 .time {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  min-width: 65px;
  min-height: 65px;
  padding: 0.5em 0.5em;
  text-align: center;
  color: #fff;
  background-color: #26C6DA;
  top: 50%;
  margin-top: -33px;
  border-radius: 65px; }

.cp_timeline03 .time_day {
  font-size: 1em;
  font-weight: 700;
  display: block; }

.cp_timeline03 .time_month {
  font-size: 0.8em;
  display: block;
  text-transform: uppercase; }

.cp_timeline03 .desc {
  padding: 15px 1em;
  border-left: 3px solid #26C6DA;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.8;
  color: #464646; }

.cp_timeline03 .desc .flag {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 0.3em; }

@media only screen and (max-width: 767px) {
  .cp_timeline03:before {
    left: 0; }

  .cp_timeline03 .timeline_group {
    padding-top: 40px; }

  .cp_timeline03 .timeline_item {
    padding-top: 60px;
    padding-left: 20px; }

  .cp_timeline03 .timeline_item:before {
    top: 90px; }

  .cp_timeline03 .time {
    top: 40px;
    border-radius: 0 20px 20px 0;
    min-height: 2em; }

  .cp_timeline03 .time_day,
  .cp_timeline03 .time_month {
    display: inline-block; }

  .cp_timeline03 .desc {
    font-size: 0.8em; } }
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px !important;
    font-weight: 500; }

  .sub_h1 {
    font-size: 20px !important;
    text-align: left; }

  .marker {
    position: relative;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #FCE802;
    text-decoration-style: wavy; }
    .marker::before {
      content: '';
      display: none; }

  figure {
    width: 100%;
    padding: 10px;
    margin-bottom: 40px; }
    figure img {
      width: 100%;
      height: auto; }

  .page {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 60px 0; }
    .page a {
      width: 100%;
      border-right: none;
      border-top: solid 1px #ccc; }
      .page a:last-of-type {
        border-top: none; }
      .page a span {
        display: block; }
        .page a span.item {
          font-size: 12px;
          color: #AAAAAA;
          margin-bottom: 8px; }

  .photo {
    width: 100%; }
    .photo img {
      width: 100%;
      margin-bottom: 20px; }

  .col2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }

  .category_ttl {
    padding: 30px 40px 30px 10px !important; }
    .category_ttl::before {
      right: 19px !important; }
    .category_ttl::after {
      right: 10px !important; }

  .qa_list_box {
    margin: 20px 0 20px 20px !important; }
    .qa_list_box .q, .qa_list_box .a {
      padding: 20px 50px 20px 10px !important; }
      .qa_list_box .q::before, .qa_list_box .a::before {
        right: 19px; }
      .qa_list_box .q::after, .qa_list_box .a::after {
        right: 10px; }
    .qa_list_box .a {
      padding-right: 10px !important; } }
/*------------------------------------------------

フッター

------------------------------------------------*/
footer {
  background: #000;
  padding: 40px; }
  footer .inner {
    max-width: 1024px;
    margin: auto; }
    footer .inner .copy {
      font-family: 'Roboto', sans-serif;
      color: #ddd;
      font-weight: 300;
      text-align: center; }
