
@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.618;
  color: #212121;
  margin: 0;
}

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

h1,h2,h3,h4 {
  font-weight: bold;
  line-height: 1.41;
  font-feature-settings: "palt";
}

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

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

img {
  max-width: 100%;              /* 1 */
  height: auto;                 /* 1 */
  vertical-align: middle;       /* 2 */
  font-style: italic;           /* 3 */
  background-repeat: no-repeat; /* 4 */
  background-size: cover;       /* 4 */
  shape-margin: 0.75rem;        /* 5 */
}

strong {
  font-weight: bold;
}

figure {
  border: 0;
  margin: 0;
}


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

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;
}


/* 間隔 */

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

.l-padding {
  padding: 40px;
}

.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 {
  margin-bottom: 40px;
}

.header__1 {
  padding: 40px 0;
  background: url("img/header__1-bg.png"), url(img/header__img.jpg), #f9f8f4;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, center bottom;
}

.header__1 h1 {
  margin-bottom: 40px;
}

.header__2 {
  background: url("img/header__2-bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
}

@media(max-width: 599px) {
  .header {
    margin-bottom:30px
  }
}

/* =======================================================================

  メイン

======================================================================= */

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

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

/* Safariで文字が太らないようにする */

_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-smoothing: antialiased;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    -webkit-font-smoothing: antialiased;
  }
}


/* =======================================================================
  タイポグラフィー
======================================================================= */

.main p:not([class]) {
  font-size: 1.1em;
}

@media(max-width: 599px) {
  .main p:not([class]) {
    font-size: 1em;
  }
}


/* 小見出し H3
======================================================================= */

h3 {
  font-size: 26px;
  color: #5b2d1a;
  margin-bottom: 20px;
}


@media(max-width: 599px) {
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}


/* =======================================================================
  CTA
======================================================================= */

.cta {
  text-align: center;
}

.cta img {
  margin-bottom: 40px;
}

.cta__btn {
  display: block;
}

.cta__btn img {
  border-radius: 69px;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3);
}

.cta img:nth-of-type(4n){
  margin-bottom:10px;
 }


@media (max-width: 599px) {
  .cta img {
    margin-bottom: 20px;
  }

  .cta_txt-sp {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta img:nth-of-type(4n){
    width: 200px;
  }

  .cta__btn img {
    border-radius: 69px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3);
  }
}


/* =======================================================================
  お勧め
======================================================================= */

.recommend__title {
  text-align: center;
  border-bottom: 1px solid #5b2d1a;
  margin-bottom: 40px;
}

.recommend__item {
  background-color: #f4f2e9;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
  display: grid;
  grid-template-columns: auto 200px;
  margin-bottom: 40px;
  padding: 30px 40px;
}

.recommend__txt {
  font-size: 20px;
  padding-right: 20px;
}

.recommend__txt p {
  font-size: 17px;
}

.recommend__txt .a-red {
    font-weight: 600;
  }

.recommend__h3 {
  font-size: 20px;
}

.recommend__h3 span {
  font-size: 28px;
}

.recommend__img {
  display: flex;
  align-items: center;
}

.recommend__img img{
  margin-left: 20px;
}

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

  .recommend__item {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
  }

  .recommend__txt {
    font-size: 18px;
    padding-right: 0;
  }

  .recommend__h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .recommend__h3 span {
    font-size: 26px;
  }

  .recommend__img {
    display: block;
    text-align: center;
  }

  .recommend__img img{
    width: 90px;
    height: 90px;
    margin-left: 0;
    margin-top: 10px;
  }
}


/* =======================================================================
  活躍
======================================================================= */

.active__title {
  text-align: center;
  border-bottom: 1px solid #5b2d1a;
  margin-bottom: 40px;
}

.active__item {
  border-radius: 5px;
  border: 1px solid #fa6729;
  padding: 40px;
  display: flex;
  margin-bottom: 40px;
}

.active__item figure {
  margin-right: 40px;
}

.active__txt figure {
  margin-bottom: 10px;
}

.active__txt p {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 599px) {
  .active__title {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .active__item {
    padding: 20px;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .active__item figure {
    margin-right: 0;
  }

  .active__item figure img {
    margin-right: 0px;
    width: 100%;
  }

  .active__txt p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em;
  }

}


/* =======================================================================
  お悩み
======================================================================= */

.worries {
  background: url(img/worries__bg.jpg) no-repeat center top ;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 40px;
}

.worries h2 {
  text-align: center;
  margin-bottom: 40px;
}

.worries p {
  color: #fff;
}

ul.worries__list {
  padding: 20px 30px 30px 30px;
  background-color: #fff;
  border-radius: 5px;
  list-style-type: none;
}

ul.worries__list li {
  position: relative;
  margin-bottom: .75em;
  padding-bottom: .75em;
  padding-left: 33px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.1em;
}

ul.worries__list li:last-child {
  margin-bottom: 0;
}

ul.worries__list li::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  color: #fa6729;
  content: '\f058';
  font-family: FontAwesome;
  font-size: 1.3em;
}

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

  ul.worries__list {
    padding:20px;
  }

  ul.worries__list li {
    font-weight: 600;
  }

  .worries p {
    font-size: 14px
  }
}


/* =======================================================================
  本文
======================================================================= */

.title__1 {
  margin-bottom: 40px;
}

.title__1 h3 {
  text-align: center;
  margin-bottom: 40px;
}

.title__2 {
  margin-bottom: 40px;
}

.title__2 figure {
  margin-bottom: 20px;
}

.title__2 h3 {
  text-align: center;
}

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

  .title__2 {
    margin-bottom: 20px;
  }
}


/* =======================================================================
  voc
======================================================================= */

.voc {
  background: url(img/voc__bg.jpg) no-repeat center top ;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 40px;
}

.voc__title-1 {
  text-align: center;
  margin-bottom: 40px;
}

.voc__item {
  margin-bottom: 20px;
  background-color: #fff;
  display: grid;
  grid-template-columns: auto 220px;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}

.voc__item:last-child {
  margin-bottom: 40px;
}

.voc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voc__txt {
  padding: 30px 40px;
  font-size: 20px;
  line-height: 1.5em;
  align-items: center;
}

.voc__title-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.voc__img-5 {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}


@media(max-width: 599px) {
  .voc {
    background-size: cover;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .voc__item {
    display: block;
  }

  .voc__item:last-child {
    margin-bottom: 20px;
  }

  .voc__txt {
    padding: 20px;
    font-size: 18px;
  }

  .voc__img {
    text-align: center;
    padding: 0 20px 20px 20px;
  }

  .voc__img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
}


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

.introduction {
  margin-bottom: 40px;
}

.introduction__item {
  background: #f4f2e9;
  font-size: 1em;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}

.introduction__item h3 {
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #5b2d1a;
  margin-bottom: 40px;
}

.introduction__photo {
  float: right;
  margin: 0 0 20px 40px;
  width: 280px;
}

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

  .introduction__item h3 {
    margin-bottom: 0;
    font-size: 28px;
    padding-bottom: 20px;
  }

  .introduction__photo {
    display: block;
    float: none;
    margin: 1em auto;
    width: 40%;
  }

  .main
  .introduction p {
    font-size: 15px;
  }
}


/* =======================================================================
  海外スキル
======================================================================= */

.skill {
  text-align: center;
}

.skill__img-1 {
  margin-bottom: 20px;
}

.skill__img-2 {
  margin-bottom: 40px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}

.skill__img-3 {
  margin-bottom: 40px;
}

@media(max-width: 599px) {
  .skill__img-1 {
    width: 250px;
    margin-bottom: 10px;
  }

  .skill__img-2 {
    margin-bottom: 20px;
  }

  .skill__img-3 {
    margin-bottom: 20px;
  }
}


/* =======================================================================
  選ばれる理由
======================================================================= */

.reason {
  background: url(img/reason__bg-1.png), url(img/reason__bg-2.png), #f6f5f0;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;

  padding: 40px 0;
  margin-bottom: 40px;
}

.reason__title {
  text-align: center;
  margin-bottom: 40px;
}

.reason__head {
  display: flex;
  border-radius: 5px 5px 0 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
  background-color: #fa6729;
  align-items: center;
}

.reason__num {
  display: inline-block;
  border-radius: 5px 0 0 0;
  background: #f4f2e9;
  padding: 30px;
  max-width: 100%;
}

.reason__txt {
  border-radius: 0 5px 0 0;
  padding-left: 20px;
  background-color: #fa6729;
  color: #fff;
  align-items: center;
  margin-bottom: 0;
}

.reason__item {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
}

.reason__img {
  margin-bottom: 20px;
}

.reason__item p span{
  color: #d71b19;
}

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

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

  .reason__num {
    background: #f4f2e9;
    padding: 30px 10px;
  }

  .reason__num img {
    max-width: 30px;
  }

  .reason__txt {
    font-size: 18px;
    padding: 10px;
  }

  .reason__item {
    margin-bottom: 20px;
    padding: 20px;
  }

  .reason__item h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* =======================================================================
  流れ
======================================================================= */

.step {
  margin-bottom: 40px;
}

.step__inner {
  background: #f4f2e9;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}

.step h3 {
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #5b2d1a;
  margin-bottom: 40px;
}

.step__item {
  display: grid;
  grid-template-columns: auto 300px;
  margin: 0 auto 30px auto;
  font-size: 16px;
}

.step .step__item:last-child {
  margin: 0 auto 0 auto;
}

.step__txt {
  padding-right: 30px;
}

.step__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #5b2d1a;
}

.step__title figure {
  margin-right: 15px;
}

.step__title figure img {
  max-width: 85px;
  height: auto;
}

.step__title h4 {
  font-size: 24px;
}

.step__img img {
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}

.triangle {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .step {
    margin-bottom: 25px;
  }

  .step__inner {
    padding: 20px;
  }

  .step h3 {
    margin-bottom: 20px;
    font-size: 28px;
    padding-bottom: 20px;
  }

  .step__item {
    display: block;
  }

  .step__title h4 {
    font-size: 22px;
  }

  .step__txt {
    padding-right: 0;
    padding-bottom: 1em;
  }

  .step__img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
  }

  .triangle img {
    width: 40px;
  }
}


/* =======================================================================
  アクセス
======================================================================= */

.access {
  text-align: center;
  margin-bottom: 300px;
}

@media (max-width: 599px) {
  .access {
    margin-bottom: 100px;
  }
}


/* =======================================================================
  ページ下部常駐ボタン
======================================================================= */

.sticky-footer-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;

  padding: 15px;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.3);
  text-align: center;
  transform: translate(-50%);

  line-height: 1;
}

.sticky-footer-btn img {
  height: 80px;
}

.footer {
  padding-bottom: 140px;
}

  @media(max-width: 599px) {
    .sticky-footer-btn img {
      height: auto;
    }
  }


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

.a-marker,
p.a-marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #f4e110;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}

.a-red,
p.a-red {
  color: #cc2200;
}


