@charset "UTF-8";
html {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.5px;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

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

* {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/sp/body.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.is-mobile {
  display: block;
}
.is-mobile.inline {
  display: inline-block;
}

.is-pc {
  display: none;
}
.is-pc.inline {
  display: none;
}

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

.fc-aqua {
  color: #4CB3F3;
}

.fc-orange {
  color: #FFB100;
}

.caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
.caution:before {
  content: "※";
}

.etc-list {
  margin-top: 15px;
}
.etc-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.etc-list li:before {
  content: "・";
}
.etc-list li span {
  margin-left: 10px;
  color: #999;
  font-size: 90%;
}

.keyvisual .container {
  padding: 0;
}

.cp-area {
  background: #d4e8f5 url(../img/sp/cp_bg.png) no-repeat center top;
  background-size: 100%;
  position: relative;
  margin-top: 50px;
}
.cp-area:after {
  content: "";
  width: 220px;
  height: 84px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -110px;
  background: url(../img/cp_ballon.png) no-repeat center;
  background-size: 220px auto;
}
.cp-area .cp-area_img {
  text-align: right;
  padding-top: 20px;
}
.cp-area .line {
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 6px;
}
.cp-area .line .detail {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.cp-area .line .detail strong {
  font-size: 20px;
}
.cp-area .line .detail ul li {
  padding-left: 30px;
  background: url(../img/icon_check.png) no-repeat left 8px;
  background-size: 24px auto;
  margin-bottom: 5px;
}
.cp-area .line .detail .action .action__text {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.cp-area .line .detail .action .action__text span {
  color: #FE2222;
}
.cp-area .line .detail .action .action__text span strong {
  font-size: 32px;
}
.cp-area .line .detail .action .action__btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  border-radius: 10px;
  background-color: #FFB100;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  box-shadow: 0 10px 0 #BC8200;
  transform: translateY(-10px);
  transition: 0.3s all;
}
.cp-area .line .detail .action .action__btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/icon_arrow.png) no-repeat center;
  background-size: 12px auto;
}
.cp-area .line .detail .action .action__btn:active, .cp-area .line .detail .action .action__btn:hover {
  box-shadow: 0 0 0 #BC8200;
  transform: translateY(0px);
}
.cp-area .container {
  padding-bottom: 30px;
}

.success {
  padding: 0;
}
.success .container {
  background-color: #fff;
  padding: 15px;
}
.success .container .success__title {
  text-align: center;
  margin: 15px 0 0;
}
.success .container .success__title img {
  margin: 0 auto;
}
.success .container .success__youtube ul li {
  text-align: center;
}
.success .container .success__youtube h3 {
  font-size: 18px;
  margin: 20px 0 10px;
}
.success .container .success__youtube h3 span {
  font-weight: bold;
}
.success .container .success__youtube .youtube__movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.success .container .success__youtube .youtube__movie iframe {
  width: 100%;
  height: 100%;
}
.success .container .success__sub-title {
  text-align: center;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
  margin: 20px auto 10px;
}
.success .container .success__sub-title span {
  display: inline-block;
  position: relative;
}
.success .container .success__sub-title span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/success_title_icon.png) no-repeat center;
  background-size: auto 4px;
}
.success .container .success__sub-title span em {
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
}
.success .container .success__main {
  text-align: center;
}
.success .container .success__main img {
  width: 300px;
  margin: 20px auto;
}
.success .container .success__etc {
  border: 4px solid #E2F4FF;
  padding: 15px;
  margin: 20px 0;
}
.success .success__list {
  margin: 0 -15px;
}
.success .success__list li {
  padding: 20px 15px 15px;
}
.success .success__list li:nth-child(odd) {
  background-color: #F4FBFF;
}
.success .success__list li:nth-child(even) {
  background-color: #fff;
}
.success .success__list li div {
  font-size: 14px;
  margin-bottom: 5px;
}
.success .success__list li div:first-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.success .success__list li div:first-child span {
  color: #4CB3F3;
  font-size: 12px;
}
.success .success__list li a {
  text-decoration: underline;
}
.success .success__etc {
  border: 4px solid #E2F4FF;
  padding: 30px;
  margin: 40px 0;
}

.icon-item {
  position: relative;
  padding-left: 35px;
}
.icon-item:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.icon-crown:before {
  background: url(../img/icon_medal.png) no-repeat center;
  background-size: 20px auto;
}

.icon-loan:before {
  background: url(../img/icon_loan.png) no-repeat center;
  background-size: 20px auto;
}

.icon-usa:before {
  background: url(../img/icon_usa.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-italy:before {
  background: url(../img/icon_italy.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-canada:before {
  background: url(../img/icon_canada.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-netherlands:before {
  background: url(../img/icon_netherlands.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-hungary:before {
  background: url(../img/icon_hungary.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-sweden:before {
  background: url(../img/icon_sweden.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-belgium:before {
  background: url(../img/icon_belgium.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-england:before {
  background: url(../img/icon_england.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-united-kingdom:before {
  background: url(../img/icon_united-kingdom.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-youtube:before {
  background: url(../img/icon_youtube.png) no-repeat center;
  background-size: 19px auto;
}

.icon-germany:before {
  background: url(../img/icon_germany.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.icon-malaysia:before {
  background: url(../img/icon_malaysia.png) no-repeat center;
  background-size: 30px auto;
  top: 10px;
}

.strength {
  padding: 0;
}
.strength .container {
  padding: 30px 15px;
}
.strength .container .strength__title {
  text-align: center;
  margin-bottom: 20px;
}
.strength .container .strength__title img {
  margin: 0 auto;
}
.strength .container .strength__main {
  padding: 0 15px;
}

.voice {
  padding: 0;
}
.voice .container {
  background: #F7EBCF;
  padding: 30px 0;
}
.voice .container .strength__title {
  text-align: center;
  margin: 0 0 20px;
}
.voice .container .strength__title img {
  margin: 0 auto;
}
.voice .container .voice__list ul {
  padding: 0 15px;
}
.voice .container .voice__list ul li {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.voice .container .voice__list ul li:last-child {
  margin-bottom: 0;
}
.voice .container .voice__list ul li > div {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.voice .container .voice__list ul li .voice__thum {
  width: 20%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
}
.voice .container .voice__list ul li .voice__thum img {
  width: 80%;
  margin: 0 auto;
}
.voice .container .voice__list ul li .voice__text {
  width: 80%;
  text-align: left;
}
.voice .container .voice__list ul li .voice__text .voice__text-ballon {
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
}
.voice .container .voice__list ul li .voice__text .voice__text-ballon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 20px;
  box-sizing: border-box;
  border: 10px solid transparent;
}
.voice .container .voice__list ul li .voice__text .voice__caption {
  font-weight: bold;
  margin-bottom: 10px;
}
.voice .container .voice__list ul li .voice__text .voice__detail {
  font-size: 14px;
}
.voice .container .voice__list ul li .voice__text .voice__link {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}
.voice .container .voice__list ul li .voice__text .voice__link a {
  text-decoration: underline;
}
.voice .container .voice__list ul li .voice__text .icon-youtube {
  padding-left: 30px;
}
.voice .container .voice__list ul li:nth-child(odd) .voice__text {
  padding-left: 10px;
}
.voice .container .voice__list ul li:nth-child(odd) .voice__text .voice__text-ballon:before {
  left: -20px;
  border-right: 10px solid #fff;
}
.voice .container .voice__list ul li:nth-child(even) .voice__text {
  padding-right: 10px;
}
.voice .container .voice__list ul li:nth-child(even) .voice__text .voice__text-ballon:before {
  right: -20px;
  border-left: 10px solid #fff;
}

.wanttobe {
  padding: 0;
}
.wanttobe .container {
  padding: 30px 15px 20px;
}
.wanttobe .container > div h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  position: relative;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto -30px;
}
.wanttobe .container > div h3:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  margin-left: -10px;
  box-sizing: border-box;
  border: 10px solid transparent;
}
.wanttobe .container > div > div {
  margin-bottom: 30px;
  background-color: #fff;
}
.wanttobe .container > div > div ul {
  margin-top: 0;
}
.wanttobe .container > div > div ul li {
  margin-bottom: 8px;
  font-size: 16px;
}
.wanttobe .container > div > div ul li:last-child {
  margin-bottom: 0;
}
.wanttobe .container > div > div ul li span {
  font-size: 90%;
  color: #999;
}
.wanttobe .container .wanttobe__university h3 {
  background-color: #4CB3F3;
}
.wanttobe .container .wanttobe__university h3:before {
  bottom: -20px;
  border-top: 10px solid #4CB3F3;
}
.wanttobe .container .wanttobe__university > div {
  border: 4px solid #4CB3F3;
  padding: 6px;
}
.wanttobe .container .wanttobe__university > div > div {
  border: 2px solid #4CB3F3;
  padding: 40px 15px 15px;
}
.wanttobe .container .wanttobe__faculty h3 {
  background-color: #004874;
}
.wanttobe .container .wanttobe__faculty h3:before {
  bottom: -20px;
  border-top: 10px solid #004874;
}
.wanttobe .container .wanttobe__faculty > div {
  border: 4px solid #004874;
  padding: 6px;
}
.wanttobe .container .wanttobe__faculty > div > div {
  border: 2px solid #004874;
  padding: 40px 15px 15px;
}

.support {
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
}
.support .support__main img {
  width: 85%;
  margin: 10px auto 30px;
}

.support__title {
  font-size: 24px;
  margin: 0 0 10px;
}
.support__title span {
  font-size: 60%;
}

.after-support {
  background: url(../img/sp/support_after_bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 30px 0 50px;
}

.support__list ul {
  text-align: center;
}
.support__list ul li {
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.support__list ul li img {
  max-width: 260px;
  margin-bottom: 5px;
}

.question {
  background-color: #fff;
  padding: 30px 0;
}
.question .question__title {
  text-align: center;
  font-size: 30px;
  margin: 0 0 10px;
}
.question .question__title span {
  font-size: 60%;
}
.question .question__main {
  text-align: center;
}
.question .question__main img {
  width: 85%;
  margin: 10px auto 30px;
}
.question .question__box dl {
  padding: 20px 0;
  border-bottom: 2px solid #f5f5f5;
}
.question .question__box dl:last-child {
  border-bottom: none;
}
.question .question__box dl dt {
  padding-left: 50px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.question .question__box dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icon_q.png) no-repeat center;
}
.question .question__box dl dd {
  padding-left: 50px;
  position: relative;
}
.question .question__box dl dd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icon_a.png) no-repeat center;
}

@media screen and (min-width: 768px) {
  /*タブレット用として画面幅を768pxまでに設定*/
  body::before {
    background-image: url(../img/pc/body.png);
  }
  .is-mobile {
    display: none;
  }
  .is-mobile.inline {
    display: none;
  }
  .is-pc {
    display: block;
  }
  .is-pc.inline {
    display: inline-block;
  }
  .container {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .keyvisual .container {
    text-align: center;
  }
  .keyvisual .container img {
    width: 100%;
    margin: 0 auto;
  }
  .cp-area {
    background: #d4e8f5 url(../img/pc/cp_bg.png) no-repeat left top;
    background-size: cover;
    padding-top: 30px;
  }
  .cp-area:after {
    content: "";
    width: 240px;
    height: 94px;
    position: absolute;
    top: -20px;
    left: 70%;
    margin-left: -120px;
    background: url(../img/cp_ballon.png) no-repeat center;
    background-size: 240px auto;
  }
  .cp-area .line {
    border: 4px solid rgba(255, 255, 255, 0.8);
    padding: 6px;
  }
  .cp-area .line .detail {
    padding: 20px 20px;
    font-size: 20px;
  }
  .cp-area .line .detail strong {
    font-size: 26px;
  }
  .cp-area .line .detail ul li {
    padding-left: 35px;
    background-size: 28px auto;
    margin-bottom: 10px;
  }
  .cp-area .line .detail .action {
    width: 80%;
  }
  .cp-area .line .detail .action .action__text {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .cp-area .line .detail .action .action__text span strong {
    font-size: 50px;
  }
  .cp-area .line .detail .action .action__btn {
    margin: 20px auto 0 0;
    font-size: 30px;
    letter-spacing: 2px;
  }
  .cp-area .line .detail .action .action__btn:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 27px;
    margin-top: -13px;
    background: url(../img/icon_arrow.png) no-repeat center;
    background-size: 16px auto;
  }
  .cp-area .line .detail .action .action__btn:active, .cp-area .line .detail .action .action__btn:hover {
    box-shadow: 0 0 0 #BC8200;
    transform: translateY(0px);
  }
  .cp-area .container {
    position: relative;
    padding-bottom: 30px;
  }
  .cp-area .container:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 220px;
    height: 364px;
    background: url(../img/cp_teacher.png) no-repeat;
  }
  .success {
    padding: 40px 0;
  }
  .success .container {
    border-radius: 20px;
    padding: 30px 40px;
  }
  .success .container .success__youtube ul li .youtube__movie {
    width: 700px;
    margin: 0 auto;
  }
  .success .container .success__youtube h3 {
    font-size: 24px;
    margin: 30px 0 15px;
  }
  .success .container .success__sub-title {
    font-size: 30px;
    margin: 40px auto 20px;
  }
  .success .container .success__sub-title span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(../img/success_title_icon.png) no-repeat center;
    background-size: auto 6px;
  }
  .success .container .success__main img {
    width: auto;
    margin: 30px auto;
  }
  .success .container .success__table {
    width: 100%;
    line-height: 1.3;
  }
  .success .container .success__table thead th {
    padding: 0 10px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
  }
  .success .container .success__table thead th:nth-child(1) {
    color: #4CB3F3;
    border-bottom: 4px solid #4CB3F3;
  }
  .success .container .success__table thead th:nth-child(2), .success .container .success__table thead th:nth-child(3) {
    color: #004874;
    border-bottom: 4px solid #004874;
  }
  .success .container .success__table thead th:nth-child(4) {
    color: #FFB100;
    border-bottom: 4px solid #FFB100;
  }
  .success .container .success__table thead th:nth-child(5) {
    border-bottom: 4px solid #ccc;
  }
  .success .container .success__table tbody tr:nth-child(odd) td {
    background-color: #F4FBFF;
  }
  .success .container .success__table tbody tr:nth-child(even) td {
    background-color: #fff;
  }
  .success .container .success__table tbody td {
    padding: 10px;
  }
  .success .container .success__table tbody td:nth-child(1) {
    text-align: left;
    line-height: 1;
  }
  .success .container .success__table tbody td:nth-child(1) span {
    font-size: 12px;
    color: #999;
  }
  .success .container .success__table tbody td:nth-child(2), .success .container .success__table tbody td:nth-child(3), .success .container .success__table tbody td:nth-child(4), .success .container .success__table tbody td:nth-child(5) {
    font-weight: bold;
    text-align: center;
  }
  .success .container .success__table tbody td .more-btn {
    display: block;
    color: #fff;
    padding: 8px 16px;
    background-color: #4CB3F3;
    border-radius: 8px;
    text-align: center;
  }
  .success .container .success__table tbody td .more-btn.inactive {
    background-color: #ccc;
  }
  .success .container .success__table tbody td .more-btn.inactive:hover {
    opacity: 1;
  }
  .success .container .success__table tbody td .more-btn:hover {
    opacity: 0.7;
  }
  .success .container .success__table tbody td a {
    text-decoration: none;
  }
  .icon-item {
    position: relative;
    padding-left: 35px;
  }
  .icon-item:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0;
  }
  .icon-crown:before {
    background: url(../img/icon_medal.png) no-repeat center;
    background-size: 30px auto;
  }
  .icon-loan:before {
    background: url(../img/icon_loan.png) no-repeat center;
    background-size: 30px auto;
  }
  .icon-usa {
    padding-left: 40px;
  }
  .icon-usa:before {
    background: url(../img/icon_usa.png) no-repeat center;
    background-size: 30px auto;
  }
  .icon-italy {
    padding-left: 40px;
  }
  .icon-italy:before {
    background: url(../img/icon_italy.png) no-repeat center;
    background-size: 30px auto;
  }
  .icon-canada {
    padding-left: 40px;
  }
  .icon-canada:before {
    background: url(../img/icon_canada.png) no-repeat center;
    background-size: 30px auto;
    top: 10px;
  }
  .icon-netherlands {
    padding-left: 40px;
  }
  .icon-netherlands:before {
    background: url(../img/icon_netherlands.png) no-repeat center;
    background-size: 30px auto;
    top: 10px;
  }
  .icon-hungary {
    padding-left: 40px;
  }
  .icon-hungary:before {
    background: url(../img/icon_hungary.png) no-repeat center;
    background-size: 30px auto;
    top: 10px;
  }
  .icon-sweden {
    padding-left: 40px;
  }
  .icon-sweden:before {
    background: url(../img/icon_sweden.png) no-repeat center;
    background-size: 30px auto;
    top: 10px;
  }
  .icon-belgium {
    padding-left: 40px;
  }
  .icon-belgium:before {
    background: url(../img/icon_belgium.png) no-repeat center;
    background-size: 30px auto;
    top: 10px;
  }
  .icon-england {
    padding-left: 40px;
  }
  .icon-england:before {
    background: url(../img/icon_england.png) no-repeat center;
    background-size: 30px auto;
    top: 10px;
  }
  .icon-youtube:before {
    background: url(../img/icon_youtube.png) no-repeat center;
    background-size: 19px auto;
  }
  .strength {
    padding: 40px 0;
  }
  .strength .container .strength__title {
    margin-bottom: 30px;
  }
  .strength .container .strength__main {
    padding: 0;
  }
  .voice {
    padding: 40px 0;
  }
  .voice .container {
    border-radius: 20px;
    padding: 0 0 40px;
  }
  .voice .container .strength__title {
    margin: 0;
  }
  .voice .container .voice__list ul {
    padding: 0 40px;
  }
  .voice .container .voice__list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .voice .container .voice__list ul li .voice__thum {
    width: 15%;
    font-size: 14px;
  }
  .voice .container .voice__list ul li .voice__thum img {
    width: auto;
    max-width: 77px;
  }
  .voice .container .voice__list ul li .voice__text {
    width: 85%;
  }
  .voice .container .voice__list ul li .voice__text .voice__text-ballon:before {
    content: "";
    top: 30px;
  }
  .voice .container .voice__list ul li:nth-child(odd) .voice__text {
    padding-left: 10px;
  }
  .voice .container .voice__list ul li:nth-child(even) .voice__text {
    padding-right: 10px;
  }
  .wanttobe .container > div h3 {
    width: 50%;
    margin: 0 auto -50px;
  }
  .wanttobe .container .wanttobe__university > div > div {
    padding: 60px 30px 40px;
  }
  .wanttobe .container .wanttobe__faculty > div > div {
    padding: 60px 30px 40px;
  }
  .support {
    padding: 50px 0;
  }
  .support .support__main img {
    width: auto;
    margin: 30px auto 50px;
  }
  .after-support {
    padding: 50px 0;
    background: url(../img/pc/support_after_bg.png) no-repeat center;
    background-size: cover;
  }
  .support__title {
    font-size: 32px;
  }
  .support__title span {
    font-size: 60%;
  }
  .support__list ul li {
    padding: 0 20px 30px;
    box-sizing: border-box;
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  .support__list ul li img {
    max-width: 100%;
  }
  .question {
    padding: 50px 0;
  }
  .question .question__title {
    font-size: 38px;
  }
  .question .question__title span {
    font-size: 60%;
  }
  .question .question__main img {
    width: auto;
    margin: 30px auto 50px;
  }
}
footer {
  background-color: #fff;
  padding: 20px 0 0;
  text-align: center;
}
footer .footer__logo {
  text-align: center;
  margin-bottom: 10px;
}
footer .footer__sns {
  text-align: center;
  margin-bottom: 20px;
}
footer .footer__sns li {
  display: inline-block;
  margin: 0 10px;
}
footer .footer__sns li a {
  display: block;
  color: #333;
  text-decoration: underline;
}
footer .footer__sns li a i {
  font-size: 20px;
}
footer address {
  background: #333;
  color: #fff;
  padding: 15px 0;
  font-style: normal;
  margin-top: 10px;
  font-size: 12px;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: -50px;
  background: #333;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /*PC用として画面幅を1024pxまでに設定*/
  .container {
    width: 900px;
    margin: 0 auto;
    padding: 0;
  }
  .keyvisual .container img {
    width: auto;
    height: 100vh;
  }
  .cp-area {
    background-size: auto 100%;
  }
  .cp-area .line .detail {
    padding: 40px 50px;
  }
}/*# sourceMappingURL=styles.css.map */