<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("font.css");
/* テーマカラーの指定 */
* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* フォント設定 */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  color: #333;
}

p {
  line-height: 1.8;
}

body {
  /* 選択・コピー禁止 */
  /* iPhoneの文字サイズ調整 */
  -webkit-text-size-adjust: 100%;
}

/* //////////////////////////////////////////////////////////////////
デフォルトスタイル初期化
////////////////////////////////////////////////////////////////// */
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
}

/* //////////////////////////////////////////////////////////////////
レスポンシブ
////////////////////////////////////////////////////////////////// */
.ib {
  display: inline-block;
}

/* //////////////////////////////////////////////////////////////////
ヘッダー
////////////////////////////////////////////////////////////////// */
.header h1 {
  color: #46A7C0;
}

.topmenu .dropdown a {
  color: #46A7C0;
}

.dropdown-parents__item a::after {
  background: #FFF100;
}

/* //////////////////////////////////////////////////////////////////
メインビジュアル
////////////////////////////////////////////////////////////////// */
.main-visual {
  background: #FEFFD5;
  padding-top: 88px;
}

@media (max-width: 764px) {
  .main-visual {
    padding-top: 0;
  }
}

.main-visual__image {
  max-width: 1200px;
  margin: auto;
  display: block;
}

.main-visual__image img {
  width: 100%;
  vertical-align: bottom;
}

/* //////////////////////////////////////////////////////////////////
テキスト・画像の共通設定
////////////////////////////////////////////////////////////////// */
.section__head {
  font-size: 2.2rem;
  color: #212121;
  text-align: center;
}

@media (max-width: 764px) {
  .section__head {
    font-size: 1.8rem;
  }
}

@media (max-width: 500px) {
  .section__head {
    font-size: 1.6rem;
  }
}

.section__head::after {
  content: "";
  display: block;
  background-image: url("../img/partnership/head_line.png");
  width: 100px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 12px auto 0;
}

.section__text {
  margin-top: 40px;
}

.section__head + .section__text {
  margin-top: 48px;
}

.section__inner .section__text:first-child {
  margin-top: 0;
}

.section__text p {
  color: #333;
  font-size: .95rem;
  line-height: 2;
}

.section__text p + p {
  margin-top: 24px;
}

.section__image {
  margin-top: 40px;
}

.section__image img {
  width: 100%;
  vertical-align: bottom;
}

.font-lg {
  font-size: 1.3em;
}

.font-bold {
  font-weight: bold;
}

.font-marker {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .08em;
  padding: 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(252, 234, 64, 0.8)));
  background: linear-gradient(transparent 60%, rgba(252, 234, 64, 0.8) 60%);
}

/* //////////////////////////////////////////////////////////////////
吹き出し人物 worry
////////////////////////////////////////////////////////////////// */
.section#intro .section__inner {
  background: #fff;
  max-width: 960px;
  margin: auto;
  padding: 80px 64px;
}

@media (max-width: 999px) {
  .section#intro .section__inner {
    padding: 80px 48px;
  }
}

@media (max-width: 764px) {
  .section#intro .section__inner {
    padding: 80px 24px;
  }
}

.section#intro .section__text:first-of-type {
  text-align: center;
}

.section#intro .section__text:first-of-type p {
  font-weight: bold;
  font-size: 1.2rem;
}

.worry {
  width: 90%;
  max-width: 760px;
  margin: 56px auto 0;
}

@media (max-width: 764px) {
  .worry {
    width: 100%;
  }
}

.worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.worry__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.worry__item + .worry__item {
  margin-top: 24px;
}

@media (max-width: 500px) {
  .worry__item + .worry__item {
    margin-top: 40px;
  }
}

.worry__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
  max-width: 120px;
}

@media (max-width: 999px) {
  .worry__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
    max-width: 80px;
  }
}

.worry__image img {
  width: 100%;
}

.worry__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 130px);
          flex: 0 1 calc(100% - 130px);
  position: relative;
  z-index: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 999px) {
  .worry__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 90px);
            flex: 0 1 calc(100% - 90px);
  }
}

@media (max-width: 500px) {
  .worry__text {
    padding: 0 24px;
  }
}

.worry__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("../img/partnership/worry_blue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100px;
  width: 100%;
}

@media (max-width: 500px) {
  .worry__text::after {
    background-image: url("../img/partnership/worry_blue_sp.png");
    height: 200px;
  }
}

.worry__item:nth-of-type(even) .worry__text::after {
  background-image: url("../img/partnership/worry_yellow.png");
}

@media (max-width: 500px) {
  .worry__item:nth-of-type(even) .worry__text::after {
    background-image: url("../img/partnership/worry_yellow_sp.png");
  }
}

.worry__text p {
  color: #212121;
  font-size: 1rem;
  margin: auto;
}

@media (max-width: 764px) {
  .worry__text p {
    font-size: .9rem;
  }
}

@media (max-width: 500px) {
  .worry__text p {
    font-size: .85rem;
  }
}

/* //////////////////////////////////////////////////////////////////
事業例 partner-example
////////////////////////////////////////////////////////////////// */
.section#example {
  margin-top: 56px;
}

.section#example .section__inner {
  background: #EEF9FB;
  max-width: 960px;
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
}

@media (max-width: 999px) {
  .section#example .section__inner {
    width: calc(100% - 80px);
  }
}

@media (max-width: 764px) {
  .section#example .section__inner {
    width: calc(100% - 48px);
  }
}

@media (max-width: 500px) {
  .section#example .section__inner {
    width: 100%;
  }
}

.partner-example {
  position: relative;
  margin: auto;
  padding: 96px 96px;
}

@media (max-width: 999px) {
  .partner-example {
    padding: 80px 40px;
  }
}

@media (max-width: 764px) {
  .partner-example {
    padding: 80px 24px;
  }
}

.partner-example__head {
  position: absolute;
  top: -48px;
  left: -16px;
  width: 240px;
}

@media (max-width: 764px) {
  .partner-example__head {
    width: 210px;
    top: -40px;
  }
}

@media (max-width: 500px) {
  .partner-example__head {
    width: 160px;
    top: -32px;
    left: 8px;
  }
}

.partner-example__head img {
  width: 100%;
}

.partner-example__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.partner-example__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 500px) {
  .partner-example__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partner-example__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.partner-example__item + .partner-example__item {
  margin-top: 32px;
}

.partner-example__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  max-width: 35%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (max-width: 999px) {
  .partner-example__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    max-width: 40%;
  }
}

@media (max-width: 764px) {
  .partner-example__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    max-width: 45%;
  }
}

@media (max-width: 500px) {
  .partner-example__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}

.partner-example__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner-example__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
  padding: 24px 32px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 999px) {
  .partner-example__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}

@media (max-width: 764px) {
  .partner-example__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    padding: 24px 24px;
    min-height: 160px;
  }
}

@media (max-width: 500px) {
  .partner-example__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    min-height: auto;
  }
}

.partner-example__text p {
  color: #333;
  text-align: left;
  line-height: 2;
}

.partner-pros {
  border: 3px solid #46A7C0;
  background: #fff;
  position: relative;
  width: calc(100% - 80px);
  margin: 40px auto 0;
  padding: 32px 64px 40px;
}

@media (max-width: 999px) {
  .partner-pros {
    padding: 40px 40px;
  }
}

@media (max-width: 764px) {
  .partner-pros {
    width: calc(100% - 48px);
    padding: 32px 32px;
  }
}

@media (max-width: 500px) {
  .partner-pros {
    padding: 16px 24px 24px;
  }
}

.partner-pros__head {
  font-size: 2rem;
  color: #212121;
  text-align: center;
  position: relative;
  display: table;
  padding: 0 16px 0 80px;
  margin: auto;
  white-space: nowrap;
}

@media (max-width: 764px) {
  .partner-pros__head {
    font-size: 1.5rem;
    padding: 0 16px 0 64px;
  }
}

@media (max-width: 500px) {
  .partner-pros__head {
    padding: 0;
  }
}

.partner-pros__head img {
  position: absolute;
  width: 54px;
  left: 12px;
  bottom: 0;
}

@media (max-width: 764px) {
  .partner-pros__head img {
    width: 48px;
  }
}

@media (max-width: 500px) {
  .partner-pros__head img {
    width: 40px;
    position: static;
    display: block;
    left: unset;
    bottom: unset;
    margin: 0 auto 8px;
  }
}

.partner-pros__head::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/partnership/head_line.png");
  width: 90px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -16px;
  -webkit-transform: translateX(64px);
          transform: translateX(64px);
}

@media (max-width: 764px) {
  .partner-pros__head::after {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}

.partner-pros__list {
  padding-left: 24px;
  margin-top: 40px;
}

.partner-pros__list li {
  line-height: 1.8;
  font-size: .95rem;
}

.partner-pros__list li + li {
  margin-top: 8px;
}

.partner-pros__text {
  margin-top: 24px;
  font-size: .95rem;
}

/* //////////////////////////////////////////////////////////////////
GoAとは
////////////////////////////////////////////////////////////////// */
.section#about .section__inner {
  background: #fff;
  max-width: 960px;
  margin: auto;
  padding: 80px 64px;
}

@media (max-width: 999px) {
  .section#about .section__inner {
    padding: 80px 48px;
  }
}

@media (max-width: 764px) {
  .section#about .section__inner {
    padding: 80px 24px;
  }
}

.section#about .section__text + .section__head {
  margin-top: 96px;
}

.list-yellow {
  display: inline-block;
  list-style: none;
  border: 3px solid #FFF100;
  padding: 32px 32px;
  margin-top: 32px;
}

@media (max-width: 764px) {
  .list-yellow {
    padding: 24px 24px;
  }
}

.list-yellow li {
  color: #333;
  font-size: .9rem;
  line-height: 1.9;
  padding-left: 36px;
  position: relative;
}

.list-yellow li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/partnership/icon/check.png");
  width: 24px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-yellow li + li {
  margin-top: 16px;
}

/* //////////////////////////////////////////////////////////////////
業務提携のカタチ
////////////////////////////////////////////////////////////////// */
.section#style {
  background: #EEF9FB;
}

.section#style .section__inner {
  max-width: 1000px;
  margin: auto;
  padding: 80px 40px;
}

@media (max-width: 764px) {
  .section#style .section__inner {
    padding: 80px 24px;
  }
}

.section#style .section__text {
  text-align: center;
  margin-top: 48px;
}

.partner-style {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 764px) {
  .partner-style {
    display: block;
  }
}

.partner-style__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 32px) / 3);
          flex: 0 1 calc((100% - 32px) / 3);
  background: #fff;
  border: 3px solid #46A7C0;
  padding: 56px 24px 24px;
  position: relative;
}

@media (max-width: 764px) {
  .partner-style__item {
    max-width: 540px;
    margin: auto;
  }
}

.partner-style__item::after {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: #46A7C0;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
}

.partner-style__item:nth-of-type(1)::after {
  content: "01";
}

.partner-style__item:nth-of-type(2)::after {
  content: "02";
}

.partner-style__item:nth-of-type(3)::after {
  content: "03";
}

@media (max-width: 764px) {
  .partner-style__item + .partner-style__item {
    margin-top: 56px;
  }
}

.partner-style__head {
  text-align: center;
  color: #46A7C0;
  font-size: 1.7rem;
  line-height: 1;
}

.partner-style__head::after {
  content: "";
  height: 6px;
  width: 48px;
  border-radius: 30px;
  background: #FFF100;
  display: block;
  margin: 12px auto 0;
}

.partner-style__text {
  margin-top: 24px;
  font-size: .9rem;
  line-height: 2;
  color: #333;
  text-align: justify;
}

/* //////////////////////////////////////////////////////////////////
最後のセクション
////////////////////////////////////////////////////////////////// */
.section#end .section__inner {
  background: #fff;
  max-width: 960px;
  margin: auto;
  padding: 80px 64px;
}

@media (max-width: 764px) {
  .section#end .section__inner {
    padding: 80px 24px;
  }
}

.section#end .section__text {
  text-align: center;
}

.contact-btn {
  margin: 40px auto 0;
  width: 80%;
}

@media (max-width: 764px) {
  .contact-btn {
    width: 100%;
  }
}

.contact-btn a {
  display: block;
  -webkit-transition: .25s opacity;
  transition: .25s opacity;
}

.contact-btn a:hover {
  opacity: .8;
}

.contact-btn a img {
  width: 100%;
  vertical-align: baseline;
}
/*# sourceMappingURL=partnership_style.css.map */</pre></body></html>