@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
/* 汎用スタイル */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

picture {
  font-size: 0;
}

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.5;
}
body.is-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}
body.is-preload *:before, body.is-preload *:after {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, textarea, button, select {
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

::-webkit-input-placeholder {
  color: #8d8d8d;
}

:-ms-input-placeholder {
  color: #8d8d8d;
}

::-ms-input-placeholder {
  color: #8d8d8d;
}

::placeholder {
  color: #8d8d8d;
}

.p-pageBody {
  background: url(/ad-corporatesite/images/bg.png) left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-pageBody {
    background-size: 700px auto;
  }
}
.p-header {
  padding: 2.0625vw 0 0 3.1875vw;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-header {
    padding: 16px 0 0 16px;
  }
}
.p-header-logo {
  width: 134px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-header-logo {
    width: 111px;
  }
}
.p-content {
  margin-top: 24px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-content {
    margin-top: 42px;
  }
}
.p-content-thanks {
  margin-top: 204px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-content-thanks {
    margin-top: 72px;
  }
}
.p-content-thanks .p-form__lead {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-content-thanks .p-form__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-sec__ttl {
  margin-bottom: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec__ttl {
    margin-bottom: 28px;
  }
}
.p-sec01 {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec01 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-sec01__mv {
  margin: 0 2vw 0 7.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec01__mv {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-sec01__mv p {
  width: 49.38%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec01__mv p {
    width: 100%;
    text-align: center;
  }
}
.p-sec01__mv p + p {
  width: 45.62%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec01__mv p + p {
    width: 58%;
    margin: 0 auto 15px;
  }
}
.p-sec01__check {
  margin-top: 47px;
}
.p-sec01__balloon {
  margin-top: 54px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec01__balloon {
    margin-top: 50px;
  }
}
.p-sec01__btn {
  margin-top: 45px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec01__btn {
    margin-top: 25px;
  }
}
.p-sec01__btn a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.p-sec01__btn a:hover {
  opacity: .7;
}
.p-sec02 {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 126px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec02 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec02 {
    margin-top: 55px;
  }
}
.p-sec02 h2 {
  width: 89.46%;
  margin-right: auto;
  margin-left: auto;
}
.p-sec02__mv {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec02__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sec02__mv p {
  width: 53.52%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec02__mv p {
    width: 100%;
  }
}
.p-sec02__mv p + p {
  width: 40.47%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec02__mv p + p {
    width: 70%;
    margin: 35px auto 0;
  }
}
.p-sec02__success {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec02__success {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sec02__success p {
  width: 48.2%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec02__success p {
    width: 100%;
  }
  .p-sec02__success p + p {
    margin-top: 35px;
  }
}
.p-sec03 {
  padding-right: 30px;
  padding-left: 30px;
  background: #e5f6fc;
  margin-top: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec03 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec03 {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-sec03__btn {
  margin-top: 70px;
}
.p-sec03__btn a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.p-sec03__btn a:hover {
  opacity: .7;
}
.p-sec04 {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec04 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec04 {
    margin-top: 70px;
  }
}
.p-sec04__ttl {
  margin-bottom: 35px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec04__ttl {
    width: 54.59%;
    margin: 0 auto 20px;
  }
}
.p-sec04__list {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec04__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 25px;
  }
}
.p-sec04__list li {
  width: 31.17%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec04__list li {
    width: 49.86%;
    margin-bottom: 17px;
  }
  .p-sec04__list li:nth-child(even) {
    margin-left: .28%;
  }
}
.p-sec05 {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec05 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec05 {
    margin-top: 45px;
  }
}
.p-sec05__ttl {
  margin-bottom: 23px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec05__ttl {
    width: 39.19%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-sec06 {
  padding-right: 30px;
  padding-left: 30px;
  background: url(/ad-corporatesite/images/sec06-bg.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 115px;
  padding-top: 135px;
  padding-bottom: 105px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec06 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec06 {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-sec06__list {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec06__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sec06__list li {
  width: 30.08%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sec06__list li {
    width: 100%;
  }
  .p-sec06__list li + li {
    margin-top: 15px;
  }
}
.p-sec06__list li a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.p-sec06__list li a:hover {
  opacity: .7;
}
.p-form {
  padding-right: 30px;
  padding-left: 30px;
  background: #f6f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-form {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-form__ttl {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #00a4e4;
  margin-bottom: 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-form__ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.p-form__lead {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-form__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-form form {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
.p-form__list__ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: rgba(25, 26, 26, 0.7);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-form__list__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-form__list input {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 6px 0 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-form__list input {
    padding: 6px;
  }
}
.p-form__submit {
  margin-top: 15px;
}
.p-form__submit input {
  width: 430px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-shadow: none;
  background: #1aad28 !important;
  border: none;
  padding: 21px 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}
.p-form__submit input:hover {
  opacity: .7;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-form__submit input {
    width: 100%;
    padding: 11px 0;
  }
}
.p-footer {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #cecece;
  background: #1f1f1f;
  padding: 60px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-footer address {
  margin-top: 15px;
}
.p-footer__info {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.44;
  margin-top: 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-footer__info {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-footer__info a {
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.p-footer__info a:hover {
  opacity: .7;
}
.p-footer small {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #888;
  margin-top: 40px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-footer small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-tac {
  text-align: center;
}

@media print, screen and (min-width: 1025px) {
  .u-tab, .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pc, .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc, .u-tab {
    display: none !important;
  }
}

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