@charset "UTF-8";
#mainImageWrap {
  height: 100vh; }
  @media only screen and (min-width: 751px), print {
    #mainImageWrap .mainImageSlider {
      display: none; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainImageWrap .mainImageSlider {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      #mainImageWrap .mainImageSlider li {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #mainImageWrap .mainImageSlider li.slide01 {
          background: url(../../img/ph_mainimage_01_sp.jpg) no-repeat center center;
          background-size: cover; }
        #mainImageWrap .mainImageSlider li.slide02 {
          background: url(../../img/ph_mainimage_02_sp.jpg) no-repeat center center;
          background-size: cover; }
        #mainImageWrap .mainImageSlider li.slide03 {
          background: url(../../img/ph_mainimage_03_sp.jpg) no-repeat center center;
          background-size: cover; }
        #mainImageWrap .mainImageSlider li.slide04 {
          background: url(../../img/ph_mainimage_04_sp.jpg) no-repeat center center;
          background-size: cover; }
        #mainImageWrap .mainImageSlider li.slide05 {
          background: #008CA0; }
        #mainImageWrap .mainImageSlider li.visible {
          opacity: 1; } }
  #mainImageWrap .mainImageInner {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  #mainImageWrap h1,
  #mainImageWrap .mainCopy,
  #mainImageWrap .scrollIcon {
    z-index: 2; }
  #mainImageWrap .mainCopy {
    margin-top: 70px;
    font-size: 2.4rem;
    text-align: center; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #mainImageWrap .mainCopy {
        margin-top: 80px;
        font-size: 3rem; } }
  #mainImageWrap .scrollIcon {
    position: absolute;
    right: 50%;
    bottom: 18px;
    font-size: 1rem;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #mainImageWrap .scrollIcon {
        bottom: 36px;
        font-size: 2rem; } }
    #mainImageWrap .scrollIcon:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 26px;
      top: -32px;
      left: 50%;
      background: #fff; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #mainImageWrap .scrollIcon:before {
          width: 2px;
          height: 52px;
          top: -64px;
          margin-left: -1px; } }
    #mainImageWrap .scrollIcon:after {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      top: -32px;
      left: 50%;
      margin-left: -2px;
      border-radius: 50%;
      background: #fff;
      -webkit-animation: scrollIcon 2s linear 0s infinite;
      -moz-animation: scrollIcon 2s linear 0s infinite;
      -ms-animation: scrollIcon 2s linear 0s infinite;
      animation: scrollIcon 2s linear 0s infinite;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      animation-fill-mode: both; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #mainImageWrap .scrollIcon:after {
          width: 10px;
          height: 10px;
          top: -64px;
          margin-left: -4px;
          -webkit-animation: scrollIconSP 2s linear 0s infinite;
          -moz-animation: scrollIconSP 2s linear 0s infinite;
          -ms-animation: scrollIconSP 2s linear 0s infinite;
          animation: scrollIconSP 2s linear 0s infinite;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          -ms-animation-fill-mode: both;
          animation-fill-mode: both; } }
  @media only screen and (min-width: 751px), print {
    #mainImageWrap {
      width: 100%;
      overflow: hidden; }
      #mainImageWrap:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2; }
      #mainImageWrap #ytMovie {
        position: absolute;
        top: calc(50%);
        left: 50%;
        z-index: 1;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #mainImageWrap h1 img {
        width: 351px; } }

@-webkit-keyframes scrollIcon {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); } }
@-moz-keyframes scrollIcon {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); } }
@-ms-keyframes scrollIcon {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); } }
@keyframes scrollIcon {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px); } }
@-webkit-keyframes scrollIconSP {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    -webkit-transform: translateY(48px);
    transform: translateY(48px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); } }
@-moz-keyframes scrollIconSP {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    -webkit-transform: translateY(48px);
    transform: translateY(48px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); } }
@-ms-keyframes scrollIconSP {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    -webkit-transform: translateY(48px);
    transform: translateY(48px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); } }
@keyframes scrollIconSP {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    -webkit-transform: translateY(48px);
    transform: translateY(48px); }
  90% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(52px);
    -ms-transform: translateY(52px);
    -webkit-transform: translateY(52px);
    transform: translateY(52px); } }
#hotTopics {
  position: relative;
  padding: 28px 0;
  background: #f2f2f2;
  z-index: 2; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #hotTopics {
      padding: 40px; } }
  @media only screen and (min-width: 751px), print {
    #hotTopics .topicsList {
      width: 100%;
      max-width: 1150px;
      margin: auto; } }
  #hotTopics .topicsList li:nth-child(n+2) {
    margin-top: 28px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #hotTopics .topicsList li:nth-child(n+2) {
        margin-top: 40px; } }
  #hotTopics .topicsList li a {
    padding-left: 32px;
    background: url(../../img/icon_hottopic.png) no-repeat left 2px;
    background-size: 17px; }
    @media only screen and (min-width: 751px), print {
      #hotTopics .topicsList li a:hover {
        text-decoration: underline; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #hotTopics .topicsList li a {
        padding-left: 64px;
        background: url(../../img/icon_hottopic_sp.png) no-repeat left top; } }

@media only screen and (min-width: 751px), print {
  #newsBlock {
    display: flex;
    width: 100%;
    max-width: 1150px;
    margin: auto;
    padding: 57px 0 62px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #newsBlock {
    padding: 110px 30px 100px; } }
@media only screen and (min-width: 751px), print {
  #newsBlock h2 {
    padding-top: 20px;
    width: 155px; } }
#newsBlock h2 .en {
  font-family: Hiragino Kaku Gothic W0 JIS2004, メイリオ, Meiryo, sans-serif;
  font-size: 3.8rem;
  line-height: 3.8rem; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsBlock h2 .en {
      font-size: 5.6rem; } }
#newsBlock h2 .jp {
  margin-top: 3px;
  color: #008CA0; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsBlock h2 .jp {
      margin-top: 6px; } }
@media only screen and (min-width: 751px), print {
  #newsBlock .newsList {
    width: calc(100% - 155px); } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #newsBlock .newsList {
    margin-top: 75px; } }
@media only screen and (min-width: 751px), print {
  #newsBlock .newsList li {
    display: flex; } }
#newsBlock .newsList li:nth-child(n+2) {
  margin-top: 20px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsBlock .newsList li:nth-child(n+2) {
      margin-top: 75px; } }
@media only screen and (min-width: 751px), print {
  #newsBlock .newsList li a:hover {
    text-decoration: underline; } }
#newsBlock .newsList li .date {
  position: relative; }
  @media only screen and (min-width: 751px), print {
    #newsBlock .newsList li .date {
      width: 223px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsBlock .newsList li .date {
      display: inline-block;
      padding-right: 30px; } }
  #newsBlock .newsList li .date .category {
    position: absolute;
    display: flex;
    width: 100px;
    height: 24px;
    top: 0;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    background: #E6E6E6; }
    @media only screen and (min-width: 751px), print {
      #newsBlock .newsList li .date .category {
        right: 15px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsBlock .newsList li .date .category {
        width: 180px;
        height: 48px;
        left: 100%;
        font-size: 2.4rem; } }
@media only screen and (min-width: 751px), print {
  #newsBlock .newsList li .title {
    width: calc(100% - 223px); } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #newsBlock .newsList li .title {
    margin-top: 10px; } }
#newsBlock .btnWrap {
  width: 100%;
  margin-top: 40px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsBlock .btnWrap {
      margin-top: 85px; } }
  #newsBlock .btnWrap .btnStyle {
    width: 300px;
    height: 50px;
    margin: auto;
    background: #D1EBEE; }
    @media only screen and (min-width: 751px), print {
      #newsBlock .btnWrap .btnStyle:hover {
        color: #fff;
        background: #008CA0; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsBlock .btnWrap .btnStyle {
        width: 560px;
        height: 100px; } }

#section01 article {
  position: relative;
  overflow: hidden; }
#section01 .largeLink,
#section01 .accordionTrigger {
  display: block;
  width: 100%;
  height: 250px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  @media only screen and (min-width: 751px), print {
    #section01 .largeLink:hover,
    #section01 .accordionTrigger:hover {
      background: #3E3A39; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #section01 .largeLink,
    #section01 .accordionTrigger {
      height: 260px; }
      #section01 .largeLink:after,
      #section01 .accordionTrigger:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        background: #3E3A39;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
  #section01 .largeLink.active,
  #section01 .accordionTrigger.active {
    background: #3E3A39; }
    #section01 .largeLink.active .triggerInner .en,
    #section01 .accordionTrigger.active .triggerInner .en {
      color: #008CA0; }
    #section01 .largeLink.active .triggerInner:before, #section01 .largeLink.active .triggerInner:after,
    #section01 .accordionTrigger.active .triggerInner:before,
    #section01 .accordionTrigger.active .triggerInner:after {
      background: #008CA0;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media only screen and (min-width: 751px), print {
      #section01 .largeLink.active + .floatBtn,
      #section01 .accordionTrigger.active + .floatBtn {
        top: 90px;
        opacity: 1; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section01 .largeLink.active,
      #section01 .accordionTrigger.active {
        margin-bottom: 180px; }
        #section01 .largeLink.active:after,
        #section01 .accordionTrigger.active:after {
          height: 180px; }
        #section01 .largeLink.active + .floatBtn,
        #section01 .accordionTrigger.active + .floatBtn {
          top: 290px;
          opacity: 1; } }
#section01 .largeLinkInner,
#section01 .triggerInner {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1150px;
  height: 100%;
  margin: auto;
  padding-left: 165px;
  color: #fff;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #section01 .largeLinkInner,
    #section01 .triggerInner {
      padding-left: 150px; } }
  #section01 .largeLinkInner .en,
  #section01 .triggerInner .en {
    font-size: 5rem;
    font-family: Hiragino Kaku Gothic W0 JIS2004, メイリオ, Meiryo, sans-serif;
    line-height: 5.5rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section01 .largeLinkInner .en,
      #section01 .triggerInner .en {
        font-size: 7.2rem;
        line-height: 7rem; } }
  #section01 .largeLinkInner .jp,
  #section01 .triggerInner .jp {
    font-size: 2.2rem;
    line-height: 4.4rem; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section01 .largeLinkInner .jp,
      #section01 .triggerInner .jp {
        font-size: 3.4rem;
        line-height: 6rem; } }
#section01 .triggerInner:before, #section01 .triggerInner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50%;
  left: 75px;
  margin-top: -1px;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #section01 .triggerInner:before, #section01 .triggerInner:after {
      left: 55px; } }
#section01 .triggerInner:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
#section01 .largeLinkInner:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 75px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #section01 .largeLinkInner:before {
      left: 50px; } }
#section01 .floatBtn {
  position: absolute;
  display: flex;
  width: 280px;
  height: 70px;
  top: 250px;
  left: calc(50% + 310px);
  color: #fff;
  font-size: 1.8rem;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 4px;
  background: #141414;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #section01 .floatBtn:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 30px;
    border-top: 2px solid #008CA0;
    border-right: 2px solid #008CA0;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  @media only screen and (min-width: 751px), print {
    #section01 .floatBtn:hover {
      background: #008CA0; }
      #section01 .floatBtn:hover:before {
        border-color: #fff; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #section01 .floatBtn {
      width: 560px;
      height: 100px;
      left: 50%;
      font-size: 3rem;
      border-radius: 8px;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      #section01 .floatBtn:before {
        width: 20px;
        height: 20px;
        right: 100px;
        border-width: 4px; } }
#section01 .accordion {
  display: none;
  position: relative; }
#section01 .contentList {
  display: flex;
  flex-wrap: wrap;
  background: #3E3A39; }
  #section01 .contentList li {
    width: 33.333%; }
    @media only screen and (min-width: 751px), print {
      #section01 .contentList li:nth-child(3n) {
        width: 33.334%; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section01 .contentList li {
        width: 50%;
        height: 250px; } }
  #section01 .contentList a {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    overflow: hidden; }
    #section01 .contentList a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 2;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 751px), print {
      #section01 .contentList a {
        padding-top: 53%; }
        #section01 .contentList a:hover:before {
          background: rgba(0, 140, 160, 0.6); } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section01 .contentList a {
        height: 100%;
        font-size: 3rem; } }
  @media only screen and (min-width: 751px), print {
    #section01 .contentList .imgWrap {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1; } }
  #section01 .contentList .imgWrap img {
    display: block;
    width: 100%; }
  #section01 .contentList .txtWrap {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3; }
    #section01 .contentList .txtWrap small {
      margin-left: 0.2rem;
      font-size: 1.4rem; }

#section01 {
  background-image: linear-gradient(43deg, #3859a7 0%, #2d60a9 7%, #1778ae 23%, #0095ac 41%, #37a4b8 63%, #67afc1 72.25%, #c8dfe6 100%); }

#service .accordionTrigger,
#sustainability .accordionTrigger,
#ir .accordionTrigger,
#recruit .largeLink {
  border-top: 1px solid #fff; }

@media only screen and (min-width: 751px), print {
  #sustainability .contentList li:nth-child(odd) a:not(:hover),
  #ir .contentList li:nth-child(odd) a:not(:hover) {
    background: #141414; }
  #sustainability .contentList li:nth-child(even) a:not(:hover),
  #ir .contentList li:nth-child(even) a:not(:hover) {
    background: #212121; }
  #sustainability .contentList li:nth-child(n+5):nth-child(odd) a:not(:hover),
  #ir .contentList li:nth-child(n+5):nth-child(odd) a:not(:hover) {
    background: #212121; }
  #sustainability .contentList li:nth-child(n+5):nth-child(even) a:not(:hover),
  #ir .contentList li:nth-child(n+5):nth-child(even) a:not(:hover) {
    background: #141414; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #sustainability .contentList li a,
  #ir .contentList li a {
    background: #212121; }
  #sustainability .contentList li:nth-child(4n) a, #sustainability .contentList li:nth-child(4n+1) a,
  #ir .contentList li:nth-child(4n) a,
  #ir .contentList li:nth-child(4n+1) a {
    background: #141414; } }
#sustainability .contentList a:before,
#ir .contentList a:before {
  display: none; }

@media only screen and (min-width: 751px), print {
  #sustainability .contentList li {
    width: calc(100% / 3) !important; } }

@media only screen and (min-width: 751px), print {
  #ir .contentList li {
    width: 25% !important; } }
#ir .contentList li a[target="_blank"] .txtWrap span:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.9rem;
  margin-left: 1rem;
  background: url(/common/img/icon_blank_white.png) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #ir .contentList li a[target="_blank"] .txtWrap span:after {
      width: 2rem;
      height: 1.8rem; } }
#ir .contentList li .iconNote {
  display: inline-block;
  width: 50px;
  margin-inline: 10px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #ir .contentList li .iconNote {
      width: 80px; } }

#section02 .bannerWrap {
  padding: 60px 0; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #section02 .bannerWrap {
      padding: 30px 0; } }
#section02 .banner {
  display: block;
  margin: auto; }
@media only screen and (min-width: 751px), print {
  #section02 .kamino {
    width: 1000px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    #section02 .kamino:hover {
      opacity: 0.7; } }

#section03 {
  width: 100%; }
  #section03 #googleMap {
    position: relative;
    width: 100%;
    height: 456px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section03 #googleMap {
        height: 800px; } }
  #section03 .floatBtn {
    display: flex;
    position: absolute;
    width: 200px;
    height: 40px;
    left: 20px;
    padding-right: 10px;
    color: #008CA0;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #008CA0;
    z-index: 2; }
    @media only screen and (min-width: 751px), print {
      #section03 .floatBtn {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section03 .floatBtn {
        width: 370px;
        height: 80px;
        left: 40px;
        border-width: 2px; } }
    @media only screen and (min-width: 751px), print {
      #section03 .floatBtn.access {
        top: 20px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section03 .floatBtn.access {
        top: 25px; } }
    @media only screen and (min-width: 751px), print {
      #section03 .floatBtn.google {
        top: 68px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #section03 .floatBtn.google {
        top: 120px; } }
    #section03 .floatBtn.google:before, #section03 .floatBtn.google:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 9px;
      top: 50%;
      right: 17px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #section03 .floatBtn.google:before, #section03 .floatBtn.google:after {
          width: 20px;
          height: 18px; } }
    #section03 .floatBtn.google:before {
      background: url(../img/icon_blank.png) no-repeat; }
      @media only screen and (min-width: 751px), print {
        #section03 .floatBtn.google:before {
          background-size: 10px; } }
    #section03 .floatBtn.google:after {
      background: url(../img/icon_blank_white.png) no-repeat;
      background-size: 10px;
      opacity: 0; }
    #section03 .floatBtn:hover {
      color: #fff;
      background: #008CA0; }
      #section03 .floatBtn:hover:before {
        opacity: 0; }
      #section03 .floatBtn:hover:after {
        opacity: 1; }
  #section03 #googleMapStage {
    width: 100%;
    height: 100%; }

.ie #hotTopics .topicsList li a {
  padding-top: 2px; }
.ie #newsBlock .newsList li .date .category {
  top: -2px !important;
  padding-top: 1px !important; }
