@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.8em;
  font-weight: 400;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}
@media only screen and (max-width:768px) {
  figure.sp_flex {
    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;
  }
  figure.sp_flex img {
    width: unset;
  }
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #222;
}

p {
  line-height: 1.7;
}
@media (max-width: 768px) {
  p {
    line-height: 1.5;
  }
}

a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* 改行タグ */
@media only screen and (max-width:768px) {
  br.pc_show {
    display: none;
  }
}
br.tab_show {
  display: none;
}
@media only screen and (max-width:768px) {
  br.tab_show {
    display: block;
  }
}
br.sp_show {
  display: none;
}
@media only screen and (max-width:768px) {
  br.sp_show {
    display: block;
  }
}
br.sp2_show {
  display: none;
}
@media only screen and (max-width:767px) {
  br.sp2_show {
    display: block;
  }
}

/* 単語のまとまり */
span.chunk {
  display: inline-block;
}

sup {
  font-size: 70% !important;
  top: -0.5em !important;
}

/* 外部サイト遷移確認表示 */
.lity {
  background: rgba(0, 0, 0, 0.6);
}
.lity .lity-wrap::before {
  margin-right: 0;
}
.lity .lity-content::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity .lity-content .exlink_modal {
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px;
  background: #ffffff;
  border: 2px solid #f27597;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.lity .lity-content .exlink_modal .close-button {
  background: #00b398;
  width: 32px;
  height: 32px;
  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;
  margin: 16px 16px 0 auto;
  cursor: pointer;
  border-radius: 6px;
}
.lity .lity-content .exlink_modal .close-button svg {
  pointer-events: none;
}
.lity .lity-content .exlink_modal .content {
  padding: 8px 16px 16px;
}
.lity .lity-content .exlink_modal .content p {
  font-size: 1.125rem;
  margin-bottom: 1em;
}
@media only screen and (max-width:768px) {
  .lity .lity-content .exlink_modal .content p {
    font-size: 0.875rem;
  }
}
.lity .lity-content .exlink_modal .content .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:768px) {
  .lity .lity-content .exlink_modal .content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lity .lity-content .exlink_modal .content .buttons .return,
.lity .lity-content .exlink_modal .content .buttons .proceed {
  display: block;
  width: calc((100% - 16px) / 2);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  position: relative;
}
.lity .lity-content .exlink_modal .content .buttons .return:hover, .lity .lity-content .exlink_modal .content .buttons .return:focus,
.lity .lity-content .exlink_modal .content .buttons .proceed:hover,
.lity .lity-content .exlink_modal .content .buttons .proceed:focus {
  opacity: 0.5;
}
@media only screen and (max-width:768px) {
  .lity .lity-content .exlink_modal .content .buttons .return,
  .lity .lity-content .exlink_modal .content .buttons .proceed {
    width: 100%;
  }
  .lity .lity-content .exlink_modal .content .buttons .return:first-child,
  .lity .lity-content .exlink_modal .content .buttons .proceed:first-child {
    margin-bottom: 16px;
  }
}
.lity .lity-content .exlink_modal .content .buttons .return span,
.lity .lity-content .exlink_modal .content .buttons .proceed span {
  padding: 12px 0;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #333f48;
}
.lity .lity-content .exlink_modal .content .buttons .return {
  background: #d5d9da;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(213, 217, 218, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(213, 217, 218, 0.2);
}
.lity .lity-content .exlink_modal .content .buttons .return::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #333f48;
  border-right: solid 2px #333f48;
  position: absolute;
  top: 20px;
  left: 12px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lity .lity-content .exlink_modal .content .buttons .proceed {
  background: #00b398;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(0, 179, 152, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(0, 179, 152, 0.2);
}
.lity .lity-content .exlink_modal .content .buttons .proceed span {
  color: #ffffff;
}
.lity .lity-content .exlink_modal .content .buttons .proceed::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 20px;
  right: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lity .lity-close {
  display: none;
}

/* video用スタイル */
.video-js .vjs-dock-text {
  display: none;
}

.movie-wrap {
  padding: 0 66px;
}
@media only screen and (max-width:767px) {
  .movie-wrap {
    padding: 0;
  }
}
.movie-wrap_attention {
  background-color: #cbefe9;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.movie-wrap_attention p {
  color: #00b398;
  font-weight: 700;
}
.movie-wrap_attention.ai {
  background-color: #f6e9f0;
}
.movie-wrap_attention.ai p {
  color: #ae2573;
}
.movie-wrap .h3-movie {
  background-color: unset;
  border: none;
  border-radius: 0;
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  text-align: center;
  padding: 0 0 8px;
}
@media only screen and (max-width:767px) {
  .movie-wrap .h3-movie {
    font-size: 0.9375rem;
    text-align: left;
    color: #00b398;
  }
}
.movie-wrap .video_wrapper {
  position: relative;
}
.movie-wrap .video_wrapper .video_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.movie-wrap .video_wrapper .video_thumbnail .play_button img {
  max-width: 81px;
  width: 40%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .movie-wrap .video_wrapper .video_thumbnail .play_button img {
    max-width: 56px;
  }
}
.movie-wrap .video_wrapper .video_thumbnail button:hover, .movie-wrap .video_wrapper .video_thumbnail button:focus {
  cursor: pointer;
}
.movie-wrap .video_wrapper .video_thumbnail button:hover .play_button img, .movie-wrap .video_wrapper .video_thumbnail button:focus .play_button img {
  opacity: 0.8;
}
.movie-wrap .video_wrapper .thumbnail_border .border_img {
  border: 1px solid #ebd6eb;
}

#ai_movie,
#pen_movie {
  max-width: 748px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:767px) {
  #ai_movie,
  #pen_movie {
    width: 85%;
  }
}
#ai_movie .movie-popup_attention,
#pen_movie .movie-popup_attention {
  background-color: #cbefe9;
  border-radius: 10px;
  padding: 9px 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  #ai_movie .movie-popup_attention,
  #pen_movie .movie-popup_attention {
    padding: 10px;
  }
}
#ai_movie .movie-popup_attention p,
#pen_movie .movie-popup_attention p {
  font-weight: 700;
  color: #00b398;
}
#ai_movie .movie-popup_attention.ai,
#pen_movie .movie-popup_attention.ai {
  background-color: #f6e9f0;
}
#ai_movie .movie-popup_attention.ai p,
#pen_movie .movie-popup_attention.ai p {
  color: #ae2573;
}
#ai_movie .movie-popup_title,
#pen_movie .movie-popup_title {
  background-color: #ffffff;
  height: 40px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  #ai_movie .movie-popup_title,
  #pen_movie .movie-popup_title {
    height: auto;
    text-align: left;
    padding: 4px 10px;
  }
}
#ai_movie .movie-popup_title p,
#pen_movie .movie-popup_title p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 40px;
}
@media only screen and (max-width:767px) {
  #ai_movie .movie-popup_title p,
  #pen_movie .movie-popup_title p {
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #00b398;
  }
}
#ai_movie .close-button,
#pen_movie .close-button {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 10px;
  width: 146px;
  height: 50px;
  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;
  gap: 0 9px;
  z-index: 100;
  pointer-events: fill;
}
@media only screen and (max-width:767px) {
  #ai_movie .close-button,
  #pen_movie .close-button {
    bottom: -60px;
  }
}
#ai_movie .close-button p,
#pen_movie .close-button p {
  color: #333f48;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 18px;
  margin: 15px 0 auto;
}
#ai_movie .close-button svg,
#pen_movie .close-button svg {
  margin: auto 0;
}
#ai_movie .close-button svg line,
#pen_movie .close-button svg line {
  stroke-width: 2;
}

@media only screen and (max-width:767px) {
  .bc-player-HIZ7vb7Vh_default .vjs-big-play-button {
    width: 56px;
    height: 56px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width:767px) {
  .video-js .vjs-big-play-button .vjs-icon-placeholder::before,
  .video-js .vjs-play-control .vjs-icon-placeholder::before,
  .vjs-icon-play::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 30px;
    height: auto;
  }
}

/* pdf用スタイル */
.pdf-wrap {
  max-width: 510px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .pdf-wrap {
    width: 100%;
    margin-top: 0;
  }
}
.pdf-wrap a {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #99e1d6;
  border-radius: 16px;
  padding: 11px 66px 11px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .pdf-wrap a {
    padding: 9px 32px 8px 18px;
  }
}
.pdf-wrap a p {
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .pdf-wrap a p {
    line-height: 1.3 !important;
  }
}
.pdf-wrap a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width:767px) {
  .pdf-wrap a::after {
    line-height: 1.3 !important;
    right: 12px;
  }
}

/* ヘッダー */
body.no-scroll {
  overflow: hidden;
}

@media only screen and (max-width:767px) {
  .content_wrapper {
    padding-top: 50px;
  }
}

@media only screen and (max-width:767px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 50px;
  }
}
.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 19px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .header__top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 12px;
    background-color: #fff;
  }
}
@media only screen and (max-width:767px) {
  .header__top {
    padding: 0 15px;
    height: 50px;
  }
}
.header__top--logo {
  margin-top: auto;
}
@media only screen and (max-width:768px) {
  .header__top--logo {
    width: 120px;
    margin: auto 0;
  }
}
@media only screen and (max-width:374px) {
  .header__top--logo {
    width: 90px;
  }
}
.header__top--logo img {
  display: block;
  width: 100%;
}
.header__top--rightlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 130px;
  position: relative;
}
@media only screen and (max-width:768px) {
  .header__top--rightlogo {
    width: 100px;
    margin: auto 0;
  }
}
.header__top--lineButton {
  width: 210px;
}
@media only screen and (max-width:768px) {
  .header__top--lineButton {
    width: 140px;
  }
}
.header__top--lineButton a {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3px 10px 3px 15px;
  background-color: #00b398;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(0, 179, 152, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(0, 179, 152, 0.2);
}
@media only screen and (max-width:768px) {
  .header__top--lineButton a {
    width: 140px;
    padding: 3px 5px 3px 10px;
  }
}
.header__top--lineButton a:hover {
  text-decoration: none;
}
.header__top--lineButton a img {
  display: block;
}
@media only screen and (max-width:768px) {
  .header__top--lineButton a img.icon_baby {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .header__top--lineButton a img.arrow {
    width: 10px;
  }
}
.header__top--lineButton a p {
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width:768px) {
  .header__top--lineButton a p {
    font-size: 0.6875rem;
  }
}
.header__top--astrazeneca {
  position: absolute;
  width: 100%;
  bottom: -13px;
}
@media only screen and (max-width:768px) {
  .header__top--astrazeneca {
    width: 100px;
  }
}
.header__top--astrazeneca a {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.header__top--astrazeneca a img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .header__top--astrazeneca a {
    position: unset;
  }
}
.header__bottom {
  height: 60px;
  width: 100%;
  -webkit-box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
          box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
  background-color: #ffffff;
  position: fixed;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  z-index: 99;
}
@media only screen and (max-width:768px) {
  .header__bottom {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .header__bottom {
    display: block;
    position: relative;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    top: 8px;
    width: 44px;
    height: auto;
    border-radius: 6px;
    margin: 0 15px 0 auto;
    -webkit-transition: none;
    transition: none;
    z-index: 99;
  }
}
.header__bottom--spmenu {
  display: none;
}
.header__bottom--spButton {
  display: none;
}
@media only screen and (max-width:767px) {
  .header__bottom--spButton {
    display: block;
    width: 44px;
    height: 44px;
    margin: auto 0;
    position: relative;
    z-index: 1;
  }
  .header__bottom--spButton .hm_bar {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
  }
  .header__bottom--spButton .hm_bar span {
    position: absolute;
    right: 0;
    left: 0;
    top: 13px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #333f48;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header__bottom--spButton .hm_bar span:nth-child(1) {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .header__bottom--spButton .hm_bar span:nth-child(2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__bottom--spButton .hm_bar span:nth-child(3) {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .header__bottom--spButton .label {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 700;
    color: #333f48;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3px;
    margin: auto;
  }
}
.header__bottom nav {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width:768px) {
  .header__bottom nav {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .header__bottom nav {
    display: block;
    position: absolute;
    width: 100vw;
    padding: 0;
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: calc(100vh + 200px);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header__bottom nav::-webkit-scrollbar {
    display: none;
  }
}
.header__bottom nav ul.first_level {
  max-width: 980px;
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 16px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #cbefe9;
    margin-top: 60px;
    padding: 10px 15px 80px;
  }
}
.header__bottom nav ul.first_level > li {
  width: 298px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  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;
  padding: 0 8px;
  color: #333f48;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 0 2px;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level > li:hover {
    opacity: 1;
  }
  .header__bottom nav ul.first_level > li:hover.egpa, .header__bottom nav ul.first_level > li:hover.simulator {
    color: #ae2573;
    background: #c33e7e;
  }
  .header__bottom nav ul.first_level > li:hover.hes {
    color: #00b398;
    background: -webkit-gradient(linear, left top, right top, from(#2ac0a9), to(#49c9b6));
    background: -webkit-linear-gradient(left, #2ac0a9 0%, #49c9b6 100%);
    background: linear-gradient(90deg, #2ac0a9 0%, #49c9b6 100%);
  }
  .header__bottom nav ul.first_level > li:hover .dropdown_area {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width:768px) and (min-width:768px) {
  .header__bottom nav ul.first_level > li:hover .dropdown_area {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level > li:hover .item_wrap .home-splink p {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
  }
}
@media only screen and (min-width:768px) and (max-width:768px) {
  .header__bottom nav ul.first_level > li:hover .item_wrap .home-splink p {
    border-bottom: none;
    width: 100%;
  }
  .header__bottom nav ul.first_level > li:hover .item_wrap .home-splink p.no-link {
    pointer-events: none;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level > li.current.egpa p, .header__bottom nav ul.first_level > li.current.simulator p {
    color: #ae2573;
    border-bottom: 2px solid #ae2573;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level > li.current.egpa__ai p, .header__bottom nav ul.first_level > li.current.simulator__ai p {
    color: #00b398;
    border-bottom: 2px solid #00b398;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level > li.current.hes p {
    color: #00b398;
    border-bottom: 2px solid #00b398;
  }
}
.header__bottom nav ul.first_level > li .item_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  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;
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li .item_wrap {
    padding: 5px 0 4px 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #00b398), to(#99e1d6));
    background: -webkit-linear-gradient(left, #00b398 40%, #99e1d6 100%);
    background: linear-gradient(90deg, #00b398 40%, #99e1d6 100%);
  }
  .header__bottom nav ul.first_level > li .item_wrap.egpa, .header__bottom nav ul.first_level > li .item_wrap.simulator {
    background: -webkit-linear-gradient(179.86deg, #f27597 0%, #ae2573 85.34%);
    background: linear-gradient(270.14deg, #f27597 0%, #ae2573 85.34%);
  }
}
.header__bottom nav ul.first_level > li .item_wrap a {
  width: 100%;
  display: inline-block;
  display: block;
  padding: 15px 0;
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li .item_wrap a {
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    color: #ffffff;
    width: auto;
    padding: 0;
    pointer-events: none;
  }
}
.header__bottom nav ul.first_level > li .item_wrap a:hover {
  opacity: 1;
  text-decoration: none;
}
.header__bottom nav ul.first_level > li .item_wrap a p {
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 4px;
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li .item_wrap a p {
    font-size: 1.125rem;
    text-align: left;
    padding-bottom: 0;
  }
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li .item_wrap.pointer-none::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    top: 13px;
    right: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li .item_wrap.pointer-none a {
    pointer-events: none;
  }
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li .item_wrap.pointer-home::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    top: 13px;
    right: 15px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level > li .item_wrap.pointer-home.open::after {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
    top: 18px;
    right: 15px;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level > li .item_wrap .home-splink {
    width: 100%;
  }
  .header__bottom nav ul.first_level > li .item_wrap .home-splink.no-link {
    pointer-events: none;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level > li .ai-wrap:hover {
    color: #00b398;
  }
}
@media only screen and (max-width:767px) {
  .header__bottom nav ul.first_level > li .ai-wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #00b398), to(#99e1d6));
    background: -webkit-linear-gradient(left, #00b398 40%, #99e1d6 100%);
    background: linear-gradient(90deg, #00b398 40%, #99e1d6 100%);
    border-bottom: 0;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area {
    position: absolute;
    width: 596px;
    margin: 0 auto;
    z-index: 11;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    top: 90px;
  }
  .header__bottom nav ul.first_level .dropdown_area.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .header__bottom nav ul.first_level .dropdown_area.hes {
    right: 20px;
  }
  .header__bottom nav ul.first_level .dropdown_area.egpa {
    left: 60px;
  }
  .header__bottom nav ul.first_level .dropdown_area.simulator {
    right: 20px;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area {
    position: static;
    visibility: visible;
    background-color: #ffffff;
    padding: 0;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area.open {
    max-height: 700px; /* コンテンツ量に応じて調整 */
    opacity: 1;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level {
  max-width: 298px;
  text-align: initial;
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level.menu-right {
    margin-left: auto;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level {
    display: block;
    max-width: 100%;
    padding: 8px 0 16px;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level.column3 > li {
  width: calc((100% - 80px) / 3);
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level.column3 > li {
    width: 100%;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level.column4 > li {
  width: calc((100% - 80px) / 4);
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level.column4 > li {
    width: 100%;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level.egpa a, .header__bottom nav ul.first_level .dropdown_area ul.second_level.simulator a {
  color: #dfa8c7;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level.egpa a, .header__bottom nav ul.first_level .dropdown_area ul.second_level.simulator a {
    color: #ae2573;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level.egpa li::after, .header__bottom nav ul.first_level .dropdown_area ul.second_level.simulator li::after {
  border-top: solid 2px #ae2573;
  border-right: solid 2px #ae2573;
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level.hes a {
  color: #cbefe9;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level.hes a {
    color: #00b398;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level.hes li::after {
  border-top: solid 2px #00b398;
  border-right: solid 2px #00b398;
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li {
  position: relative;
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a {
    display: inline-block;
    width: 100%;
    padding: 0 0 4px 8px;
    min-height: auto;
    pointer-events: none;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a p {
  color: #222;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a p {
    font-size: 0.875rem;
    color: #00b398;
    font-weight: bold;
    text-align: left;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a:hover {
    color: #ffffff;
    opacity: 1;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a.active, .header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a.active:visited {
  color: #ffffff !important;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a.active, .header__bottom nav ul.first_level .dropdown_area ul.second_level > li > a.active:visited {
    color: #00b398 !important;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level {
  display: none;
  margin-top: 10px;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level {
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level.open {
    max-height: 200px; /* コンテンツ量に応じて調整 */
    opacity: 1;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level li {
  position: relative;
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level li a {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px 10px 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level li a {
    padding: 2px 8px 2px 34px;
    color: #222;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
  }
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333f48;
  border-right: solid 2px #333f48;
  top: 10px;
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level li.row2::after {
  top: 15px;
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li ul.third_level li:last-child a {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #00b398;
    border-right: solid 2px #00b398;
    top: 8px;
    right: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.open::after {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
    top: 12px;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.green::after {
    border-top: solid 2px #00b398;
    border-right: solid 2px #00b398;
  }
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.green > a {
    color: #00b398;
  }
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.green > a.active, .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.green > a.active:visited {
    color: #00b398 !important;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.link::after {
    display: none;
  }
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.link a {
    pointer-events: initial;
  }
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.link.open::after {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    top: 10px;
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav ul.first_level .dropdown_area ul.second_level > li.home {
    display: none;
  }
}
@media only screen and (min-width:768px) {
  .header__bottom nav .globalmenu_bg {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 6px rgba(159, 117, 159, 0.4);
            box-shadow: 0 2px 6px rgba(159, 117, 159, 0.4);
  }
  .header__bottom nav .globalmenu_bg.hes {
    background: -webkit-linear-gradient(179.86deg, #99e1d6 0%, #00b398 85.34%);
    background: linear-gradient(270.14deg, #99e1d6 0%, #00b398 85.34%);
  }
  .header__bottom nav .globalmenu_bg.egpa, .header__bottom nav .globalmenu_bg.simulator {
    background: -webkit-linear-gradient(179.86deg, #f27597 0%, #ae2573 85.34%);
    background: linear-gradient(270.14deg, #f27597 0%, #ae2573 85.34%);
  }
}
@media only screen and (max-width:768px) {
  .header__bottom nav .globalmenu_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
}
.header.is-spMenu-active .header__bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  top: 0;
  padding: 8px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #00b398), to(#99e1d6));
  background: -webkit-linear-gradient(left, #00b398 40%, #99e1d6 100%);
  background: linear-gradient(90deg, #00b398 40%, #99e1d6 100%);
}
@media only screen and (max-width:767px) {
  .header.is-spMenu-active .header__bottom {
    padding: 0;
  }
}
.header.is-spMenu-active .header__bottom--spmenu {
  display: block;
  padding-left: 15px;
}
.header.is-spMenu-active .header__bottom--spmenu p {
  font-size: clamp(1rem, -1.545rem + 12.73vw, 1.438rem);
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  line-height: 60px;
}
.header.is-spMenu-active .header__bottom--spButton {
  background-color: #ffffff;
  border-radius: 6px;
  margin: 8px 15px 8px auto;
}
.header.is-spMenu-active .header__bottom--spButton .hm_bar span:nth-child(1) {
  width: 45%;
  height: 2px;
  border-radius: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.header.is-spMenu-active .header__bottom--spButton .hm_bar span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header.is-spMenu-active .header__bottom--spButton .hm_bar span:nth-child(3) {
  width: 45%;
  height: 2px;
  border-radius: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.header.is-spMenu-active nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (min-width:768px) {
  .scrolled_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.scrolled_list {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .scrolled_list {
    top: unset;
    left: unset;
  }
}

/* フッター */
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width:768px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
@media only screen and (max-width:768px) {
  .footer__left {
    width: 100%;
    background-color: #d5d9da;
  }
}
.footer__left ul {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 7px;
}
@media only screen and (max-width:768px) {
  .footer__left ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    line-height: 24px;
  }
}
.footer__left ul li {
  font-size: 1rem;
  color: #222;
  margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
  .footer__left ul li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: solid 1px #333f48;
  }
  .footer__left ul li:first-child {
    border-top: solid 1px #333f48;
  }
}
@media only screen and (max-width:480px) {
  .footer__left ul li {
    font-size: 0.75rem;
  }
}
.footer__left ul li:not(:last-child)::after {
  content: "|";
  margin: 0 1em;
}
@media only screen and (max-width:768px) {
  .footer__left ul li:not(:last-child)::after {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .footer__left ul li a {
    display: block;
    padding: 10px 12px;
  }
}
.footer__left ul li a.ex_link {
  position: relative;
  margin-left: 1.5em;
}
@media only screen and (max-width:768px) {
  .footer__left ul li a.ex_link {
    margin-left: 0;
  }
}
.footer__left ul li a.ex_link::after {
  content: "";
  background-image: url("/assets/img/common/icon_exlink.svg");
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: -1.5em;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .footer__left ul li a.ex_link::after {
    left: auto;
    right: 12px;
  }
}
.footer__left--bottom {
  font-size: 0.75rem;
  color: #222;
}
@media only screen and (max-width:768px) {
  .footer__left--bottom {
    text-align: center;
    padding: 20px 0;
  }
}
.footer__left--bottom .copyright {
  margin-right: 1em;
  margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
  .footer__left--bottom .copyright {
    margin-right: 0;
  }
}
.footer__left--bottom .company_name {
  display: inline-block;
  height: 18px;
  width: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .footer__left--bottom .company_name {
    height: 16px;
  }
}
.footer__left--bottom .company_name img {
  display: block;
}
.footer__left--bottom .splogo--astrazeneca {
  display: none;
}
@media only screen and (max-width:480px) {
  .footer__left--bottom .splogo--astrazeneca {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__left--bottom .splogo--astrazeneca a {
    display: inline-block;
  }
}
@media only screen and (max-width:768px) {
  .footer__right--lineButton {
    margin: 40px 0;
  }
}
@media only screen and (max-width:480px) {
  .footer__right--lineButton {
    margin: 40px 0;
  }
}
.footer__right--lineButton a {
  background-color: #00b398;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 245px;
  padding: 10px 12px 10px 5px;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(0, 179, 152, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(0, 179, 152, 0.2);
}
.footer__right--lineButton a:hover {
  text-decoration: none;
}
.footer__right--lineButton a img {
  display: block;
}
.footer__right--lineButton a img.arrow {
  width: 60px;
  height: 60px;
}
.footer__right--lineButton a p {
  color: #fff;
  font-weight: bold;
}
.footer_join {
  padding: 10px 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width:768px) {
  .footer_join {
    padding: 10px 0 0;
  }
}
.footer_join ul {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 24px;
}
@media only screen and (max-width:767px) {
  .footer_join ul {
    display: inline-block;
    height: auto;
    line-height: 24px;
    margin: 0 0 0 15px;
  }
}
.footer_join ul li {
  font-size: 1rem;
  color: #333f48;
  margin-right: 10px;
}
.footer_join ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width:480px) {
  .footer_join ul li {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.footer_join ul li a {
  position: relative;
  padding-right: 24px;
}
.footer_join ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333f48;
  border-right: solid 2px #333f48;
  position: absolute;
  top: 9px;
  right: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width:480px) {
  .footer_join ul li a::before {
    top: 7px;
    right: 12px;
  }
}
.footer_join ul li a:hover {
  color: #00b398;
}
.footer_join ul li a:hover::before {
  border-top: solid 2px #00b398;
  border-right: solid 2px #00b398;
}
.footer_join ul .popuplink a svg {
  position: absolute;
  top: 4px;
  right: 3px;
  fill: #333f48;
}
@media only screen and (max-width:480px) {
  .footer_join ul .popuplink a svg {
    top: 5px;
  }
}
.footer_join ul .popuplink a::before {
  display: none;
}
.footer_join ul .popuplink a:hover {
  color: #00b398;
}
.footer_join ul .popuplink a:hover svg {
  fill: #00b398;
}
.footer_join--top {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .footer_join--top .logo {
    text-align: left;
    padding: 0 0 15px 15px;
  }
}
.footer_join--top .company {
  padding: 15px 0 20px;
}
@media only screen and (max-width:767px) {
  .footer_join--top .company {
    text-align: left;
    padding: 0 0 10px 15px;
  }
}
.footer_join--top .company__text {
  font-size: 1rem;
}
.footer_join--top .company__text .mob_show {
  display: none;
}
@media only screen and (max-width:768px) {
  .footer_join--top .company__text {
    font-size: 0.875rem;
  }
  .footer_join--top .company__text .mob_show {
    display: block;
  }
}
.footer_join--middle {
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d9da;
}
.footer_join--bottom {
  font-size: 0.875rem;
  color: #222;
  border-top: 1px solid #d5d9da;
  text-align: center;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:767px) {
  .footer_join--bottom {
    text-align: center;
    padding: 20px 0 10px 15px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.footer_join--bottom .copyright {
  margin-right: 1em;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .footer_join--bottom .copyright {
    margin: 0;
    line-height: 1.7;
    text-align: left;
  }
}
.footer_join--bottom .company_name {
  display: inline-block;
  height: 18px;
  width: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .footer_join--bottom .company_name {
    height: 16px;
  }
}
.footer_join--bottom .company_name img {
  display: block;
}

/* 自宅投与 */
.homeadministration {
  background-color: #f2fbfa;
}
.homeadministration__wrapper {
  padding: 26px 0 35px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .homeadministration__wrapper {
    padding: 17px 14.5px 24px;
  }
}
.homeadministration__wrapper p {
  font-size: 18px;
  padding-bottom: 18px;
}
@media only screen and (max-width:767px) {
  .homeadministration__wrapper p {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 12px;
  }
}
.homeadministration__wrapper__link {
  width: 32%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .homeadministration__wrapper__link {
    width: 100%;
  }
}
.homeadministration__wrapper__link a {
  width: 100%;
  color: #00b398;
  background: #cbefe9;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  border-radius: 10px;
  padding: 14px 0 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 114, 96, 0.2);
          box-shadow: 2px 3px 3px 0 rgba(0, 114, 96, 0.2);
}
@media only screen and (max-width:767px) {
  .homeadministration__wrapper__link a {
    padding: 13px 0 12px;
  }
}
.homeadministration__wrapper__link a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #00b398;
  border-right: solid 3px #00b398;
  position: absolute;
  top: 25px;
  right: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width:481px) and (max-width:768px) {
  .homeadministration__wrapper__link a::after {
    border-top: solid 2px #00b398;
    border-right: solid 2px #00b398;
    top: 22px;
    right: 12px;
  }
}
@media only screen and (max-width:767px) {
  .homeadministration__wrapper__link a::after {
    border-top: solid 2px #00b398;
    border-right: solid 2px #00b398;
    top: 22px;
    right: 20px;
  }
}
.homeadministration__wrapper__link a:hover {
  background-color: #00b398;
  color: #ffffff;
  opacity: 1 !important;
  outline-offset: -3px;
}
.homeadministration__wrapper__link a:hover::after {
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
}
.homeadministration__wrapper__link a p {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0;
}
.homeadministration__wrapper__link a p sup {
  font-size: 100%;
  top: 0;
}
@media only screen and (min-width:481px) and (max-width:768px) {
  .homeadministration__wrapper__link a p {
    font-size: 1rem;
  }
}
@media only screen and (max-width:767px) {
  .homeadministration__wrapper__link a p {
    font-size: 1.125rem;
  }
}

/* ぜん息に関する情報サイト */
.informationsite__wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media only screen and (max-width:767px) {
  .informationsite__wrapper {
    padding: 20px 15px 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.informationsite__wrapper h2 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width:768px) {
  .informationsite__wrapper h2 {
    text-align: left;
    margin-bottom: 10px;
  }
}
.informationsite__wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 15px;
}
.informationsite__wrapper ul li a {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 24px;
}
.informationsite__wrapper ul li a svg {
  position: absolute;
  top: 4px;
  right: 3px;
  fill: #333f48;
}
.informationsite__wrapper ul li a:hover {
  color: #00b398;
}
.informationsite__wrapper ul li a:hover svg {
  fill: #00b398;
}
.informationsite__wrapper2 {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 500px;
  text-align: center;
}
@media (max-width: 768px) {
  .informationsite__wrapper2 {
    width: 95%;
    margin-left: 12.5px;
    padding: 20px 0 0;
    text-align: left;
  }
}
.informationsite__wrapper2 ul li a {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 24px;
}
@media (max-width: 769px) {
  .informationsite__wrapper2 ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
}
.informationsite__wrapper2 ul li a svg {
  position: absolute;
  top: 4px;
  right: 3px;
  fill: #333f48;
}
@media (max-width: 769px) {
  .informationsite__wrapper2 ul li a svg {
    right: 0;
  }
}
.informationsite__wrapper2 ul li a:hover {
  color: #00b398;
}
.informationsite__wrapper2 ul li a:hover svg {
  fill: #00b398;
}

/* ファーストビュー */
.firstview {
  /* トップ */
}
.firstview-top {
  background: -webkit-linear-gradient(180.24deg, #007260 0.41%, #00b398 59.92%);
  background: linear-gradient(269.76deg, #007260 0.41%, #00b398 59.92%);
  -webkit-box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
          box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .firstview-top {
    padding-bottom: 0;
    background: -webkit-linear-gradient(198.23deg, #007260 24.77%, #00b398 71.4%);
    background: linear-gradient(251.77deg, #007260 24.77%, #00b398 71.4%);
  }
}
.firstview-top__wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .firstview-top__wrapper {
    width: 100%;
  }
}
.firstview-top__wrapper__h1 {
  position: relative;
  height: 0;
  padding-top: 34.5%;
  background: url("/assets/img/top/top_firstview_hes.png") no-repeat center top;
  background-size: 100%;
}
@media only screen and (max-width:767px) {
  .firstview-top__wrapper__h1 {
    position: unset;
    height: auto;
    padding-top: 0;
    background-size: 100%;
  }
  .firstview-top__wrapper__h1 figure {
    width: 100%;
  }
  .firstview-top__wrapper__h1 figure img {
    width: 100%;
    height: auto;
  }
}
.firstview-top__wrapper h1 {
  position: absolute;
  width: 83%;
  max-width: 642px;
  top: 15px;
  left: 57%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -8%;
  text-align: center;
  color: #333f48;
  min-height: 0;
}
@media only screen and (max-width:1232px) {
  .firstview-top__wrapper h1 {
    font-size: clamp(1rem, 0.453rem + 2.33vw, 2.25rem);
  }
}
@media only screen and (max-width:1024px) {
  .firstview-top__wrapper h1 {
    font-size: clamp(1rem, 0.711rem + 1.23vw, 1.5rem);
  }
}
@media only screen and (max-width:768px) {
  .firstview-top__wrapper h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -14%;
    text-align: center;
  }
}
@media only screen and (max-width:767px) {
  .firstview-top__wrapper h1 {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    padding: 9px 9px 13px 18px;
    color: #ffffff;
    background: #00b398;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -14%;
    text-align: center;
  }
}
.firstview-top__wrapper h1 sup {
  font-size: 90%;
  top: 0;
}
.firstview-top__wrapper p {
  position: absolute;
  width: 40%;
  max-width: 420px;
  text-align: right;
  bottom: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}
@media only screen and (min-width:1233px) {
  .firstview-top__wrapper p {
    right: 10.5%;
  }
}
@media only screen and (max-width:1232px) {
  .firstview-top__wrapper p {
    width: 980px;
    right: calc((100% - 980px) / 2);
  }
}
@media only screen and (max-width:1024px) {
  .firstview-top__wrapper p {
    width: 35%;
    font-size: 14px;
    right: 2%;
  }
}
@media only screen and (max-width:767px) {
  .firstview-top__wrapper p {
    position: unset;
    width: 100%;
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 15px;
  }
}
.firstview {
  /* 下層ページ */
}
.firstview-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
          box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
  position: fixed;
  height: 70px;
  width: 100%;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.firstview-sub.egpa, .firstview-sub.simulator {
  background: -webkit-linear-gradient(179.86deg, #f27597 0%, #ae2573 85.34%);
  background: linear-gradient(270.14deg, #f27597 0%, #ae2573 85.34%);
}
.firstview-sub.hes {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #00b398), to(#99e1d6));
  background: -webkit-linear-gradient(left, #00b398 40%, #99e1d6 100%);
  background: linear-gradient(90deg, #00b398 40%, #99e1d6 100%);
}
@media only screen and (max-width:768px) {
  .firstview-sub {
    position: relative;
  }
}
@media only screen and (max-width:767px) {
  .firstview-sub {
    height: auto;
    padding: 0;
    position: initial;
  }
}
.firstview-sub__wrapper {
  max-width: 980px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
  padding: 0 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .firstview-sub__wrapper {
    position: relative;
  }
}
@media only screen and (max-width:767px) {
  .firstview-sub__wrapper {
    padding: 0;
  }
}
.firstview-sub__wrapper--icon {
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width:768px) {
  .firstview-sub__wrapper--icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.firstview-sub__wrapper--icon img {
  display: block;
  width: 100%;
}
.firstview-sub__wrapper--title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .firstview-sub__wrapper--title {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
  }
}
.firstview-sub__wrapper--title .parentCategory {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 50px;
  background-color: #eaebec;
}
@media only screen and (max-width:1024px) {
  .firstview-sub__wrapper--title .parentCategory {
    font-size: 1.125rem;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width:768px) {
  .firstview-sub__wrapper--title .parentCategory {
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width:374px) {
  .firstview-sub__wrapper--title .parentCategory {
    font-size: 0.75rem;
    margin-bottom: 7px;
  }
}
.firstview-sub__wrapper--title h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .firstview-sub__wrapper--title h1 {
    font-size: 21px;
    text-align: left;
    padding-left: 15px;
    line-height: 60px;
  }
}
.firstview-sub__list {
  width: 100%;
  background-color: #eaebec;
  padding: 12px 0;
}
@media only screen and (max-width:767px) {
  .firstview-sub__list {
    display: none;
  }
}
.firstview-sub__list ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px 10px;
}
.firstview-sub__list ul.flex_2 {
  max-width: 850px;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .firstview-sub__list ul {
    gap: 4px 50px;
  }
}
.firstview-sub__list ul li a {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #333f48;
  font-weight: 700;
  padding-right: 24px;
}
.firstview-sub__list ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #333f48;
  border-right: solid 2px #333f48;
  position: absolute;
  top: 7px;
  right: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.firstview-sub__list ul li a:hover {
  opacity: 1;
  color: #00b398;
}
.firstview-sub__list ul li a:hover::after {
  border-top: solid 2px #00b398;
  border-right: solid 2px #00b398;
}

/* パンくずリスト */
.breadcrumbs {
  background-color: #fff;
}
.breadcrumbs ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: right;
}
@media only screen and (max-width:980px) {
  .breadcrumbs ul {
    padding: 8px;
  }
}
@media only screen and (max-width:768px) {
  .breadcrumbs ul {
    padding: 5px 12px;
  }
}
.breadcrumbs ul li {
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline;
}
@media only screen and (max-width:768px) {
  .breadcrumbs ul li {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.3em;
}

/* カラムスタイル */
.column_wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 30px 0 50px;
}
.column_wrapper.egpa, .column_wrapper.simulator {
  background-color: #fbd5df;
}
.column_wrapper.hes {
  background-color: #f2fbfa;
}
@media only screen and (max-width:767px) {
  .column_wrapper {
    padding: 15px 15px 30px;
  }
}
.column_wrapper .main {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (min-width:481px) and (max-width:768px) {
  .column_wrapper .main {
    margin: 0 15px;
  }
}

/* サイドバー */
.sidebar {
  width: 272px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-left: 10px;
}
@media only screen and (max-width:1232px) {
  .sidebar {
    padding: 15px;
  }
}
@media only screen and (max-width:768px) {
  .sidebar {
    display: none;
  }
}
.sidebar .categoryTitle {
  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;
  margin-bottom: 20px;
}
.sidebar .categoryTitle img {
  margin-right: 10px;
}
.sidebar .categoryTitle p {
  font-size: 0.875rem;
  font-weight: bold;
}
.sidebar .buttonLinks > li > a.button {
  height: 100%;
  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;
  background-image: url("/assets/img/common/shape_arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-color: #cc99cc;
  color: #fff;
  border-radius: 8px;
  min-height: 60px;
  padding: 5px 35px 5px 15px;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(204, 153, 204, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(204, 153, 204, 0.2);
}
.sidebar .buttonLinks > li > a.button:hover {
  text-decoration: none;
}
.sidebar .buttonLinks > li > a.button p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width:1232px) {
  .sidebar .buttonLinks > li > a.button p {
    font-size: 0.875rem;
  }
}
.sidebar .buttonLinks > li.current > a.button {
  color: rgba(166, 172, 177, 0.6);
  background-color: rgba(166, 172, 177, 0.3);
  background-image: url("/assets/img/common/shape_arrow_gray-lt.svg");
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.sidebar .buttonLinks > li.current > a.button:hover {
  opacity: 1;
}
.sidebar .buttonLinks > li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar .textLinks {
  margin-top: 20px;
}
.sidebar .textLinks > li > a.button {
  min-height: 56px;
  height: 100%;
  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;
  background-image: url("/assets/img/common/shape_arrow_purple.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding: 10px 35px 10px 15px;
  border-top: #cc99cc 1px dotted;
}
.sidebar .textLinks > li > a.button:hover {
  text-decoration: none;
}
.sidebar .textLinks > li > a.button p {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
.sidebar .textLinks > li.current > a.button {
  background-image: url("/assets/img/common/shape_arrow_gray-lt.svg");
  color: rgba(166, 172, 177, 0.6);
  pointer-events: none;
}
.sidebar .textLinks > li.current > a.button:hover {
  opacity: 1;
}
.sidebar .textLinks > li:last-child > a.button {
  border-bottom: #cc99cc 1px dotted;
}

/* 関連コンテンツ */
.relatedContents {
  background-color: rgba(204, 153, 204, 0.25);
}
.relatedContents__wrapper {
  max-width: 980px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 12px;
  margin: 0 auto;
}
.relatedContents__wrapper--title {
  border-left: solid 6px #cc99cc;
  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;
  padding: 14px 0 0 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .relatedContents__wrapper--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 0 0 10px;
  }
}
.relatedContents__wrapper--title p.sub {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 20px;
  color: #807f83;
}
@media only screen and (max-width:768px) {
  .relatedContents__wrapper--title p.sub {
    font-size: 0.75rem;
  }
}
.relatedContents__wrapper--title p.main {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  color: #eaebec;
}
@media only screen and (max-width:768px) {
  .relatedContents__wrapper--title p.main {
    font-size: 1.25rem;
  }
}
.relatedContents__wrapper--linkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  .relatedContents__wrapper--linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.relatedContents__wrapper--linkList::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
  height: 0;
}
@media only screen and (max-width:768px) {
  .relatedContents__wrapper--linkList::after {
    display: none;
  }
}
.relatedContents__wrapper--linkList li {
  width: calc((100% - 80px) / 3);
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .relatedContents__wrapper--linkList li {
    width: 100%;
  }
}
.relatedContents__wrapper--linkList li.current {
  display: none;
}
.relatedContents__wrapper--linkList li a.button {
  height: 100%;
  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;
  background-image: url("/assets/img/common/shape_arrow_purple.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 40px 8px 20px;
  min-height: 60px;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(204, 153, 204, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(204, 153, 204, 0.2);
}
.relatedContents__wrapper--linkList li a.button:hover {
  text-decoration: none;
}
.relatedContents__wrapper--linkList li a.button p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}

/* ページトップへ戻るボタン */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.back-to-top button {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  width: 56px;
  height: 56px;
  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;
}
@media only screen and (max-width:767px) {
  .back-to-top button {
    width: 44px;
    height: 44px;
  }
}
.back-to-top button:hover {
  background-color: rgb(255, 255, 255);
}
.back-to-top button img {
  display: block;
  width: 28px;
  height: 43px;
}
@media only screen and (max-width:767px) {
  .back-to-top button img {
    width: 24px;
    height: 36px;
  }
}

/* 画像拡大表示 */
.image-zoom-button {
  position: relative;
  display: block;
}
.image-zoom-button::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("/assets/img/common/icon_zoom.svg");
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #cc99cc;
}
@media only screen and (max-width:768px) {
  .image-zoom-button::after {
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
  }
}

.image-zoom {
  max-width: 880px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width:480px) {
  .image-zoom {
    padding: 5px;
  }
}
.image-zoom img {
  width: 100%;
  height: auto;
  display: block;
}
.image-zoom button {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cc99cc;
  padding: 8px 36px 8px 30px;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}
.image-zoom button:hover, .image-zoom button:focus {
  opacity: 0.7;
}
.image-zoom button span {
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  pointer-events: none;
}
@media only screen and (max-width:768px) {
  .image-zoom button span {
    font-size: 1rem;
  }
}
.image-zoom button img {
  width: 30px;
  height: 30px;
  pointer-events: none;
}
@media only screen and (max-width:768px) {
  .image-zoom button img {
    width: 25px;
    height: 25px;
  }
}

.mgb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .mgb20 {
    margin-bottom: 16px;
  }
}

.italic {
  font-style: italic;
}/*# sourceMappingURL=common.css.map */