@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Baloo+Thambi+2:400,500,600,700,800&display=swap");
/* サイトの基本のカラー */
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1024px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (max-width: 599px) and (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body {
  font-size: 62.5%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  img {
    max-width: 100%;
  }
}

li {
  list-style: none;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 5mm;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  color: #4397cd;
}

a:visited {
  color: #c7829c;
}

a:hover {
  color: #3fc3b8;
}

a:active {
  color: #3fc3b8;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #444444;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 2.0;
  font-size: 1.6rem;
  font-weight: 500;
  overflow-x: hidden;
  background-image: url(../../assets/img/common/base-bg.jpg);
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*--------------------------------------------------------

	box-sizing

----------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------

	禁則処理の追加

----------------------------------------------------------*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/*--------------------------------------------------------

	iOSでのsubmit, buttonのデザインをリセットするCSS

----------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="search"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="search"]::focus {
  outline-offset: -2px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.text-idt {
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------------------------------------------------

	デバイス関係なし

----------------------------------------------------------*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  .pagetop {
    display: none;
  }
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

.header-wrap {
  border-bottom: 1px solid #dddddd;
  padding: 8px 0 5px 0;
}

@media screen and (max-width: 1024px) {
  .header-wrap {
    padding: 8px 5px 5px 5px;
  }
}

.header-wrap__inner {
  max-width: 1024px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.header__logo {
  width: 92px;
}

.header__logo img {
  width: 100%;
}

.header__sns {
  width: 200px;
  position: relative;
}

.header__sns li {
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  margin-left: 5px;
}

.header__sns .fb-like {
  position: relative;
  top: -10px;
}

.header-wrap__main {
  max-width: 1024px;
  margin: 30px auto 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .header-wrap__main {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.side-id {
  color: #3fc3b8;
  font-family: "Baloo Thambi 2", cursive;
  font-weight: bold;
  font-size: 4.8rem;
  margin-bottom: 16px;
  line-height: 1.0;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .side-id {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .side-id {
    font-size: 3.2rem;
    margin-bottom: 8px;
  }
}

.header-wrap__main__lead {
  color: #3fc3b8;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .header-wrap__main__lead {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header-wrap__main__lead {
    font-size: 1.4rem;
  }
}

.main-title {
  background-image: url(../../assets/img/main_img.jpg);
  background-size: cover;
  background-position: center 33%;
  position: relative;
  min-height: 200px;
  margin-bottom: 40px;
  z-index: -1;
}

.main-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.main-title__wrap {
  text-align: center;
  color: #fff;
  padding: 40px 0 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  max-width: 1024px;
  margin: auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .main-title__wrap {
    padding: 40px 20px 30px 20px;
  }
}

.main-title__data {
  z-index: 100;
  letter-spacing: -0.05em;
  font-size: 2.8rem;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto 24px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .main-title__data {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .main-title__data {
    font-size: 2.0rem;
  }
}

.main-title__article {
  z-index: 100;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.0;
  align-items: center;
}

.main-title__article__day {
  margin-right: 5px;
}

@media screen and (max-width: 599px) {
  .main-title__article__day {
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
  }
}

.main-title__article__tag {
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  padding: 3px 8px 3px 8px;
}

.main {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1024px;
  margin: 0 auto 60px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .main {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .main {
    display: block;
  }
}

.container {
  width: 67.4%;
}

@media screen and (max-width: 599px) {
  .container {
    width: 100%;
  }
}

.side {
  width: 29.3%;
}

@media screen and (max-width: 599px) {
  .side {
    width: 100%;
  }
}

.footer {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.1rem;
}

.sec-wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .sec-wrap {
    margin-bottom: 40px;
  }
}

.img-block {
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .img-block {
    margin-bottom: 10px;
  }
}

.img-block img {
  width: 100%;
}

.main-lead {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .main-lead {
    margin-bottom: 20px;
  }
}

.index-list {
  border: 1px solid #3fc3b8;
  padding: 20px 36px 30px 36px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .index-list {
    padding: 20px 20px 30px 20px;
  }
}

@media screen and (max-width: 599px) {
  .index-list {
    padding: 16px 16px 16px 16px;
  }
}

.index-list__title {
  font-family: "Baloo Thambi 2", cursive;
  color: #3fc3b8;
  font-weight: 400;
  font-size: 2.0rem;
  text-align: center;
  border-bottom: 1px dotted #3fc3b8;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.index-list__item {
  border-bottom: 1px dotted #3fc3b8;
  position: relative;
  padding-left: 2em;
  padding: 10px 1em 10px 2em;
}

.index-list__item::before, .index-list__item::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 8px;
  color: #3fc3b8;
  font-family: "Baloo Thambi 2", cursive;
  font-weight: 400;
  font-size: 2.0rem;
}

.index-list__item a {
  color: #444;
}

.index-list__item a:hover {
  color: #3fc3b8;
  text-decoration: underline;
  transition: 0.2s;
}

.sec-title {
  color: #3fc3b8;
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 3px solid #dddddd;
  margin-bottom: 36px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .sec-title {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 599px) {
  .sec-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.interview__title {
  margin-bottom: 16px;
  position: relative;
  color: #222;
  padding-left: 55px;
}

@media screen and (max-width: 599px) {
  .interview__title {
    margin-bottom: 10px;
    padding-left: 30px;
  }
}

.interview__title::before, .interview__title::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
  width: 36px;
  height: 1px;
  background-color: #222;
}

@media screen and (max-width: 599px) {
  .interview__title::before, .interview__title::after {
    width: 20px;
  }
}

.interview__img {
  display: block;
}

.interview__img img {
  width: 100%;
}

.interview__img--mb01 {
  margin-bottom: 30px;
}

.interview__answer {
  margin-bottom: 36px;
}

@media screen and (max-width: 599px) {
  .interview__answer {
    margin-bottom: 10px;
  }
}

.interview__answer.ochi-text {
  margin-bottom: 90px;
}

.interview__answer.ochi-mian {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .interview__answer.ochi-mian {
    font-size: 3.2rem;
  }
}

.interview__answer.ochi-mian .ochi-mian__sub {
  font-size: 2.0rem;
}

.side-main-bnr__list {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .side-main-bnr__list {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.side-main-bnr__list img {
  width: 100%;
}

.side-main-bnr__list a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.pickup-box {
  line-height: 1.6;
}

.pickup-box__img img {
  width: 100%;
  margin-bottom: 12px;
}

.pickup-box__main-copy {
  font-weight: bold;
  margin-bottom: 5px;
}

.pickup {
  margin-bottom: 36px;
}

.pickup a {
  color: #444 !important;
}

.pickup a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.side-title {
  color: #3fc3b8;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  position: relative;
  padding-bottom: 1em;
}

.side-title::before, .side-title::after {
  content: '';
  display: inline-block;
  position: relative;
  margin: auto;
}

.side-title::before {
  text-align: center;
  margin-right: 5px;
}

.side-title::after {
  margin: auto;
  font-family: "Baloo Thambi 2", cursive;
  color: #3fc3b8;
  font-weight: 500;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0.5em;
  left: 2em;
  right: 0;
  letter-spacing: 2px;
}

.side-title__pickup::before {
  background-image: url(../../assets/img/icon-picup.png);
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
}

.side-title__pickup::after {
  content: 'PICK UP';
}

.side-title__ranking::before {
  background-image: url(../../assets/img/icon_ranking.png);
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
}

.side-title__ranking::after {
  content: 'RANKING';
}

.ranking {
  margin-bottom: 36px;
}

.ranking-list {
  border-top: 1px dotted #bbbbbb;
}

.ranking-list__item {
  border-bottom: 1px dotted #bbbbbb;
}

.ranking-list__item a {
  padding: 16px 0 12px 0;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ranking-list__item a img {
  width: 100%;
}

.ranking-list__item a:hover {
  transition: 0.2s;
  opacity: 0.5;
  background-color: #fff;
}

.ranking-list__item__img {
  width: 80px;
  position: relative;
  z-index: 0;
}

.ranking-list__item__img::before, .ranking-list__item__img::after {
  content: '';
  display: inline-block;
  position: absolute;
  margin: auto;
  z-index: 1;
}

.ranking-list__item__img::before {
  width: 21px;
  height: 21px;
  background-color: #3fc3b8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: -8px;
  left: -8px;
}

.ranking-list__item__img::after {
  content: attr(data-text02);
  top: -5px;
  left: -2px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.0;
}

.ranking-list__item__text {
  width: calc(100% - 100px);
  color: #444;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .ranking-list__item__text {
    font-size: 1.4rem;
  }
}

.side-sub-bnr__list {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .side-sub-bnr__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.side-sub-bnr__list li {
  margin-bottom: 12px;
}

.side-sub-bnr__list li:hover {
  transition: 0.2s;
  opacity: 0.5;
}

@media screen and (max-width: 599px) {
  .side-sub-bnr__list li {
    width: calc((99.9% - 5px) / 2);
    margin-right: 5px;
  }
  .side-sub-bnr__list li:nth-child(2n) {
    margin-right: 0;
  }
  .side-sub-bnr__list li img {
    width: 100%;
  }
}

.conv-sec {
  margin-bottom: 36px;
}

.conv-lead {
  color: #3fc3b8;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .conv-lead {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 599px) {
  .conv-lead {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

.conv-btn__box {
  background-color: #ebf9f9;
  padding: 30px 10px 30px 10px;
}

@media screen and (max-width: 1024px) {
  .conv-btn__box {
    padding: 20px 20px 20px 20px;
  }
}

.conv-btn {
  background: #e9418d;
  font-size: 3.6rem;
  text-align: center;
  display: block;
  max-width: 520px;
  margin: auto;
  color: #fff !important;
  font-family: "Baloo Thambi 2", cursive;
  font-weight: 600;
  padding: 24px 10px 24px 10px;
  line-height: 1.0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .conv-btn {
    font-size: 2.6rem;
    padding: 16px 10px 16px 10px;
  }
}

.conv-btn::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.conv-btn:hover {
  background: #ea4179;
  transition: 0.2s;
  font-size: 3.8rem;
}

.sns-list {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .sns-list {
    margin-bottom: 40px;
  }
}

.sns-list__item {
  margin-right: 3px;
  width: calc((99% - 9px) / 4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sns-list__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .sns-list__item {
    width: calc((99% - 2px) / 2);
    margin-right: 2px;
    margin-bottom: 5px;
  }
  .sns-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

.sns-list__item a {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 15px 10px 12px 10px;
  line-height: 1.0;
}

.sns-list__item a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.sns-list__item span {
  position: relative;
  padding-left: 25px;
}

.sns-list__item span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sns-list__item.fb {
  background-color: #49629d;
}

.sns-list__item.fb span::before {
  background-image: url(../../assets/img/icon_fb.png);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.sns-list__item.tw {
  background-color: #55acee;
}

.sns-list__item.tw span::before {
  background-image: url(../../assets/img/icon_tw.png);
  background-size: 20px 16px;
  width: 20px;
  height: 16px;
}

.sns-list__item.pin {
  background-color: #e60023;
}

.sns-list__item.pin span::before {
  background-image: url(../../assets/img/icon_pin.png);
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.sns-list__item.line {
  background-color: #00b900;
}

.sns-list__item.line span {
  padding-left: 35px;
}

.sns-list__item.line span::before {
  background-image: url(../../assets/img/icon_line.png);
  background-size: 31px 31px;
  width: 31px;
  height: 31px;
}

.main-uso {
  max-width: 1024px;
  margin: 0px auto 60px;
  display: block;
}

.uso-title {
  background-image: url(../../assets/img/main-img_uso.png);
  background-size: cover;
  background-position: center 50%;
  height: 580px;
  margin-bottom: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .uso-title {
    margin-bottom: 40px;
    height: 380px;
  }
}

.uso-title__wrap {
  max-width: 1024px;
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.uso-title__main {
  font-size: 8.0rem;
  text-align: center;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .uso-title__main {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 599px) {
  .uso-title__main {
    font-size: 2.4rem;
  }
}

.uso-title__main__sub {
  font-size: 6.0rem;
  color: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .uso-title__main__sub {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 599px) {
  .uso-title__main__sub {
    font-size: 2.4rem;
  }
}

.uso-title__main__sub--em {
  color: #fffc00;
  font-size: 7.8rem;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .uso-title__main__sub--em {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 599px) {
  .uso-title__main__sub--em {
    font-size: 2.4rem;
  }
}

.uso-title__lead {
  width: 100%;
  color: #77f9ee;
  font-size: 4.0rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .uso-title__lead {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .uso-title__lead {
    font-size: 1.6rem;
  }
}

.uso-title__lead--em {
  color: #fffc00;
  font-size: 6.6rem;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .uso-title__lead--em {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 599px) {
  .uso-title__lead--em {
    font-size: 2.0rem;
  }
}

.hurueru {
  position: absolute;
  animation: hurueru .1s infinite;
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

.kao01 {
  position: absolute;
  top: 20%;
  left: 20%;
}

@media screen and (max-width: 1280px) and (min-width: 1023px) {
  .kao01 {
    left: 8%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .kao01 {
    top: 10%;
    left: 5%;
    width: 60px;
  }
  .kao01 img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .kao01 {
    top: 16%;
    left: 16%;
    width: 50px;
  }
  .kao01 img {
    width: 100%;
  }
}

.kao02 {
  position: absolute;
  bottom: 8%;
  left: 8%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .kao02 {
    width: 50px;
  }
  .kao02 img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .kao02 {
    width: 60px;
    left: 12%;
  }
  .kao02 img {
    width: 100%;
  }
}

.kao03 {
  position: absolute;
  top: 20%;
  right: 10%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .kao03 {
    width: 60px;
    right: 5%;
  }
  .kao03 img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .kao03 {
    width: 50px;
  }
  .kao03 img {
    width: 100%;
  }
}

.kao04 {
  position: absolute;
  bottom: 15%;
  right: 10%;
}

@media screen and (max-width: 1280px) and (min-width: 1023px) {
  .kao04 {
    bottom: 10%;
    right: 5%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .kao04 {
    width: 60px;
    right: 5%;
  }
  .kao04 img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .kao04 {
    width: 50px;
  }
  .kao04 img {
    width: 100%;
  }
}

.uso-lead {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  max-width: 850px;
  margin: 0 auto 60px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .uso-lead {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .uso-lead {
    display: block;
  }
}

.uso-lead__text {
  width: 45%;
  font-weight: bold;
  font-size: 2.0rem;
}

@media screen and (max-width: 599px) {
  .uso-lead__text {
    width: 100%;
    text-align: center;
  }
}

.uso-lead__img {
  display: block;
  width: 50%;
}

@media screen and (max-width: 599px) {
  .uso-lead__img {
    width: 100%;
  }
}

.uso-lead__img img {
  width: 100%;
}

.real__title {
  background-color: #3fc3b8;
  padding: 10px 10px 14px 10px;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.2;
  max-width: 1024px;
  margin: 0 auto 46px;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .real__title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .real__title {
    font-size: 2.4rem;
    padding: 5px 5px 10px 5px;
    margin-bottom: 30px;
  }
}

.real__title--em {
  color: #fffc00;
  font-size: 4.2rem;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .real__title--em {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 599px) {
  .real__title--em {
    font-size: 3.2rem;
  }
}

.real__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #3fc3b8;
}

.real__inner-wrap {
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .real__inner-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.real-tel__copy {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .real-tel__copy {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .real-tel__copy {
    font-size: 2.0rem;
    line-height: 1.5;
  }
}

.real-tel__copy--em {
  color: #fa36ae;
  font-size: 2.8rem;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .real-tel__copy--em {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .real-tel__copy--em {
    font-size: 2.4rem;
  }
}

.past {
  border: 1px solid #3fc3b8;
  padding: 40px 40px 40px 40px;
  max-width: 1024px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 1024px) {
  .past {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .past {
    padding: 30px 20px 30px 20px;
  }
}

@media screen and (max-width: 599px) {
  .past {
    padding: 16px 16px 16px 16px;
  }
}

.past-title {
  color: #3fc3b8;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .past-title {
    margin-bottom: 16px;
  }
}

.real-tel__book {
  border: 1px solid #ddd;
  padding: 16px 16px 16px 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.real-tel__book__data {
  width: 75%;
  padding-top: 15px;
  padding-left: 10px;
}

@media screen and (max-width: 599px) {
  .real-tel__book__data {
    padding-top: 0;
    padding-left: 0;
    width: 72%;
  }
}

.real-tel__book__data__copy {
  color: #3fc3b8;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .real-tel__book__data__copy {
    font-size: 1.6rem;
  }
}

.real-tel__book__data__text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .real-tel__book__data__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.real-tel__book__data__btn {
  display: block;
  background-color: #3fc3b8;
  color: #fff !important;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 200px;
  padding: 10px 10px 10px 10px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.real-tel__book__data__btn::before, .real-tel__book__data__btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.real-tel__book__img {
  width: 15%;
  display: block;
}

@media screen and (max-width: 599px) {
  .real-tel__book__img {
    width: 25%;
  }
}

.real-tel__book__img img {
  width: 100%;
}

.real-telework {
  margin-bottom: 50px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .real-telework {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .real-telework {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}

.real-telework__em {
  color: #fa36ae;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .real-telework__em {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .real-telework__em {
    font-size: 1.8rem;
  }
}

.service-trial {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .service-trial {
    font-size: 1.6rem;
  }
}

.real-telework__img {
  margin-bottom: 80px;
  max-width: 1024px;
  margin: 0 auto 40px;
}

.real-telework__img img {
  width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .real-telework__img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .real-telework__img {
    margin-bottom: 20px;
  }
}

.service-text {
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .service-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .service-text {
    font-size: 1.6rem;
  }
}

.service-copy {
  color: #fa36ae;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .service-copy {
    font-size: 1.8rem;
  }
}

.service-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .service-list {
    display: block;
    margin-bottom: 20px;
  }
}

.service-list__item {
  width: calc((99.9% - 1.6%) / 2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 0.8%;
}

.service-list__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 599px) {
  .service-list__item {
    width: 100%;
    margin-bottom: 5px;
  }
}

.service-list__item:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.service-list__item a {
  display: block;
  padding: 20px 20px 20px 20px;
  color: #fff !important;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 599px) {
  .service-list__item a {
    padding: 10px 10px 10px 10px;
  }
}

.service-list__item a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-list__item.vpn {
  background-color: #0178d4;
}

.service-list__item.mhyip {
  background-color: #109a17;
}

.service-list__item__sub {
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  margin: auto;
  line-height: 1.0;
  padding: 5px 20px 5px 20px;
}

.service-list__item__sub.vpn {
  color: #0178d4;
}

.service-list__item__sub.mhyip {
  color: #109a17;
}

.service-list__item__name {
  font-size: 2.5rem;
}

@media screen and (max-width: 599px) {
  .service-list__item__name {
    font-size: 2.0rem;
  }
}

.past-list {
  border-top: 1px dotted #3fc3b8;
}

.past-list__item {
  border-bottom: 1px dotted #3fc3b8;
}

.past-list__item:last-child {
  border: none;
}

.past-list__item a {
  display: block;
  padding: 16px 40px 16px 10px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .past-list__item a {
    display: block;
    padding: 10px 30px 16px 10px;
  }
}

.past-list__item a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #3fc3b8;
  border-right: 2px solid #3fc3b8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.past-list__item a:hover {
  background-color: #f8fcfc;
  transition: 0.2s;
}

.past-list__item__day {
  display: block;
  width: 8%;
  margin-right: 2%;
  color: #3fc3b8 !important;
  font-size: 2.0rem;
  font-family: "Baloo Thambi 2", cursive;
}

.past-list__item__title {
  width: 90%;
  color: #444 !important;
}

.footer-bnr__list {
  max-width: 860px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .footer-bnr__list {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.footer-bnr__list li {
  width: calc((99.9% - 40px) / 5);
  margin-right: 10px;
}

@media screen and (min-width: 600px) {
  .footer-bnr__list li:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .footer-bnr__list li {
    width: calc((99.9% - 10px) / 2);
    margin-bottom: 10px;
  }
  .footer-bnr__list li:nth-child(2n) {
    margin-right: 0;
  }
}

.footer-bnr__list li:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.footer-bnr__list img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
