@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  background: #e01e2b;
}

.header .container {
  width: 100%;
}

.header_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .header_container {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .header_container {
    min-width: 100%;
  }
}

.header_inner {
  width: 96%;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .header_inner {
    margin: 15px auto;
  }
}

.header .hd_nav {
  display: none;
  width: 6.54545%;
}

.header .hd_logo_left {
  width: 270px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 35px;
}

@media (max-width: 767px) {
  .header .hd_logo_left {
    width: 50%;
    margin-left: 3%;
  }
}

.header .hd_logo_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .header .hd_logo_right {
    width: 26.04167%;
    margin-right: 3%;
  }
}

.header .hd_logo_sns {
  display: block;
  width: 30px;
  margin: 0 7px;
}

.header .hd_logo_sns > img {
  width: 100%;
  height: auto;
}

.header .hd_logo_tfm {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .header .hd_logo_tfm {
    margin-left: 15px;
  }
}

.header .hd_logo_tfm > img {
  width: 100%;
  height: auto;
}

.header .hd_logo_canada {
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .hd_logo_canada > img {
  width: 100%;
  height: auto;
}

.header .hd_menu ul {
  display: flex;
  justify-content: flex-start;
}

.header .hd_menu ul li {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 30px;
}

.kv {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  background: url(../../img/main_bg.jpg) center 80% repeat-x;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .kv {
    background: url(../../img/main_bg.jpg) 55% 53% repeat-x;
  }
}

@media (max-width: 767px) {
  .kv {
    background: url(../../img/main_bg.jpg) 60% repeat-x;
    background-size: cover;
    height: 500px;
  }
}

.kv .container {
  width: 100%;
  height: 95%;
}

.kv_inner {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .kv_inner {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .kv_inner {
    width: 100%;
  }
}

.kv_logo {
  width: 57.18182%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .kv_logo {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .kv_logo {
    width: 81.90104%;
  }
}

.kv_bt {
  position: absolute;
  width: 19.09091%;
  left: 0%;
  bottom: 50px;
}

.kv_bt_present {
  position: absolute;
  width: 21.90909%;
  right: -3%;
  top: 5%;
}

@media (max-width: 767px) {
  .kv_bt_present {
    display: none;
  }
}

.about {
  padding: 50px 0 70px;
  background: #ececec;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about {
    padding: 25px 0 35px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 25px 0 35px;
  }
}

.about_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_inner {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about_inner {
    width: 100%;
  }
}

.about_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.about_ttl img {
  height: 135px;
}

@media (max-width: 767px) {
  .about_ttl {
    margin-bottom: 25px;
  }
  .about_ttl img {
    width: 43.54839%;
    height: auto;
  }
}

.about_lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 35px;
  background: #FFF;
  border-top: #e01e2b 6px solid;
  border-left: #dedede 1px solid;
  border-right: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_lead {
    width: 90%;
    padding: 25px 25px;
  }
}

@media (max-width: 767px) {
  .about_lead {
    width: 90%;
    flex-direction: column;
  }
}

.about_lead_left {
  width: 225px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_lead_left {
    width: 27%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .about_lead_left {
    width: 70%;
    margin: 0 auto 30px;
  }
}

.about_lead_right {
  width: 645px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_lead_right {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .about_lead_right {
    width: 100%;
  }
}

.about_lead_photo {
  width: 100%;
  border-radius: 10px;
  border: #ddd 1px solid;
  margin-bottom: 10px;
}

.about_lead_photo img {
  border-radius: 10px;
}

.about_lead_name {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.about_lead_name span {
  font-size: 2.2rem;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_lead_name span {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .about_lead_name {
    font-size: 1.1rem;
  }
  .about_lead_name span {
    font-size: 1.8rem;
  }
}

.about_lead_txt {
  font-size: 1.6rem;
  line-height: 2.8;
  text-align: left;
  margin: 0 auto 20px;
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.5em;
  border-bottom: 1px #ccc solid;
  line-height: 2.5em;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_lead_txt br {
    display: none;
  }
}

@media (max-width: 767px) {
  .about_lead_txt {
    font-size: 1.4rem;
  }
  .about_lead_txt br {
    display: none;
  }
}

.about_lead_p ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .about_lead_p ul {
    flex-wrap: wrap;
  }
}

.about_lead_p li {
  width: 150px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_lead_p li {
    width: 23%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .about_lead_p li {
    width: 48%;
    margin-bottom: 15px;
  }
}

.about_lead_p li img {
  border-radius: 10px;
}

.about_guest {
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_guest {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about_guest {
    margin-top: 30px;
  }
}

.about_guest ul {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_guest ul {
    width: 70%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about_guest ul {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.about_guest li {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about_guest li img {
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about_guest li {
    width: 45%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about_guest li {
    width: 48%;
    margin-bottom: 15px;
  }
}

.about_guest_photo {
  width: 100%;
  border-radius: 10px;
  border: #ddd 1px solid;
}

.about_guest_name {
  width: 100%;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.about_guest_name span {
  font-size: 2.2rem;
  background: linear-gradient(transparent 70%, #ffee00 70%);
  padding: 0 4px;
}

@media (max-width: 767px) {
  .about_guest_name {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .about_guest_name span {
    font-size: 1.6rem;
  }
}

.about_guest_btn {
  margin: 15px 0 0px;
  display: inline-block;
  padding: 2px 20px;
  background: #e01e2b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .about_guest_btn {
    margin: 10px 0 0px;
    font-size: 1.2rem;
  }
}

.popup {
  background: #ececec;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .popup {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .popup {
    width: 90%;
  }
}

.popup h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .popup h3 {
    font-size: 1.7rem;
  }
}

.popup_txt {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .popup_txt {
    font-size: 1.4rem;
  }
}

.popup_txt strong {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .popup_txt strong {
    font-size: 2rem;
  }
}

.popup_txt span {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .popup_txt span {
    font-size: 1.2rem;
  }
}

.popup_txt a {
  color: #28a7e1;
}

.popup_txt:nth-of-type(1) {
  margin-bottom: 30px;
}

.present {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  background: url(../../img/bg.png) repeat;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .present {
    padding: 40px 0;
  }
}

.present_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.present_ttl img {
  height: 135px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_ttl {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .present_ttl {
    margin-bottom: 30px;
  }
  .present_ttl img {
    width: 48.0427%;
    height: auto;
  }
}

.present_ttl_q {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.present_ttl_q img {
  height: 135px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_ttl_q {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .present_ttl_q {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .present_ttl_q img {
    width: 36.91589%;
    height: auto;
  }
}

.present_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .present_inner {
    flex-direction: column;
  }
}

.present_inner_form {
  width: 1100px;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_inner_form {
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .present_inner_form {
    width: 100%;
    flex-direction: column;
    margin: 0px auto;
  }
}

.present_photo {
  width: 45.45455%;
}

.present_photo img {
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_photo {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .present_photo {
    width: 70%;
    margin: 0 auto 30px;
  }
}

.present_box {
  width: 74%;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_box {
    width: 90%;
    margin: 0 auto 50px;
  }
}

@media (max-width: 767px) {
  .present_box {
    width: 90%;
    margin: 0 auto 50px;
  }
}

.present_box_plan {
  font-size: 3rem;
  text-align: center;
  background: #ffee00;
  padding: 8px 0;
  border-radius: 10px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .present_box_plan {
    font-size: 2.2rem;
  }
}

.present_box_plan span {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .present_box_plan span {
    font-size: 1.5rem;
  }
}

.present_box_ttl {
  color: #FFF;
  margin-bottom: 30px;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
}

.present_box_ttl a {
  color: #FFF;
}

.present_box_ttl span {
  font-size: 1.8rem;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_box_ttl span {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .present_box_ttl span {
    font-size: 1.4rem;
  }
}

.present_box_ttl strong {
  font-size: 2.4rem;
  border-bottom: 2px solid #FFF;
  padding: 0 5px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_box_ttl strong {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .present_box_ttl strong {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .present_box_ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
    text-align: center;
  }
}

.present_box_ttl_mark {
  font-size: 3rem !important;
}

@media (max-width: 767px) {
  .present_box_ttl_mark {
    font-size: 1.8rem !important;
  }
}

.present_box_txt {
  color: #FFF;
}

.present_box_link {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  background: #FFF url(../../img/btn-arrow.png) 94% center no-repeat;
  background-size: 18px;
  color: #333;
  border-radius: 100px;
  border: 2px #333 solid;
  padding: 15px 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present_box_link {
    font-size: 2.0rem;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .present_box_link {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .present {
    padding: 35px 0 45px;
  }
  .present_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .present {
    padding: 35px 0 45px;
  }
  .present_inner {
    width: 90%;
  }
}

.quiz_box {
  width: 100%;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 30px;
  padding: 7px;
  box-sizing: border-box;
}

.quiz_box_inner {
  border: #e01e2b dashed 1px;
  border-radius: 30px;
  padding: 15px 30px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .quiz_box_inner {
    padding: 8px 15px;
  }
}

.quiz_box_inner h5 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.quiz_box_inner h5 strong {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .quiz_box_inner h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .quiz_box_inner h5 strong {
    font-size: 2.4rem;
  }
}

.quiz_box_inner ul {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .quiz_box_inner ul {
    flex-direction: column;
  }
}

.quiz_box_inner li {
  background: #ffee00;
  border-radius: 100px;
  padding: 5px 20px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .quiz_box_inner li {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.audee {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  background: url(../../img/bg.png) repeat;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .audee {
    padding: 40px 0;
  }
}

.audee_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.audee_ttl img {
  height: 135px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee_ttl {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .audee_ttl {
    margin-bottom: 30px;
  }
  .audee_ttl img {
    width: 59.60854%;
    height: auto;
  }
}

.audee_cont {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 100px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee_cont {
    width: 90%;
    margin: 0 auto 80px;
  }
}

@media (max-width: 767px) {
  .audee_cont {
    width: 90%;
    margin: 0 auto 80px;
    flex-direction: column;
  }
}

.audee_cont_img {
  width: 30%;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee_cont_img {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .audee_cont_img {
    width: 60%;
  }
}

.audee_cont_txt {
  width: 65%;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee_cont_txt {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .audee_cont_txt {
    width: 90%;
    margin-top: 20px;
  }
}

.audee_cont_txt h3 {
  font-size: 2.6rem;
  margin-bottom: 15px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee_cont_txt h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .audee_cont_txt h3 {
    font-size: 1.8rem;
  }
}

.audee_cont_txt p {
  font-size: 1.6rem;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee_cont_txt p {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .audee_cont_txt p {
    font-size: 1.4rem;
  }
}

.audee_cont_txt a {
  font-size: 2rem;
  color: #fff;
  border-bottom: 2px solid #FFF;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .audee_cont_txt a {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .audee_cont_txt a {
    font-size: 1.6rem;
  }
}

.oku {
  padding: 50px 0 70px;
  background: #ececec;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .oku {
    padding: 25px 0 35px;
  }
}

@media (max-width: 767px) {
  .oku {
    padding: 25px 0 35px;
  }
}

.oku_lead {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .oku_lead {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .oku_lead {
    width: 90%;
    margin: 0 auto;
  }
}

.oku_lead p {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .oku_lead p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin-bottom: 25px;
  }
}

.oku_lead a {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 15px;
  box-sizing: border-box;
  background: #e01e2b url(../../img/btn-arrow-w.png) no-repeat 94% center;
  background-size: 25px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .oku_lead a {
    font-size: 1.8rem;
  }
}

.oku_inner {
  width: 1100px;
  margin: 50px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .oku_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .oku_inner {
    width: 100%;
    flex-direction: column;
  }
}

.oku_ttl_main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.oku_ttl_main img {
  height: 150px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .oku_ttl_main {
    margin-bottom: 30px;
  }
  .oku_ttl_main img {
    width: 63.63636%;
    height: auto;
  }
  .oku_ttl_main picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .oku_ttl_main {
    margin-bottom: 30px;
  }
  .oku_ttl_main img {
    width: 63.63636%;
    height: auto;
  }
  .oku_ttl_main picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.oku_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.oku_ttl img {
  height: 150px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .oku_ttl {
    margin-bottom: 30px;
  }
  .oku_ttl img {
    width: 41.81818%;
    height: auto;
  }
  .oku_ttl picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .oku_ttl {
    margin-bottom: 30px;
  }
  .oku_ttl img {
    width: 63.63636%;
    height: auto;
  }
  .oku_ttl picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.oku_article {
  width: 47.72727%;
  margin-bottom: 50px;
  background: #FFF;
}

@media (max-width: 767px) {
  .oku_article {
    width: 48%;
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .oku_article {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.oku_article:nth-child(odd) {
  margin-right: 4.54545%;
}

.oku_article_img {
  width: 100%;
  border-top: 6px #e01e2b solid;
}

.oku_article_ttl {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 2.8rem;
  background: #e01e2b url(../../img/btn-arrow-w.png) no-repeat 96% 80%;
  background-size: 25px;
  color: #FFF;
}

.oku_article_ttl:hover {
  text-decoration: underline;
}

.oku_article_ttl a {
  color: #FFF;
}

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

.oku_article_ttl span {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .oku_article_ttl {
    padding: 15px 20px;
    font-size: 2.0rem;
  }
  .oku_article_ttl span {
    font-size: 1.2rem;
    display: block;
  }
}

@media (max-width: 767px) {
  .oku_article_ttl {
    padding: 15px 20px;
    font-size: 2.0rem;
  }
  .oku_article_ttl span {
    font-size: 1.2rem;
    display: block;
  }
}

.oku_article_txt {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0px 20px 40px;
}

.recommend {
  padding: 50px 0 70px;
  background: #ececec;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .recommend {
    padding: 25px 0 35px;
  }
}

@media (max-width: 767px) {
  .recommend {
    padding: 25px 0 35px;
  }
}

.recommend_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .recommend_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .recommend_inner {
    width: 100%;
    flex-direction: column;
  }
}

.recommend_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.recommend_ttl img {
  height: 135px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .recommend_ttl {
    margin-bottom: 30px;
  }
  .recommend_ttl img {
    width: 63.63636%;
    height: auto;
  }
  .recommend_ttl picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .recommend_ttl {
    margin-bottom: 30px;
  }
  .recommend_ttl img {
    width: 63.63636%;
    height: auto;
  }
  .recommend_ttl picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.recommend_article {
  width: 47.72727%;
  margin-bottom: 50px;
  background: #FFF;
}

@media (max-width: 767px) {
  .recommend_article {
    width: 48%;
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .recommend_article {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.recommend_article:nth-child(odd) {
  margin-right: 4.54545%;
}

.recommend_article_img {
  width: 100%;
  border-top: 6px #e01e2b solid;
}

.recommend_article_ttl {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 2.8rem;
}

.recommend_article_ttl span {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .recommend_article_ttl {
    padding: 15px 20px;
    font-size: 2.0rem;
  }
  .recommend_article_ttl span {
    font-size: 1.2rem;
    display: block;
  }
}

@media (max-width: 767px) {
  .recommend_article_ttl {
    padding: 15px 20px;
    font-size: 2.0rem;
  }
  .recommend_article_ttl span {
    font-size: 1.2rem;
    display: block;
  }
}

.recommend_article_txt {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0px 20px 40px;
}

.tw {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto 0;
  background: url(../../img/bg.png) repeat;
}

.tw_inner {
  width: 1100px;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .tw {
    padding: 35px 0 45px;
  }
  .tw_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .tw {
    padding: 35px 0 45px;
  }
  .tw_inner {
    width: 90%;
    margin: 0px auto 0;
  }
}

.sponsor a {
  display: block;
  width: 300px;
  margin: 0px auto 30px;
  padding: 20px 45px;
  border: #ccc 1px solid;
  background: #FFF;
  text-align: center;
}

@media (max-width: 767px) {
  .sponsor a {
    width: 70%;
    max-width: 200px;
    margin: 25px auto;
  }
}

.sponsor a img {
  max-height: 65px;
}

aside {
  width: 100%;
  background: #fff;
}

.footer {
  margin-top: 0px;
  padding: 30px 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .footer {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 0px;
    padding: 15px 0;
  }
}

.footer .copyright_txt {
  color: #333;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767px) {
  .footer .copyright_txt {
    font-size: 0.9rem;
  }
}

.pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: black;
  border-radius: 50%;
  z-index: 100;
}

.pagetop > img {
  width: 16px;
  min-height: 0;
}

.fixed_pc {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #fae500;
  border-top: 1px solid #fff;
  padding: 28px 0;
  box-sizing: border-box;
  z-index: 200;
}

@media (max-width: 767px) {
  .fixed_pc {
    display: none;
  }
}

.fixed_pc_wrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .fixed_pc_wrap {
    width: 94%;
  }
}

.fixed_pc_1 {
  width: 36.36364%;
  margin: 0 30px 0 0;
}

.fixed_pc_2 {
  width: 22.72727%;
  margin: 0 30px 0 0;
}

.fixed_pc_2 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #118eb2 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .fixed_pc_2 a {
    font-size: 1.1rem;
    background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}

.fixed_pc_3 {
  width: 22.72727%;
  margin: 0 auto 0px;
}

.fixed_pc_3 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #231815 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .fixed_pc_3 a {
    font-size: 1.1rem;
    background: #231815 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}

.fixed_sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/sp_fixed_bg.png) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
  z-index: 200;
}

@media (min-width: 1101px) {
  .fixed_sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .fixed_sp {
    display: none;
  }
}

.fixed_sp_wrap {
  display: flex;
  justify-content: space-between;
  width: 94.13333%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 12.8% 0 4.26667%;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .fixed_sp_wrap {
    padding: 12.8% 0 3.2%;
  }
}

.fixed_sp_wrap_1 {
  width: 47.14715%;
  display: block;
  background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
  background-size: 3%;
  box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .fixed_sp_wrap_1 {
    font-size: 1.6rem;
  }
}

.fixed_sp_wrap_2 {
  width: 47.14715%;
  display: block;
  background: #231815 url(../../img/arrow_wht.png) 97% center no-repeat;
  background-size: 3%;
  box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .fixed_sp_wrap_2 {
    font-size: 1.6rem;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pcDetail {
    display: none;
  }
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
