@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt';
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 0;
  }
}

@media screen and (min-width: 1000px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

@media (max-width: 767px) {
  img,
  svg {
    height: auto;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .wrapper {
    max-width: 88%;
    padding: 40px 0;
  }
}

.text_en {
  font-family: myriad-pro, sans-serif;
  font-weight: 800;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

@media screen and (min-width: 321px) {
  .exsp {
    display: none;
  }
}

/* =========================================================
contents
========================================================= */
.contents {
  display: block;
  overflow: hidden;
}

/* --　見出し　---------------------------------------- */
.secTitle {
  text-align: left;
  color: #2FAFD1;
  letter-spacing: .1em;
  font-size: 2rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .secTitle {
    font-size: 1.2rem;
  }
}

.secTitle02 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .secTitle02 {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 2.3rem;
  }
}

.secTitle02:only-child {
  margin-bottom: 0;
}

.secTitle03 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .secTitle03 {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}

.sectionHeader {
  display: flex;
  align-items: center;
  margin: 0 0 70px;
}

@media (max-width: 767px) {
  .sectionHeader {
    display: block;
    position: relative;
    margin: 0 0 30px;
  }
}

.sectionHeader .secTitle {
  width: 310px;
}

@media (max-width: 767px) {
  .sectionHeader .secTitle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: auto;
    padding-right: 10px;
    margin: auto;
    line-height: 1.4;
  }
}

.sectionHeader .airplane {
  display: flex;
  align-items: center;
  width: calc(100% - 310px);
}

@media (max-width: 767px) {
  .sectionHeader .airplane {
    width: 100%;
  }
}

.sectionHeader .airplane .line {
  display: block;
  border-top: 1px solid #D2D2D2;
  width: 0;
  transition: all 1.5s;
}

.sectionHeader .airplane .icon {
  margin-left: 29px;
  opacity: 0;
  transition: all .5s;
  transition-delay: 1.5s;
}

@media (max-width: 767px) {
  .sectionHeader .airplane .icon {
    width: 23px;
    margin-left: 17px;
  }
}

.sectionHeader.fadein .airplane .line {
  width: calc(100% - 70px);
}

@media (max-width: 767px) {
  .sectionHeader.fadein .airplane .line {
    width: calc(100% - 40px);
  }
}

.sectionHeader.fadein .airplane .icon {
  opacity: 1;
}

strong {
  font-weight: bold;
}

@media (max-width: 767px) {
  strong {
    font-weight: 600;
  }
}

/* --　block　---------------------------------------- */
.bgGray {
  background: #F0F0F0;
}

/* --　リンクボタン　---------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  position: relative;
}

.globalFooter .wrapper {
  padding: 50px 0 70px;
}

.globalFooter .contactBlock {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  color: #2FAFD1;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .globalFooter .contactBlock {
    font-size: 1.3rem;
  }
}

.globalFooter .contactBlock .logoWrap {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.globalFooter .contactBlock .logoWrap .logo {
  width: 50%;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .globalFooter .contactBlock .logoWrap .logo {
    padding: 0 30px;
  }
}

@media (max-width: 320px) {
  .globalFooter .contactBlock .logoWrap .logo {
    padding: 0 25px;
  }
}

.globalFooter .contactBlock .logoWrap .logo + .logo {
  border-left: 1px solid #000;
}

@media (max-width: 767px) {
  .globalFooter .contactBlock .logoWrap .logo img {
    display: block;
  }
}

.globalFooter .contactBlock .btn {
  margin-top: 30px;
}

.globalFooter .contactBlock .btn a {
  position: relative;
  display: block;
  border: 2px solid;
  width: 100%;
  height: 80px;
  line-height: 76px;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .globalFooter .contactBlock .btn a {
    border-width: 1px;
    width: 100%;
    line-height: 78px;
    font-size: 1.3rem;
  }
}

.globalFooter .contactBlock .btn a:hover {
  border-color: #2FAFD1;
  background-color: #2FAFD1;
  color: #fff;
  opacity: 1;
}

.globalFooter .copyright {
  background: #343434;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .globalFooter .copyright {
    padding: 7px 0;
    font-size: 1rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 2;
  background: url("../img/pagetop.svg") no-repeat right bottom;
  width: 35px;
  height: 150px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: 30px !important;
    right: 5px;
    background-position: top right;
    background-size: 11px auto;
    width: 25px;
    height: 70px;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.pagetop span {
  display: block;
  position: absolute;
  bottom: 60px;
  left: -35px;
  white-space: nowrap;
  letter-spacing: .05em;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .pagetop span {
    bottom: 22px;
    left: -15px;
    letter-spacing: .1em;
  }
}

/* =========================================================
SLICK
========================================================= */
.slick-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 10px;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  transition: all .2s;
  text-indent: -9999px;
  opacity: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    top: 60vw;
    z-index: 1;
    width: 40px;
    height: 40px;
  }
}

.slick-slider .slick-arrow svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  fill: #fff;
  width: 35px;
  height: 30px;
  margin: auto;
}

@media (min-width: 768px) {
  .slick-slider:hover .slick-arrow {
    top: 0;
    opacity: 1;
  }
}

.slick-slider .slick-prev {
  left: -70px;
  transform: scale(-1, 1);
}

.slick-slider .slick-next {
  right: -70px;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-dots {
    width: calc(100% - 20px);
    margin: 40px auto 0;
    text-align: center;
  }
}

.slick-slider .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 0 3px;
  font-size: 12px;
}

.slick-slider .slick-dots li button {
  border: none;
  background: #d9db9c;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-slider .slick-dots li.slick-active button {
  background: #2FAFD1;
}

/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  overflow: hidden;
}

.kv .wrapper {
  position: relative;
  padding: 85px 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .wrapper {
    padding: 20px 0 0;
  }
}

@media (max-width: 767px) {
  .kv .wrapper {
    padding: 0;
  }
}

.kv .logo {
  text-align: right;
}

@media (max-width: 767px) {
  .kv .logo {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.kv .logo a {
  display: block;
}

@media (max-width: 767px) {
  .kv .logo img {
    width: 110px;
  }
}

.kvContents {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .kvContents {
    padding: 20px 0;
  }
}

.kvContents .textBox {
  position: relative;
  background: url("../img/tegaki_bg.svg") no-repeat center/100% auto;
  width: 157px;
  height: 524px;
  margin-right: 65px;
}

@media (max-width: 1024px) {
  .kvContents .textBox {
    width: 20%;
    height: 57vw;
    margin-right: 4%;
  }
}

.kvContents .textBox #svg-animation .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 13;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 2000;
  /* この行を追加 */
  stroke-dashoffset: 2000;
  /* この行を追加 */
}

.kvContents .textBox #svg-animation {
  max-width: 100%;
  height: auto;
}

.kvContents .textBox .eachTextAnime {
  position: absolute;
}

@media (max-width: 1024px) {
  .kvContents .textBox .eachTextAnime {
    width: 50%;
  }
}

.kvContents .textBox .eachTextAnime:first-child {
  top: 6%;
  right: 0;
}

.kvContents .textBox .eachTextAnime:last-child {
  top: 35%;
  left: 0;
}

.kvContents .textBox .eachTextAnime img {
  display: block;
  /* アニメーションに関数プロパティ */
  position: relative;
  opacity: 0;
  /* フェードインしたいので最初は非表示 */
  transition: 1s;
  /* 1秒かけてアニメーション */
}

@media (max-width: 1024px) {
  .kvContents .textBox .eachTextAnime img {
    width: 100%;
    height: auto;
  }
}

.kvContents .textBox .eachTextAnime img.fadein {
  opacity: 1;
}

.kvContents .kvLogo {
  opacity: 0;
}

@media (max-width: 1024px) {
  .kvContents .kvLogo {
    width: 76%;
    margin-top: 40px;
  }
}

.kvList {
  width: 900px;
}

@media (max-width: 767px) {
  .kvList {
    width: 95%;
  }
}

.kvList .slick-list {
  overflow: visible;
}

.fade00 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: liner;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/* =========================================================
message
========================================================= */
.messageBlock {
  position: relative;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .messageBlock {
    font-size: 1.4rem;
  }
}

.messageBlock + .messageBlock {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .messageBlock + .messageBlock {
    margin-top: 60px;
  }
}

.messageBlock .photo {
  position: relative;
  top: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all .75s linear .5s;
  text-align: right;
}

@media (max-width: 767px) {
  .messageBlock .photo {
    position: absolute;
    left: -7%;
    top: 95px;
    z-index: -1;
    width: 90%;
    height: auto;
    max-height: calc(100% - 70px);
    overflow: hidden;
  }
  .messageBlock .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.messageBlock .textBlock {
  position: absolute;
  left: 0;
  top: 20px;
  width: 690px;
  line-height: 2.8;
}

@media (max-width: 767px) {
  .messageBlock .textBlock {
    position: static;
    width: 100%;
    line-height: 2.5;
  }
}

.messageBlock .textBlock .secTitle02 {
  position: relative;
  top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all .5s linear 1.5s;
}

@media (max-width: 767px) {
  .messageBlock .textBlock .secTitle02 {
    top: 10px;
    height: 75px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.messageBlock .textBlock .text {
  position: relative;
  top: 30px;
  letter-spacing: .025em;
  visibility: hidden;
  opacity: 0;
  transition: all .5s linear 2s;
}

@media (max-width: 767px) {
  .messageBlock .textBlock .text {
    top: 10px;
    min-height: 70vw;
  }
}

.messageBlock .textBlock .text .name {
  margin-top: 1em;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .messageBlock .textBlock .text .name {
    margin-top: .5em;
    font-size: 1.8rem;
  }
}

.messageBlock .textBlock .text small {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .messageBlock .textBlock .text small {
    font-size: 1.4rem;
  }
}

.messageBlock:nth-of-type(even) .photo {
  text-align: left;
}

@media (max-width: 767px) {
  .messageBlock:nth-of-type(even) .photo {
    left: auto;
    right: -7%;
  }
}

.messageBlock:nth-of-type(even) .textBlock {
  left: auto;
  right: 0;
}

.messageBlock.fadein .secTitle02,
.messageBlock.fadein .text {
  opacity: 1;
  top: 20px;
  visibility: visible;
}

@media (max-width: 767px) {
  .messageBlock.fadein .secTitle02,
  .messageBlock.fadein .text {
    top: 0;
  }
}

.messageBlock.fadein .photo {
  opacity: 1;
  top: 0;
  visibility: visible;
}

@media (max-width: 767px) {
  .messageBlock.fadein .photo {
    top: 85px;
  }
}

@media (max-width: 767px) {
  .messageBlock:last-of-type .secTitle02 {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .messageBlock:last-of-type .photo {
    top: 65px;
    max-height: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .messageBlock:last-of-type.fadein .photo {
    top: 55px;
  }
}

/* =========================================================
future
========================================================= */
/* =========================================================
corporate
========================================================= */
.corporate {
  background: url("../img/corporate_bg01.jpg?ver0.2") no-repeat center/cover;
  padding-bottom: 75px;
  line-height: 2.4;
  color: #fff;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .corporate {
    background: none;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .corporate .wrapper {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .corporate .secTitle {
    color: inherit;
  }
}

.corporate .logo {
  margin: -30px 0 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .corporate .logo {
    margin: -10px 0 30px;
  }
  .corporate .logo img {
    width: 160px;
  }
}

.corporate p {
  letter-spacing: .025em;
}

.corporate p small {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .corporate .text01 {
    color: #000;
  }
}

.corporate .text02 {
  margin-top: 2em;
}

@media (max-width: 767px) {
  .corporate .text02 {
    background: linear-gradient(to bottom, #fff 2%, rgba(0, 0, 0, 0) 30%), url("../img/corporate_bg01_sp.jpg?ver0.3") no-repeat center/100% auto;
    margin: -10px -7% 0;
    padding: 40px 6% 60px;
  }
}

/* =========================================================
about
========================================================= */
.about .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  margin-top: -75px;
  padding: 50px 55px;
  font-size: 1.6rem;
  box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .about .wrapper {
    display: block;
    margin-top: -30px;
    padding: 30px 20px;
  }
}

.about .secTitle03 {
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .about .secTitle03 {
    margin: 0 0 20px;
  }
}

.about .image {
  width: 190px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about .image {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .about .image {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.about .equal {
  width: 120px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about .equal {
    width: 5%;
    margin: 0 2.5%;
  }
}

@media (max-width: 767px) {
  .about .equal {
    width: 10%;
    margin: 0 auto;
    text-align: center;
  }
  .about .equal img {
    display: block;
    width: 100%;
    transform: rotate(90deg);
  }
}

.aboutList {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
  margin-bottom: -30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .aboutList {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .aboutList {
    display: block;
    width: 100%;
    margin-bottom: -20px;
  }
}

.aboutList li {
  position: relative;
  border-top: 1px dotted #D2D2D2;
  width: 50%;
  padding: 30px 30px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .aboutList li {
    overflow: hidden;
    border-top: none;
    width: 100%;
    padding: 20px 0;
    font-size: 1.3rem;
  }
  .aboutList li + li {
    border-top: 1px dotted #D2D2D2;
  }
}

.aboutList li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: calc(100% - 60px);
  border-right: 1px dotted #D2D2D2;
  margin: auto;
}

@media (max-width: 767px) {
  .aboutList li::after {
    content: none;
  }
}

@media (min-width: 768px) {
  .aboutList li:nth-child(-n + 2) {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .aboutList li:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
  }
}

.aboutList li:nth-child(even)::after {
  content: none;
}

.aboutList li h3 {
  margin: -7px 0 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .aboutList li h3 {
    margin: -5px 0 10px;
  }
}

.aboutList li .icon {
  float: left;
  margin: 0 25px 0 0;
}

@media (max-width: 767px) {
  .aboutList li .icon {
    margin-right: 20px;
  }
}

.aboutList li p {
  overflow: hidden;
  margin-top: -7px;
}

/* =========================================================
supply
========================================================= */
.supply .logo {
  margin: 0 0 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .supply .logo {
    width: 60%;
    margin: 0 auto 5px;
  }
}

.supplyList {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto 70px;
}

@media (max-width: 767px) {
  .supplyList {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.supplyList li {
  margin: 12px 12px 0 0;
}

@media (max-width: 767px) {
  .supplyList li {
    width: calc(100% / 6 - 4px);
    margin: 4px 4px 0 0;
  }
}

.supplyList li:nth-child(6n) {
  margin-right: 0;
}

.supplyChain {
  display: flex;
}

.supplyChainList {
  width: calc(100% / 6);
}

.supplyChainList dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 50px;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .supplyChainList dt {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
}

.supplyChainList dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  background: url("../img/icon_arrow.svg") no-repeat center;
  width: 9px;
  height: 15px;
  margin: auto;
}

@media (max-width: 767px) {
  .supplyChainList dt::after {
    right: -2px;
    background-size: 100% auto;
    width: 4px;
    height: 8px;
  }
}

.supplyChainList dt .iconArrow {
  background: url("../img/icon_arrow.svg") no-repeat center;
  width: 9px;
  height: 15px;
  margin: 0 20px;
}

.supplyChainList dd {
  position: relative;
  border-right: 1px dotted #D2D2D2;
  height: calc(100% - 60px);
  padding: 0 12px 100px;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .supplyChainList dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    text-align: left;
    line-height: 1.2;
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .supplyChainList dd p:not([class]) {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: auto;
    border-top: 2px solid #D2D2D2;
    padding-top: 4px;
  }
  .supplyChainList dd p:not([class]) + hr + p {
    margin-left: 2px;
  }
}

.supplyChainList dd hr {
  border: none;
  border-top: 1px dotted #D2D2D2;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .supplyChainList dd hr {
    display: none;
  }
}

.supplyChainList dd .icon {
  display: flex;
  justify-content: center;
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .supplyChainList dd .icon {
    position: static;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 135px;
    margin: auto 0 0;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .supplyChainList dd .icon img {
    width: 40px;
  }
}

.supplyChainList dd .icon img + img {
  margin-left: 4px;
}

@media (max-width: 767px) {
  .supplyChainList dd .icon img + img {
    margin: 2px 0 0;
  }
}

.supplyChainList:first-child dt {
  flex-direction: column;
}

.supplyChainList:last-child dt::after {
  content: none;
}

/* =========================================================
product
========================================================= */
.product .tabListWrap {
  background: #fff;
}

.product .tabList {
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .product .tabList {
    justify-content: space-between;
  }
}

.product .tabList li {
  position: relative;
  width: 20%;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .product .tabList li {
    font-size: 1.4rem;
  }
}

.product .tabList li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 0;
  background: #D2D2D2;
  width: 1px;
  height: 27px;
  margin: auto;
  transform: rotate(25deg);
}

@media (max-width: 767px) {
  .product .tabList li::after {
    height: 60px;
    transform: rotate(0deg);
  }
}

.product .tabList li.active a::after {
  opacity: 1;
}

.product .tabList li a {
  position: relative;
  display: block;
  height: 65px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .product .tabList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    line-height: 1.5;
    padding: 0 5px 20px;
  }
}

.product .tabList li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
  margin: auto;
  opacity: 0;
}

.product > .wrapper {
  padding: 60px 0 70px;
}

@media (max-width: 767px) {
  .product > .wrapper {
    padding: 40px 0;
  }
}

.product .tabContents {
  position: relative;
  padding-left: 130px;
}

@media (max-width: 767px) {
  .product .tabContents {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .productTitle {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media (max-width: 767px) {
  .productTitle {
    margin: 0 0 30px;
  }
}

.productTitle .ja,
.productTitle .en {
  display: block;
}

.productTitle .ja {
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .productTitle .ja {
    font-size: 2.3rem;
  }
}

.productTitle .en {
  letter-spacing: .05em;
  color: #2FAFD1;
  font-size: 2rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .productTitle .en {
    font-size: 1.2rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .productTitle .nakaguro {
    position: relative;
    right: -.25em;
  }
}

@media (max-width: 767px) {
  .productTitle .nakaguro {
    display: inline-block;
    position: static;
    margin-right: 0;
  }
}

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

@media (max-width: 767px) {
  .product .flexBox {
    display: block;
  }
}

.product .flexBox .productBox {
  display: flex;
  flex-direction: column;
  width: calc(50% - 35px);
  margin: 70px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .product .flexBox .productBox {
    display: block;
    width: 100%;
    margin: 30px 0 0;
    font-size: 1.3rem;
  }
}

.product .flexBox .productBox:nth-of-type(-n + 2) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .product .flexBox .productBox:nth-of-type(-n + 2) {
    margin-top: 30px;
  }
}

.product .flexBox .productBox h3 {
  display: flex;
  align-items: center;
  margin: 0px 0 20px;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .product .flexBox .productBox h3 {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
}

.product .flexBox .productBox h3 img {
  margin-right: 20px;
}

.product .flexBox .productBox p {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .product .flexBox .productBox p {
    margin-bottom: 20px;
  }
}

.product .flexBox .productBox p:last-child {
  margin-bottom: 0px;
}

.product .flexBox .productBox .image {
  margin-top: auto;
}

/*# sourceMappingURL=map/style.css.map */
