@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* ↓ COMMON ↓ */

body {
  font-family: 'Open Sans', 'Avenir Next', 'Helvetica Neue', 'Helvetica', 'Arial', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #4C4C4C;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*::-moz-selection {
  color: #FFF;
  background: #1298FF;
}

*::selection {
  color: #FFF;
  background: #1298FF;
}

h2 {
  color: #9E9E9E;
  background: #EEE;
}

/* ↓ FONT ↓ */
.about_title,
.about_sentence {
  text-align: center;
}

/* Height */

h1,
h2,
h3,
h4 {
  line-height: 1.5;
}

p {
  line-height: 1.4;
}

/* Bold */

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

/* Medium */

p,
a {
  font-weight: 500;
}

/* Size */

h1 {
  font-size: 4.0rem;
  font-size: 40px;
}

h2 {
  font-size: 3.2rem;
  font-size: 32px;
}



h4,
a,
p,
.container ul li {
  font-size: 2.0rem;
  font-size: 20px;
}

span {
  font-size: 1.6rem;
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 3.2rem;
    font-size: 30px;
  }

  h2 {
    font-size: 2.0rem;
    font-size: 20px;
  }

  h4,
  a,
  p,
  .container ul li {
    font-size: 1.6rem;
    font-size: 15px;
  }

  span {
    font-size: 1.2rem;
    font-size: 12px;
  }
}

.about_title {
  margin-bottom: 0;
}

.about_sentence {
  text-align: left;
  margin-bottom: 40px;
}

.content_title {
  padding: 8px 12px;
}

.content_title:nth-of-type(2) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .about_title {
    margin-bottom: 8px;
  }

  .about_sentence {
    text-align: left;
    margin-bottom: 20px;
  }

  .content_title {
    padding: 8px 12px;
  }

  .content_title:nth-of-type(2) {
    margin-bottom: 8px;
  }
}

/* ↑ FONT ↑ */
.border {
  margin: 0 auto 16px;
  display: block;
  width: 100px;
  height: 4px;
  background: #1298FF;
}

@media only screen and (max-width: 1024px) {
  .border {
    display: none;
  }
}

.img-fluid {
  max-width: 100%;
  width: inherit;
  height: auto;
}

.keyvisual {
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/keyvisual.jpg);
}

@media only screen and (max-width: 1024px) {
  .keyvisual {
    height: 180px;
    margin-bottom: 20px;
  }
}

/* Container */

.container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1024px;
  width: 100%;
}

.container ul span {
  display: inline-block;
  margin-bottom: 24px;
}

.container ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  background-image: url(../img/icon/checkcircle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

.container ul li {
  line-height: 20px;
  margin-bottom: 16px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content img,
.content p {
  width: 50%;
}

.content p {
  margin-left: 6px;
}

@media only screen and (max-width: 1024px) {
  .container ul span {
    margin-bottom: 12px;
  }

  .container ul li {
    margin-bottom: 8px;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content img,
  .content p {
    width: auto;
    margin-bottom: 8px;
  }

  .content p {
    margin-left: 0;
  }
}
