@import url("global.css");
.pagettl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

#intro #lead {
  text-align: center;
  margin-bottom: 70px;
}
#intro #lead h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#intro #lead h1 br {
  display: none;
}
#intro #lead > p {
  font-size: 18px;
  font-weight: bold;
}
#intro .thinking .inner {
  position: relative;
  height: 400px;
}
#intro .thinking .inner figure {
  margin-left: 50%;
  width: 50%;
}
#intro .thinking .inner ul {
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#intro .thinking .inner ul li {
  border-bottom: 1px dashed #333;
  line-height: 1.8;
  font-size: 18px;
  padding: 15px 10px 15px 65px;
  position: relative;
}
#intro .thinking .inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  background: url("../img/logo_icon.png") no-repeat left center;
  width: 50px;
  height: 50px;
  background-size: contain;
}
#intro .thinking .inner ul li:last-child {
  border-bottom: none;
}
#intro .thinking .susume {
  display: block;
  position: relative;
  border: 2px solid #1F1F1F;
  padding: 45px;
  box-sizing: border-box;
  max-width: 960px;
  margin: 70px auto 50px;
  text-align: center;
}
#intro .thinking .susume p {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
}
#intro .thinking .susume p span {
  color: #002F68;
}
#intro .thinking .textarea {
  max-width: 960px;
  margin: 0 auto;
}
#intro .thinking .textarea p {
  margin-bottom: 15px;
}

#section1 {
  margin-top: 100px;
}
#section1 .box {
  margin-top: 70px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#section1 .box .textarea {
  width: 45%;
  box-sizing: border-box;
  margin-right: 5%;
}
#section1 .box .textarea .lead {
  font-weight: bold;
  font-size: 18px;
}
#section1 .box .textarea .list {
  background-color: #eee;
  padding: 25px 30px;
  margin: 25px 0;
}
#section1 .box .textarea .list ul li {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  padding-left: 15px;
}
#section1 .box .textarea .list ul li::before {
  content: "";
  background-color: #002F68;
  border-radius: 99px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  position: absolute;
  top: 9px;
  left: 0;
}
#section1 .box .image {
  width: 50%;
}
#section1 .box:nth-child(even) .textarea {
  order: 2;
  margin: 0 0 0 5%;
}

#outro {
  margin-top: 100px;
}
#outro .lead {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
#outro .banner {
  margin: 60px auto 0;
  max-width: 1100px;
}
#outro .banner a {
  background-color: #1F1F1F;
  display: block;
  position: relative;
}
#outro .banner a:hover {
  opacity: .7;
}
#outro .banner a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#outro .banner a .textarea {
  text-align: center;
  padding: 60px;
  box-sizing: border-box;
  margin-left: 50%;
}
#outro .banner a .textarea .text {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
#outro .banner a .textarea .btn {
  position: relative;
  background-color: #fff;
  max-width: 390px;
  margin: 20px auto 0;
  font-weight: bold;
  box-sizing: border-box;
  padding: 20px;
}
#outro .banner a .textarea .btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 15px;
}

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

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #intro .thinking .inner {
    height: auto;
    min-height: 400px;
  }
  #intro .thinking .inner figure {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  #intro .thinking .inner ul {
    padding-top: 2%;
    width: 50%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #intro .thinking .inner ul li {
    padding: 15px 10px 15px 65px;
  }
  #intro .thinking .inner ul li::before {
    width: 50px;
    height: 50px;
  }

  #section1 .box {
    align-items: stretch;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .pagettl {
    font-size: 27px;
  }

  #intro #lead {
    margin-bottom: 50px;
  }
  #intro #lead h1 {
    font-size: 27px;
    font-feature-settings: "palt";
    letter-spacing: .15em;
  }
  #intro #lead h1 br {
    display: block;
  }
  #intro #lead > p {
    font-size: 16px;
  }
  #intro .thinking .inner {
    min-height: 0;
  }
  #intro .thinking .inner figure {
    margin: 0 0 20px;
    width: 100%;
    position: static;
  }
  #intro .thinking .inner ul {
    padding: 0;
    width: 100%;
  }
  #intro .thinking .inner ul li {
    font-size: 16px;
    padding: 15px 10px 15px 55px;
  }
  #intro .thinking .inner ul li::before {
    width: 40px;
    height: 40px;
  }
  #intro .thinking .susume {
    margin-top: 45px;
    padding: 40px;
  }
  #intro .thinking .susume p {
    font-size: 20px;
  }
  #intro .thinking .susume p br {
    display: none;
  }

  #section1 {
    margin-top: 60px;
  }
  #section1 .box {
    display: block;
    margin-top: 60px;
    text-align: center;
  }
  #section1 .box .textarea {
    width: auto;
    margin: 0 0 40px;
  }
  #section1 .box .textarea .list {
    text-align: left;
  }
  #section1 .box .image {
    width: 80%;
    margin: 40px auto 0;
  }
  #section1 .box:nth-child(even) .textarea {
    margin-left: 0;
  }

  #outro {
    margin-top: 70px;
  }
  #outro .lead {
    font-size: 18px;
  }
  #outro .banner {
    margin-top: 40px;
  }
  #outro .banner a .textarea {
    padding: 30px;
  }
  #outro .banner a .textarea .text {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .pagettl {
    font-size: 21px;
  }

  #intro #lead {
    margin-bottom: 30px;
  }
  #intro #lead h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #intro #lead > p {
    font-size: 15px;
  }
  #intro .thinking .inner ul li {
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 5px 10px 30px;
  }
  #intro .thinking .inner ul li::before {
    width: 20px;
    height: 20px;
  }
  #intro .thinking .susume {
    padding: 20px;
    margin: 30px 0;
  }
  #intro .thinking .susume p {
    font-size: 16px;
  }
  #intro .thinking .susume p br {
    display: none;
  }
  #intro .thinking .susume p span {
    font-size: inherit;
  }
  #intro .thinking .susume::before {
    font-size: 70px;
  }

  #section1 {
    margin-top: 50px;
  }
  #section1 .box {
    margin-top: 30px;
  }
  #section1 .box .textarea .lead {
    font-size: 16px;
  }
  #section1 .box .textarea .lead br {
    display: none;
  }
  #section1 .box .textarea .list {
    padding: 20px;
  }
  #section1 .box .textarea .list ul li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 13px;
  }
  #section1 .box .textarea .list ul li:last-child {
    margin-bottom: 0;
  }
  #section1 .box .textarea .list ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  #section1 .box .image {
    width: auto;
  }

  #outro {
    margin-top: 60px;
  }
  #outro .lead {
    font-size: 16px;
  }
  #outro .banner a figure {
    position: static;
    width: auto;
  }
  #outro .banner a .textarea {
    margin-left: 0;
  }
  #outro .banner a .textarea .text {
    font-size: 14px;
  }
  #outro .banner a .textarea .text br {
    display: none;
  }
  #outro .banner a .textarea .btn {
    padding: 15px;
  }
}
