/* カーニングの設定 ----------------------------------------*/

body {
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
  font-kerning: auto;
}

/* base ----------------------------------------*/

html, body {
  display: flex;
  flex-flow: column;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100vh;
}

a {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

img {
  border-style: none;
}

.main {
  display: flex;
  flex-flow: column;
  background: #f8f8f8;
  width: 100%;
  position: relative;
  align-items: center;
  z-index: 50;
}

.section {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
}

@media screen and (max-width: 768px) {}

/* 調整 ----------------------------------------*/

wbr+.nowrap {
  display: inline;
}

.nowrap {
  white-space: nowrap;
}

/* ヘッダー ----------------------------------------*/

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: .1s;
  padding: 1rem;
}

.is-animation {
  background: white;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .15);
  padding: 1rem 1rem .5rem;
}

.header-inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.is-animation .header-inner {
  width: 100%;
  max-width: 1200px;
}

.header-title {
  line-height: 1;
  margin-right: auto;
  padding: 0;
  width: 140px;
}

.logo {
  display: block;
  width: 120px;
  height: 19px;
  fill: white;
}

.is-logocolor {
  fill: #009CBD;
}

.header-title2 {
  line-height: 1;
  margin-right: 2rem;
  padding: 0;
  width: 140px;
}

.header-title2 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }
  .header-title {
    line-height: 1;
    margin-right: 0;
    padding: 0;
    width: 120px;
  }
  .header-title2 {
    line-height: 1;
    margin-right: 1.2rem;
    padding: 0;
    width: 120px;
  }
}

/* HERO ----------------------------------------*/

.hero {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 8rem 1rem 4rem;
  background-image: linear-gradient(25deg, #1ec4ec, #7dcac2, #a3d196, #bcd867);
  position: relative;
}

.hero-inner {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.hero-title {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  flex: auto;
  z-index: 10;
  margin-right: 2rem;
}

.hero-image {
  min-width: 300px;
  z-index: 1;
  flex: 0 1 auto;
  filter: drop-shadow(0 1rem 1rem rgba(18, 114, 162, 0.25));
}

*::-ms-backdrop, .hero-image {
  width: auto;
  height: 300px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 50%;
}

.hero-image img {
  width: 100%;
}

.hero-title-main {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  color: #ffe600;
  margin: -2rem 0 2rem;
  order: 3;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.hero-title-main span {
  font-size: 2.2rem;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.hero-title-sub {
  color: #ffe600;
  font-size: 2rem;
  line-height: 1.2;
  order: 1;
  margin: 0 0 .5rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.hero-title-list {
  display: flex;
  padding-left: 0;
  order: 2;
  margin: 0 0 1rem;
}

.hero-title-list li {
  list-style: none;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: #00929d;
  padding: .5rem .75rem;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(18, 114, 162, 0.25);
}

.hero-title-list li:not(:last-child) {
  margin-right: .5rem;
}

@media screen and (min-width: 769px) {
  .hero-title-list li br {
    display: none;
  }
}
  
@media screen and (max-width: 768px) {
  .hero {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 5rem 1rem 2rem;
    background-image: linear-gradient(25deg, #1ec4ec, #7dcac2, #a3d196, #bcd867);
    position: relative;
  }
  .hero-inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .hero-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: auto;
    z-index: 10;
    margin-right: 0;
    order: 2;
  }
  .hero-title-main {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    color: #ffe600;
    margin: -1rem 0 2rem;
    order: 3;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    text-align: center;
  }
  .hero-title-main span {
    font-size: 1.4rem;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: .5rem;
  }
  .hero-title-sub {
    color: #ffe600;
    font-size: 1.2rem;
    line-height: 1.2;
    order: 1;
    margin: 0 0 .5rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .25);
  }
  .hero-title-list {
    display: flex;
    padding-left: 0;
    order: 2;
    margin: 0 0 1rem;
  }
  .hero-title-list li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    font-size: .875rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #00929d;
    padding: .25rem .5rem;
    border-radius: 4px;
    white-space: normal;
    box-shadow: 0 2px 4px rgba(18, 114, 162, 0.25);
  }
  .hero-image {
    min-width: 300px;
    z-index: 1;
    flex: 0 1 auto;
    order: 1;
    margin-bottom: 1rem;
    filter: drop-shadow(0 1rem 1rem rgba(18, 114, 162, 0.25));
  }
}

.daytime {
  display: flex;
  color: #fff;
  background-color: #e84747;
  padding: .5rem 2.5rem;
  border-radius: 4rem;
  align-items: center;
  position: relative;
  border: 4px solid #fff;
  box-shadow: 0 .25rem 1rem rgba(18, 114, 162, 0.5);
  transition: .3s ease-in;
}

.daytime:hover {
  background-color: #f25c5c;
  box-shadow: 0 .5rem 1.5rem rgba(18, 114, 162, 0.5);
}

.daytime p {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
}

.daytime p:nth-of-type(1) {
  border-radius: 2rem 0 0 2rem;
  padding-right: .5rem;
}

.daytime p:nth-of-type(2) {
  font-size: 2.8rem;
  font-weight: bold;
}

.daytime strong {
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 .25rem;
}

.daytime p span {
  font-size: 3rem;
  vertical-align: .45rem;
}

@media screen and (max-width: 768px) {
  .daytime {
    display: flex;
    color: #fff;
    background-color: #e84747;
    padding: .5rem 1.5rem;
    border-radius: 4rem;
    align-items: center;
    position: relative;
    border: 4px solid #fff;
    box-shadow: 0 .25rem 1rem rgba(18, 114, 162, 0.5);
    transition: .3s ease-in;
  }
  .daytime:hover {
    background-color: #f25c5c;
    box-shadow: 0 .5rem 1.5rem rgba(18, 114, 162, 0.5);
  }
  .daytime p {
    font-size: 1.2rem;
    font-size: 5vmin;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .daytime p:nth-of-type(1) {
    border-radius: 2rem 0 0 2rem;
    padding-right: .5rem;
  }
  .daytime p:nth-of-type(2) {
    font-size: 1.4rem;
    font-size: 5vmin;
    font-weight: bold;
  }
  .daytime strong {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 .25rem;
  }
  .daytime p span {
    font-size: 1.6rem;
    vertical-align: .1rem;
  }
}

/* 物流を知る ----------------------------------------*/

.knowledge {
  padding: 4rem 1rem 3rem;
}

.knowledge-title {
  color: #00929d;
  font-size: 2.4rem;
  font-weight: 800;
  display: block;
  align-items: center;
  line-height: 1;
  margin: 0 0 1rem;
}

.knowledge-text {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}

.knowledge-text strong {
  font-size: 1.6rem;
  color: #fb7900;
}

@media screen and (max-width: 768px) {
  .knowledge {
    padding: 2rem 1rem 1rem;
  }
  .knowledge-title {
    color: #00929d;
    font-size: 1.6rem;
    font-weight: 800;
    display: block;
    align-items: center;
    line-height: 1.2;
    margin: 0 0 1rem;
  }
  .knowledge-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
    margin: 0;
  }
  .knowledge-text strong {
    font-size: 1.4rem;
    color: #fb7900;
  }
}

/* サービスナビ ----------------------------------------*/

.point {
  padding: 2rem 1rem;
}

.point-items {
  display: flex;
  flex-flow: wrap;
  z-index: 20;
  justify-content: center;
  max-width: 1200px;
  margin-left: -20px;
}

.point-item {
  display: flex;
  flex-flow: column;
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 0;
  padding: 110px 0 0;
  width: calc(100% / 3 - 80px);
  align-items: stretch;
  position: relative;
}

*::-ms-backdrop, .point-item {
  display: block;
}

.point-item:nth-of-type(1), .point-item:nth-of-type(2), .point-item:nth-of-type(3) {
  margin-bottom: 2rem;
}

.point-item::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-image: url(../img/box.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.point-item::after {
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  color: #ffe600;
  font-size: 5rem;
  transform: translate(-50%);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.point-item:nth-of-type(1)::after {
  content: "1";
}

.point-item:nth-of-type(2)::after {
  content: "2";
}

.point-item:nth-of-type(3)::after {
  content: "3";
}

.point-item:nth-of-type(4)::after {
  content: "4";
}

.point-item:nth-of-type(5)::after {
  content: "5";
}

.point-title {
  color: #00929d;
  display: flex;
  flex-flow: column;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: .5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: center;
}

.point-item p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  margin: 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .point-items {
    display: flex;
    flex-flow: column;
    margin-left: 0;
    z-index: 20;
    justify-content: center;
    max-width: none;
  }
  .point-item {
    display: flex;
    flex-flow: column;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 80px 0 0;
    width: 100%;
    align-items: stretch;
    position: relative;
  }
  .point-item::before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-image: url(../img/box.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .point-item::after {
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    color: #ffe600;
    font-size: 4rem;
    transform: translate(-50%);
    text-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  }
}

/* セミナー申し込み ----------------------------------------*/

.application {
  width: 100%;
  background: #ededed;
  margin-bottom: 1px;
}

.application-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.application-title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  text-align: center;
  margin: 0 0 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.application-text {
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}

.application-btn {
  display: inline-block;
  color: white;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  background: #e84747;
  border: 4px solid #fff;
  padding: 1rem 2rem;
  border-radius: 4rem;
  transition: .5s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.application-btn:hover {
  background: #f25c5c;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.application-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  transform: translate(50px);
}

.application-list dt {
  color: #fff;
  width: 100px;
  padding: 10px;
  background-color: #00929d;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.application-list dd {
  width: 700px;
  margin-bottom: 1rem;
  margin-left: 0;
  padding: 10px 0 10px 110px;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
  transform: translate(-100px);
  z-index: 5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.application-list dd p {
  margin: 0;
}

.access-title {
  color: #555;
  font-weight: normal;
  width: 700px;
  max-width: 700px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.access-title:before, .access-title:after {
  background-color: #969696;
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.5em;
}

.access-title:before {
  margin-right: 10px;
}

.access-title:after {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .application {
    width: 100%;
    background: #ededed;
    margin-bottom: 1px;
    padding: 2rem 1rem;
  }
  .application-title {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    text-align: center;
    margin: 0 0 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  }
  .application-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    transform: none;
  }
  .application-list dt {
    color: #fff;
    width: 100%;
    padding: 10px;
    background-color: #00929d;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .application-list dd {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1.6;
    transform: none;
    z-index: 5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  }
  .application-btn {
    display: block;
    color: white;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    background: #e84747;
    border: 3px solid #fff;
    padding: .75rem 2.5rem 1rem;
    border-radius: 4rem;
    transition: .5s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  }
  .access-title {
    color: #555;
    font-weight: normal;
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .application-btn br {
    display: none
  }
}

/* google map ----------------------------------------*/

.ggmap {
  width: 700px;
  max-width: 700px;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-roots {
  display: flex;
  list-style: none;
  margin-bottom: 3rem;
  padding-left: 0;
  font-size: .875rem;
}

.access-roots li:first-child {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .ggmap {
    width: 100%;
    max-width: none;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  }
}

/* フッター ----------------------------------------*/

.footer {
  display: flex;
  flex-flow: column;
  background: #fff;
  width: 100%;
  z-index: 10;
  align-items: center;
  padding: 2rem 0 0;
}

.footer-inner {
  display: flex;
  width: 100%;
  padding: 1rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.sponsor:first-child {
  margin-right: 1rem;
}

.sponsor-title {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  margin-bottom: .5rem;
}

.onken-logo {
  width: 180px;
}

.edupress-logo {
  fill: #009CBD;
  width: 180px;
  height: 24px;
  margin-bottom: 8px;
}

.sponsor-address {
  width: 100%;
  font-size: .8rem;
  margin: 0 0 1rem;
  overflow: hidden;
}

.sponsor-address dt {
  line-height: 1;
  text-align: center;
  color: #333;
  margin-bottom: .5rem;
}

.sponsor-address dd {
  line-height: 1.5;
  margin: 0 1rem;
  color: #333;
  text-align: center;
}

.footer-legal {
  width: 100%;
  max-width: 1200px;
  border-top: 1px solid #c3c3c3;
  display: flex;
  justify-content: center;
  font-size: .75rem;
  color: #555;
  padding: 1rem 1.5rem 1rem;
}

.copyright {
  margin-top: 0;
  line-height: 2;
  padding: 0;
  order: 0;
}

@media screen and (max-width: 768px) {
  .footer {
    display: flex;
    flex-flow: column;
    background: #fff;
    width: 100%;
    z-index: 10;
    align-items: center;
    padding: 1rem 0 0;
  }
  .footer-inner {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .sponsor:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .sponsor-address {
    width: 100%;
    font-size: .8rem;
    margin: 0;
    overflow: hidden;
  }
  .onken-logo {
    width: 120px;
  }

  .edupress-logo {
    fill: #009CBD;
    width: 120px;
  }
  .footer-legal {
    width: 100%;
    max-width: none;
    border-top: 1px solid #c3c3c3;
    display: flex;
    justify-content: center;
    font-size: .75rem;
    color: #555;
    padding: 1rem 1.5rem 1rem;
  }
}