@charset "utf-8";

html { overflow: auto; }
body { overflow: hidden; }

html {
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  line-height: 1.75;
}

h1,h2,h3,h4,h5,h6,p,ul,ol {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bolder;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

p:not(:last-child),ul,ol {
  margin-bottom: 1em;
}

@media(max-width: 599px) {
  p br {
    display: none;
  }
    p {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure {
  border: 0;
  margin: 0;
}


/* =======================================================================
  アクセント
======================================================================= */

.a-pink {
  color: #d84076;
}

.a-marker ,
p.a-marker {
  background: #ffea00;
  background: linear-gradient(transparent 33%, #ffea00 33%) repeat scroll 0% 0% transparent;
}


/* リンク
======================================================================= */

a,
a:hover {
  color: #1a0dab;
  text-decoration: underline;
}

a:hover, 
a:focus {
  text-decoration: none;
}

a:active {
  color: #1a0dab;
  text-decoration: none;
}

a:hover > img {
  opacity: .9;
}

/* =======================================================================
  メディアクエリによる表示／非表示
======================================================================= */

.pc { display: block; }
.sp { display: none; }

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

/* =======================================================================
  レイアウト
======================================================================= */

/* 幅 */

.l-width {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 800px;
}

/* バック横幅いっぱい */

body .l-wide {
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

/* 間隔 */

.l-margin {
  margin: 40px auto;
}

.l-padding {
  padding: 40px;
}

.l-padding-s {
  padding: 1.5em;
}

.l-padding > .l-margin:first-child {
  margin-top: 0;
}
.l-padding > .l-margin:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
  .l-width {
    padding: 0 20px;
  }
  .l-margin {
    margin: 20px auto;
  }
  .l-padding {
    padding: 20px;
  }
}


/* =======================================================================
  ヘッダー
======================================================================= */

.header__txt-1 {
  padding: 30px 0;
  background: url("img/header__bg-1.jpg") no-repeat center top;
  background-size: 100vw auto;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.header__txt-2 {
  background: #fff url("img/header__bg-2.jpg") no-repeat center top;
  background-size: 100vw auto;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.header__txt-2-img {
  margin-top: -50px;
  margin-bottom: 30px;
}

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

/* =======================================================================
  メイン
======================================================================= */

.main {
  padding-bottom: 40px;
}

.main > *:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
  .main {
    padding-bottom: 20px;
  }
}

/* =======================================================================
  フォーム
======================================================================= */

.form {
  position: relative;
  background: #fcf5e5;
  margin-top: 40px;
}

.form input[type="text"],
.form input[type="email"] {
  display: block;
  margin: 0 auto 1em;
  padding: 1em;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  border-radius: 2px;
  background-color: #fff;
  color: #666;
  font-size: 1.2em;
  font-family: FontAwesome;
}

.form__btn {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.form p.form__note {
  overflow-y: scroll;
  margin-bottom: 0;
  padding: .5em;
  height: 4.6em;
  background-color: #fff;
  color: #666;
  font-size: 13px;
  line-height: 1.333;
}

.form p.form__note:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
  .form {
    margin: 0;
    padding: 20px;
  }

  .form input[type="text"] {
    margin: 0 0 15px;
    font-size: 12px;
  }
  .form__btn {
    margin: 0 0 15px;
  }
  .form p.form__note {
    font-size: 10px;
  }
}

/* =======================================================================
  lead
======================================================================= */
.lead {
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
  background: url("img/lead__bg-sp.jpg") no-repeat center top;
  background-size: 100vw auto;
}

.lead__img {
  margin-left: -20px;
  margin-right: -20px;
}

@media(max-width: 599px) {

  .lead__img {
    margin-left: 0;
  }
}

/* =======================================================================
  point
======================================================================= */

.point {
  background: #f9dbe3 url("img/point__bg.jpg") no-repeat center top fixed;
  background-size: 100vw auto;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
  margin-bottom: 0;
}

.point__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}

.point__item:last-child {
  margin-bottom: 0;
}

.point__img {
  margin: -40px -40px 40px;
}

.point__head-num {
  margin-right: 15px;
  width: 600px;
  position: absolute;
  top: 284px;
  right: -42px;
}

.point__head {
  font-size: 33px;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.3;
  border-bottom: 2px solid #f9dbe3;
  padding-top: .75em;
  padding-bottom: .75em;
}

.point__ul {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  list-style-type: none;
}

.point__ul li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 23px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
}


.point__ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #d84076;
  content: '\f14a';
  font-family: FontAwesome;
  font-size: 1.1em;
}

@media(max-width: 599px) {
  .point {
    background-attachment: scroll;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .point__img {
    margin: -20px -20px 20px;
  }
  .point__head {
    margin: 20px -20px;
    padding: 18px 20px;
    font-size: 21px;
  }
  .point__head-num {
    margin-right: 0px;
    width: 254px;
    top: 120px;
    right: 42px;
  }
}

/* =======================================================================
  osusume
======================================================================= */

.osusume {
  background: #fcf5e5;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
  font-family: serif;
  margin-top: 0;
}

.osusume__flame {
  background-repeat: no-repeat;
  background-image: url(img/osusume-1.png), url(img/osusume-2.png), url(img/osusume-4.png), url(img/osusume-3.png);
  background-position: top left, top right, bottom left, bottom right;
  padding: 30px;
}

.osusume__title {
  text-align: center;
  font-size: 45px;
}

ul.osusume__ul {
  list-style-type: none;
  padding-top: 20px;
  margin-bottom: 0;
}

ul.osusume__ul li {
  position: relative;
  margin-bottom: .75em;
  padding-bottom: .75em;
  padding-left: 33px;
  border-bottom: 1px solid #bca259;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.5;
  text-indent: -1.5em;
}

ul.osusume__ul li::before {
  content: url("img/checkmark.png");
  vertical-align: sub;
  padding-right: 10px;
}


@media(max-width: 599px) {
  .osusume__flame {
    background-size: 20%;
    padding: 20px;
  }
  .osusume__title {
    margin: 5px -20px;
    font-size: 21px;
  }
ul.osusume__ul {
  margin-top: 0;
  margin-bottom: -12px;
}
  ul.osusume__ul li{
    font-size: 1em;
  }

  ul.osusume__ul li::before {
    content: '';
    display: inline-block;
    background-image: url(img/checkmark.png);
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

/* =======================================================================
  プロフィール
======================================================================= */

.profile__title {
  font-size: 30px;
  text-align: center;
  border-top: 2px solid #d84076;
  border-bottom: 2px solid #d84076;
  line-height: 1.333;
  padding-top: .75em;
  padding-bottom: .75em;
}

.profile {
  background: #f7f5f0;
  font-size: 1rem;
}

.profile__company {
  line-height: 3em;
}

.profile__name-j {
  margin-bottom: .5em;
  letter-spacing: .5em;
  font-size: 1.75em;
  line-height: 1;
  font-feature-settings: "palt";
  color: #333;
  font-weight: bold;
}

.profile__name-e {
  margin-bottom: 1.5em;
  color: #aaa;
  letter-spacing: .25em;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  font-feature-settings: "palt";
  text-transform: uppercase;
}

.profile__photo {
  float: right;
  margin: 0 0 40px 40px;
  width: 150px;
  border-radius: 999px;
}

.navigater {
  font-size: 22px;
}

@media(max-width: 599px) {
  .profile__title {
    margin: 20px 0px;
    padding: 18px 20px;
    font-size: 21px;
  }
  .profile__photo {
    display: block;
    float: none;
    margin: 1em auto;
    width: 40%;
  }
  .profile__company {
    text-align: center;
    font-size: 13px;
}
   .profile__name-j {
    text-align: center;
    font-size: 18px;
  }
  .profile__name-e {
    text-align: center;
    font-size: 15px;
  }
  .navigater {
    font-size: 16px;
    text-align: center;
  }
}

/* =======================================================================
  tokuten
======================================================================= */

.tokuten {
  background: #faecd5 url("img/tokuten__bg.jpg") no-repeat center top fixed;
  background-size: 100vw auto;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
  margin-bottom: 0;
}

.tokuten__title {
  margin-left: -20px;
  margin-right: -20px;
}

.tokuten__item {
  margin: 20px auto;
}

.tokuten__item:last-child {
  margin-bottom: 0;
}

.tokuten__head {
  padding: 15px 330px 15px;
  background: #d84076;
  display: flex;
  align-items: flex-start;
  background-image: -moz-linear-gradient( 90deg, #b73664 0%, #d63f75 100%);
  background-image: -webkit-linear-gradient( 90deg, #b73664 0%, #d63f75 100%);
  background-image: -ms-linear-gradient( 90deg, #b73664 0%, #d63f75 100%);
}

.tokuten__item-1 {
  padding: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.tokuten__item-txt {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.42;
}


@media(max-width: 599px) {
  .tokuten {
    background: #fbeece url("img/tokuten__bg-sp.jpg") no-repeat center top fixed;
    background-attachment: scroll;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tokuten__head {
    padding: 7px 100px 7px;
  }
  .tokuten__num {
    width: 40%;
    margin: auto;
    display: block;
  }
  .tokuten__item-1 {
    flex-direction: column;
    padding: 20px;
  }
  .tokuten__item-txt {
    font-size: 18px;
    text-align: center;
  }
  .tokuten__img {
    margin-top: 10px;
  }
}

/* =======================================================================
  service
======================================================================= */

.service {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: .75em 1em;
  vertical-align: top;
  border: solid 1px #ddd;
  text-align: left;
}

.table th,
.table td, {
  line-height: 1.5;
}

.table tbody th {
  background: #f7f5f0;
  white-space: nowrap;
}

@media(max-width: 599px) {
  .service {
    font-size: 14px;
    margin-top: 20px;
  }
  .table tbody {
    font-size: 12px;
  }
}
/* =======================================================================
  フッター
======================================================================= */

.footer {
  margin: 0;
  padding: 30px 0;
  font-size: .8em;
  color: #fff;
  text-align: center;
  background-color: #d84076;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer__nav ul li {
  font-size: .9em;
}

.footer__nav ul li:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__copy {
  font-size: 1em;
  text-align: right;
}



