@charset "utf-8";

/* ------------------------------------------------------
RESET
------------------------------------------------------ */
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

html, body, button, input, optgroup, select, textarea, p, h1, h2, h3, h4, h5, h6, figure, ul, ol, dl, dt, dd {
  margin: 0;
}

ul, ol, dl, dd, dt {
  list-style: none;
  padding: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

canvas, audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ------------------------------------------------------
FONTS
------------------------------------------------------ */
/* @font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.otf) format('opentype');
} */

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
html {
  min-height: 100%;
}

body {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  line-height: 1.933;
  background-color: #fff;
  letter-spacing: 0.06em;
}

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

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

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

hr {
  line-height: 0;
  font-size: 0;
  border: none;
  background: #e0e2e4;
  margin: 20px 0;
  height: 1px;
  display: block;
  outline: none;
  clear: both;
}

#wrapper {
  overflow: hidden;
}

.container {
  padding: 0 10px;
}

.container__inner {
  margin: 0 auto;
  max-width: 950px;
}

.bg--color-gray {
  background-color: #e4e8ee;
}

.bg--color-white {
  background-color: #fff;
}

.bg--trans-1 {
  background: -webkit-linear-gradient(135deg, #78c800 0%, #5fc241 45%, #4fbe69 49%, #30b6bc 85%, #28b4d2 100%);
  background: linear-gradient(135deg, #78c800 0%, #5fc241 45%, #4fbe69 49%, #30b6bc 85%, #28b4d2 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bg--trans-2 {
  background: -webkit-linear-gradient(135deg, #008c3c 0%, #009845 45%, #00a04b 49%, #00af57 85%, #00b45a 100%);
  background: linear-gradient(135deg, #008c3c 0%, #009845 45%, #00a04b 49%, #00af57 85%, #00b45a 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bg--trans-3 {
  background: -webkit-linear-gradient(90deg, #0479c2 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  background: linear-gradient(90deg, #0078c8 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bg--trans-4 {
  background: -webkit-linear-gradient(135deg, #0479c2 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  background: linear-gradient(135deg, #0078c8 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bg--trans-5 {
  background: -webkit-linear-gradient(135deg, #cac0ef 0%, #34a1d6 100%);
  background: linear-gradient(135deg, #cac0ef 0%, #34a1d6 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bg--trans-6 {
  background: -webkit-linear-gradient(135deg, #021c7a 0%, #0574e5 100%);
  background: linear-gradient(135deg, #021c7a 0%, #0574e5 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.text--color-red {
  color: #d21e28 !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.align--left {
  text-align: left !important;
}

.align--right {
  text-align: right !important;
}

.align--center {
  text-align: center !important;
}

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

.valign--top {
  vertical-align: top !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

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

.mb--7 {
  margin-bottom: 7px !important;
}

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

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

.mb--18 {
  margin-bottom: 18px !important;
}

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

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

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

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

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

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

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

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

.mt--0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mt--70 {
  margin-top: 70px !important;
}

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

.pr--27 {
  padding-right: 27px !important;
}

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

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

.pb--40 {
  padding-bottom: 40px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

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

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

.align--right .button {
  float: right;
}

.align--center .button {
  margin: 0 auto;
}

.link--more {
  line-height: 1;
  margin-top: 20px;
  margin-right: -40px;
}

.link--more a {
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  /* text-transform: uppercase; */
  padding: 0 65px 10px 0;
  position: relative;
  overflow: hidden;
}

.link--more a:after,
.link--more a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #0078c8;
}

.link--more a:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.link--more a:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media screen and (max-width: 767px) {
  .align--center-sp {
    text-align: center;
  }

  .show--only-pc {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr--sp-10 {
    padding-right: 10px !important;
  }

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

@media screen and (min-width: 768px) {
  .show--only-sp {
    display: none !important;
  }

  #wrapper {
    min-width: 1280px;
  }

  .container {
    padding: 0 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt--pc-70 {
    margin-top: 70px !important;
  }

  .mt--pc-80 {
    margin-top: 80px !important;
  }

  .mt--pc-90 {
    margin-top: 90px !important;
  }

  .pt--pc-0 {
    padding-top: 0 !important;
  }

  .pt--pc-32 {
    padding-top: 32px !important;
  }

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

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

  .pr--pc-40 {
    padding-right: 40px !important;
  }
}

/* Button */
.button--default {
  display: inline-block;
  width: 100%;
  height: 60px;
  color: #0078c8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.button--default span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 100%;
  position: relative;
  padding: 0 5px;
  border: 2px solid #0078c8;
  border-radius: 30px;
}

.button--bggradient span {
  color: #fff;
  border: none;
  background: -webkit-linear-gradient(135deg, #0078c8 0%, #00d2f0 100%);
  background: linear-gradient(135deg, #0078c8 0%, #00d2f0 100%);
}

.button--arrow-blue span:before,
.button--arrow-white span:before,
.button--arrow-blue span:after,
.button--arrow-white span:after {
  content: "";
  position: absolute;
  height: 2px;
}

.button--arrow-white span:before,
.button--arrow-white span:after {
  background-color: #fff;
}

.button--arrow-blue span:before,
.button--arrow-blue span:after {
  background-color: #0078c8;
}

.button--arrow-white span:after,
.button--arrow-blue span:after {
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: 1px;
}

.button--arrow-white span:before,
.button--arrow-blue span:before {
  width: 10px;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .button--row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .button--default {
    padding: 0 5px;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    width: 310px;
    margin-bottom: 0;
  }

  .button--default:hover {
    opacity: 0.7;
  }
}

/* ------------------------------------------------------
ANIMATED
------------------------------------------------------ */
/*fadeup*/
.fade--in-up {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
  transition: all 1.5s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
}

.fade--in-up.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*fadedown*/
.fade--in-down {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
  transition: all 1.5s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
}

.fade--in-down.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*fadein*/
.fade--in {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 3s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
  transition: all 3s cubic-bezier(0.165, 0.80, 0.45, 1) 0s;
}

.fade--in.animated {
  opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.delay05 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay10 {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay20 {
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}

.delay25 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.delay30 {
  -webkit-transition-delay: 3.0s;
  transition-delay: 3.0s;
}

.delay35 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.delay40 {
  -webkit-transition-delay: 4.0s;
  transition-delay: 4.0s;
}

.delay45 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.delay50 {
  -webkit-transition-delay: 5.0s;
  transition-delay: 5.0s;
}

/* ------------------------------------------------------
FLEX
------------------------------------------------------ */
.head__main_inner, .box__head, .category__entry_list .category__content .tag__list,
.row--flex, .pagenavi, .tag__link_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.head__main_inner, .box__head, .category__entry_list .category__content .tag__list,
.row--flex, .pagenavi, .tag__link_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagenavi {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-wrap: nowrap;
}

.box__head {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.head__main_inner {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 767px) {
  .foot__link--main, #logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .foot__link--main {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #logo {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 768px) {

  .foot__link--main, .foot__link--second, .category__entry_list,
  .partner__group ul, .partner__group, .foot__info_content, .article__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .category__entry_list,
  .foot__info_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .foot__info_content, .partner__group ul, .partner__group {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .partner__group ul, .partner__group, .foot__link--second,
  .foot__link--main, .article__list li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

/* ------------------------------------------------------
HEADER
------------------------------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: all .5s linear;
}

.header__inner {
  padding: 0;
  height: 80px;
}

#logo {
  font-size: 0;
}

#logo img {
  width: 144px;
}

@media screen and (max-width: 767px) {
  #header {
    padding: 0 10px 0 0;
  }

  .header__inner {
    background-color: #fff;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 0 0 0 20px;
    position: relative;
  }

  #logo {
    width: 144px;
    height: 100%;
  }

  #logo__white {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #header {
    bottom: 0;
    width: 100%;
    height: 80px;
  }

  .mv__header {
    background-color: transparent;
  }

  .other__header {
    background-color: #fff;
    -moz-box-shadow: 5px 0 5px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 0 5px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  #logo {
    margin-top: 21px;
    float: left;
  }

  .display_non {
    display: none;
  }

  .header__inner {
    height: inherit;
    padding: 0 21px;
  }
}

/* Hamburger */
.hamburger {
  position: absolute;
  right: 0;
  left: 100%;
  margin-left: -70px;
  top: 15px;
  z-index: 13;
  bottom: 15px;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.hamburger button {
  border: none;
  background: -webkit-linear-gradient(135deg, #0078c8 0%, #00d2f0 100%);
  background: linear-gradient(135deg, #0078c8 0%, #00d2f0 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 70px;
  height: 100%;
  position: relative;
  border-radius: 25px 0 0 25px;
}

.nav--opened .hamburger button {
  background: transparent;
}

.hamburger span {
  position: absolute;
  left: 28px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.hamburger span:nth-child(1) {
  top: 15px;
}

.hamburger span:nth-child(2) {
  top: 24px;
}

.hamburger span:nth-child(3) {
  top: 33px;
}

.nav--opened .hamburger button {
  background-color: transparent;
}

.nav--opened .hamburger span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 23px;
}

.nav--opened .hamburger span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.nav--opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 23px;
}

@media screen and (min-width: 768px) {
  .hamburger {
    display: none !important;
  }
}

/* Nav */
.mainmenu {
  line-height: 1;
}

.mainmenu>li {
  position: relative;
}

.mainmenu>li>a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.18em;
}

.mv__a {
  color: #fff;
}

.other__a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .mega__menu {
    display: none !important;
  }

  .navbar {
    position: fixed;
    right: 0;
    left: 65px;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(225px);
    transform: translateX(225px);
    background-color: rgba(10, 20, 45, 0.8);
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    opacity: 0;
    z-index: 0;
    visibility: hidden;
  }

  .nav--opened {
    overflow: hidden;
  }

  .nav--opened .navbar {
    right: 0;
    opacity: 1;
    z-index: 5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }

  .mainmenu {
    padding: 20px 30px 0;
    line-height: 1;
    letter-spacing: 0.18em;
    overflow-y: auto;
    height: 100%;
  }

  .mainmenu>li {
    padding: 0 0 20px 0;
  }

  .mainmenu li a {
    display: block;
    color: #fff;
    padding: 0;
  }

  .mainmenu ul {
    padding-top: 10px;
  }

  .mainmenu ul li a {
    position: relative;
    font-size: 14px;
    padding: 7px 0 7px 20px;
  }

  .mainmenu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .navbar {
    display: block;
    height: inherit;
  }

  .mainmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: inherit;
  }

  .mainmenu ul {
    display: none;
  }
  .mainmenu ul.active {
    position: fixed;
    top: 81px;
    right: 401px;
    height: 120px;

    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: rgba(10, 20, 45, 0.8);
    position: absolute;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .mainmenu>li {
    height: 100%;
}
  .mainmenu > li + li {
    margin-left: 5px;
  }
  .mainmenu>li>a {
    height: 100%;
    padding: 15px;
    font-size: 11px;
  }

  .mainmenu>li.current-menu-item>a {
    color: #0078c8;
  }

  .mega__menu {
    overflow: hidden;
    width: 100px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }

  .about {
    position: fixed;
    top: 80px;
    right: 430.5px;
    height: 120px;
  }

  .product {
    position: fixed;
    top: 81px;
    right: 343.5px;
    height: 95px;
  }

  .mega__menu_item {
    position: absolute;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: rgba(10, 20, 45, 0.8);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }

  .mega__menu_item[data-menu="company"] {
    right: 322.7px;
    background-image: url(../img/common/txt_whoweare.png);
    background-size: 118px auto;
    height: 120px;
  }

  .mega__menu_item[data-menu="service"] {
    background-image: url(../img/common/txt_service.png);
    background-size: 118px auto;
  }

  .mega__menu_item[data-menu="product"] {
    right: 239.9px;
    background-image: url(../img/common/txt_product.png);
    background-size: 118px auto;
    height: 95px;
  }

  .mega__menu_item[data-menu="works"] {
    background-image: url(../img/common/txt_works.png);
    background-size: 118px auto;
  }

  .mega__menu_item[data-menu="news"] {
    background-image: url(../img/common/txt_news.png);
    background-size: 118px auto;
  }

  .megamenu--open .mega__menu {
    visibility: visible;
    opacity: 1;
    width: 150px;
  }

  .megamenu--open .mega__menu_item.show-child {
    visibility: visible;
    opacity: 1;
  }

  .mega__menu ul li {
    padding: 0 10px;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.18em;
  }

  .mega__menu ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 15px 10px 10px;
  }

  .mega__menu ul li a span {
    position: relative;

  }

  .mega__menu ul li a span:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 0;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
  }

  .mega__menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 80px;
    top: 5px;
    width: 3px;
    height: 3px;
    margin: 15px 0;
    background-color: #fff;
  }
}

/* ------------------------------------------------------
MAIN
------------------------------------------------------ */
#content__wrap {
  background-color: #f4f6f8;
  padding: 0;
}

.content__box {
  -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  margin-bottom: 70px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #content__wrap {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  #content__wrap {
    position: relative;
  }
}

/* Heading */
.head--style-1 {
  letter-spacing: 0.12em;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 0 25px;
}

.head--style-1 span,
.head--style-1 small {
  display: inline-block;
  vertical-align: middle;
}

.head--style-1 span {
  margin-right: 25px;
}

.head--style-1 small {
  font-size: 16px;
  line-height: 1.75;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.head--style-2 {
  text-align: center;
  line-height: 1;
  font-size: 31px;
  font-weight: bold;
  position: relative;
  padding: 0 0 23px;
}

.head--style-2:after {
  content: "";
  background-color: #0078c8;
  height: 2px;
  width: 130px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -65px;
}

.head--style-3 {
  position: relative;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.375;
  margin-bottom: 24px;
}

.head--style-3:before {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #0078c8;
}

.head--style-4 {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.head--style-5 {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.375;
  border-bottom: 2px solid #e2e4e6;
  background-color: #f4f6f8;
  padding: 15px 10px 15px 30px;
  position: relative;
  margin-bottom: 20px;
  clear: both;
}

.head--style-5:after {
  content: "";
  position: absolute;
  width: 5px;
  top: 0;
  bottom: -2px;
  left: 0;
  background-color: #0078c8;
}

.head--style-6 {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.head__main {
  padding: 0 10px 0 0;
}

.head__main_inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 345px;
  overflow: hidden;
  border-radius: 0 0 20px 0;
  position: relative;
  color: #fff;
  margin-top: 80px;
  padding: 0 0 63px;
}

.head__main--detail {
  height: 680px;
}

.head__main--gradient {
  height: 160px;
  background: -webkit-linear-gradient(135deg, #005ad2 0%, #005ad2 30%, #0060d5 35%, #00a0fa 65%, #00a0fa 100%);
  background: linear-gradient(135deg, #005ad2 0%, #005ad2 30%, #0060d5 35%, #00a0fa 65%, #00a0fa 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 0;
}

.head__main h1 {
  line-height: 1;
  /* text-transform: uppercase; */
  font-size: 13.6vw;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}

.head__main--gradient h1 {
  font-size: 25px;
}

.head__main p {
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.22em;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}

.head__work--detail {
  border-radius: 0;
  height: auto !important;
  padding-bottom: 0;
  display: block !important;
}

.head__work--detail .head__main_detail {
  position: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}

.head__work--bg {
  width: 100%;
  height: 525px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .head--style-1 small {
    margin-top: 6px;
  }

  .head__main--detail {
    height: 500px;
  }

  .head--style-2 {
    font-size: 26px;
  }

  .head__work--bg {
    height: 54.6875vw;
  }

  .head__main--gradient .breadscrumb li:nth-of-type(2)::after,
  .head__main--gradient .breadscrumb li:nth-of-type(3),
  .head__work--detail .breadscrumb li:nth-of-type(2)::after,
  .head__work--detail .breadscrumb li:nth-of-type(3) {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .head__main--gradient h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .head--style-1 {
    letter-spacing: 0.08em;
    font-size: 54px;
    padding: 0;
    width: 460px;
    margin: 0 auto;
  }

  .head--style-1 small {
    font-size: 16px;
    line-height: 1.93;
    letter-spacing: 0.1em;
  }

  .head__main {
    padding: 0 40px 0 0;
  }

  .head__main h1 {
    font-size: 51px;
  }

  .head--style-4 {
    font-size: 21px;
  }

  .head--style-3 {
    font-size: 21px;
  }

  .head__main--gradient {
    height: 160px;
  }

  .head__main--gradient h1 {
    font-size: 38px;
  }

  .head--style-5 {
    font-size: 24px;
    padding: 17px 30px;
  }

  .tag__wrap {
    overflow: hidden;
    padding-right: 220px;
  }
}

/* Breadscrumb */
.breadscrumb {
  position: absolute;
  left: 24px;
  top: 20px;
}

.breadscrumb ul {
  font-size: 0;
}

.breadscrumb ul li {
  font-size: 11px;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 0 18px 0 0;
  margin-right: 9px;
}

.breadscrumb ul li:after {
  content: "";
  width: 7px;
  height: 6px;
  background: url(../img/common/arrow01.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.breadscrumb ul li:last-child:after {
  display: none !important;
  margin-right: 0 !important;
}

.breadscrumb ul li a {
  color: #fff;
}

/* Category */
.box__wrap {
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  background-color: #e4e8ee;
}

.box__head {
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px;
}

.category__group {
  margin-bottom: 70px;
  padding-right: 10px;
}

.category__group .show__blog {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.category__group .show__blog span {
  color: #0078c8;
}

.category__group .show__blog a {
  color: #0078c8;
}

.box__inner {
  padding: 0 10px 50px;
}

#blog .box__inner, #works .box__inner {
  padding: 10px 10px 50px;
}

.category__entry_list {
  margin: 0 0 20px;
}

.category__entry_list li {
  margin-bottom: 20px;
}

.category__entry_list .category__entry_inner {
  background-color: #fff;
  border-radius: 12px;
  -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.category__entry_list .category__content {
  position: relative;
  padding: 12px 20px;
}

.category__entry_list .category__content h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.category__entry_list .category__content .meta__date,
.category__entry_list .category__content .meta__comp {
  /*font-size: 16px;*/
  line-height: 1.4;
}

.category__entry_list .category__content .tag__list {
  margin-top: 16px;
}

.category__entry_list .category__content .tag__list a {
  display: block;
  padding: 0 20px;
  border: 1px solid #e0e2e4;
  height: 30px;
  line-height: 29px;
  border-radius: 15px;
  font-size: 12px;
  color: #787d82;
  margin-right: 5px;
  letter-spacing: 0.06em;
}

.category__entry_list .category__thumb {
  position: relative;
}

.category__entry_list .category__thumb>a img {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.category__entry_list .category__thumb div {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.category__entry_list .category__thumb div img {
  display: block;
  background-color: #fff;
  padding: 2px;
  border-radius: 50%;
}

.category__entry_list .meta__cate {
  z-index: 1;
  font-size: 0;
  margin: 8px 0 0;
}

.category__entry_list .meta__cate span {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: -webkit-linear-gradient(90deg, #0078c8 0%, #00d2f0 100%);
  background: linear-gradient(90deg, #0078c8 0%, #00d2f0 100%);
  border-radius: 6px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .category__group {
    padding-right: 0;
  }

  .category__entry_list {
    margin: 0 -10px 20px;
  }

  .category__entry_list li {
    width: 33.333%;
    padding: 0 10px;
  }

  .box__inner {
    padding: 0 40px 70px;
  }

  #blog .box__inner, #works .box__inner {
    padding: 40px 40px 70px;
  }

  .category__group .show__blog {
    font-size: 16px;
  }

  .box__head {
    height: 115px;
    padding: 0 40px;
    margin-bottom: 40px;
  }
}

/* Page navi */
.pagenavi a {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  margin: 0 3px;
}

.pagenavi .page--current {
  background: -webkit-linear-gradient(135deg, #0479c2 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  background: linear-gradient(135deg, #0078c8 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #fff;
}

.pagenavi .page--prev,
.pagenavi .page--next {
  background-color: transparent;
  border: 2px solid #737d8c;
  border-radius: 50%;
  line-height: 1;
  font-size: 0;
  padding: 14px 0 0 0;
}

.pagenavi .page--prev {
  margin: 0 8px 0 0;
}

.pagenavi .page--next {
  margin: 0 0 0 8px;
}

.pagenavi .page--prev span,
.pagenavi .page--next span {
  display: block;
  height: 2px;
  width: 20px;
  position: relative;
  background-color: #737d8c;
  margin: 0 auto;
}

.pagenavi .page--prev span:after,
.pagenavi .page--next span:after {
  content: "";
  position: absolute;
  top: -4px;
  height: 2px;
  width: 12px;
  background-color: #737d8c;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  transform: rotate(40deg);
}

.pagenavi .page--prev span:after {
  left: -1px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.pagenavi .page--next span:after {
  right: -1px;
}

@media screen and (min-width: 768px) {
  .pagenavi a {
    margin: 0 7px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .pagenavi .page--prev, .pagenavi .page--next {
    padding: 23px 0 0 0;
  }

  .pagenavi .page--prev span, .pagenavi .page--next span {
    width: 26px;
  }

  .pagenavi .page--prev {
    margin: 0 33px 0 0;
  }

  .pagenavi .page--next {
    margin: 0 0 0 33px;
  }
}

/* Article */
.article__list li {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 10px;
}

.article__list figure img {
  display: block;
  width: 100%;
}

.article__list .article__content {
  padding: 12px 15px 15px;
}

.article__list .article__content h3 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}

.article__list .article__content .meta__wrap {
  font-size: 0;
}

.article__list .article__content .meta__date {
  font-size: 12px;
  line-height: 1;
  color: #787d82;
  margin-bottom: 14px;
}

.article__list .article__content .meta__cate {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.article__list .article__content .meta__cate a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: -webkit-linear-gradient(90deg, #0078c8 0%, #00d2f0 100%);
  background: linear-gradient(90deg, #0078c8 0%, #00d2f0 100%);
  border-radius: 6px;
  color: #fff;
}

.article__list .article__content .tag__list {
  display: inline-block;
  margin-right: -10px;
}

.article__list .article__content .tag__list a {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #e0e2e4;
  height: 30px;
  line-height: 29px;
  border-radius: 15px;
  font-size: 12px;
  color: #787d82;
  margin-right: 5px;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .article__list {
    width: 720px;
    margin: 0 auto;
  }

  .article__list figure {
    width: 210px;
  }

  .article__list .article__content {
    width: 510px;
    padding: 12px 20px 0;
  }

  .article__list .article__content h3 {
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .article__list .article__content .meta__cate {
    margin-bottom: 0;
  }

  .article__list .article__content .tag__list {
    margin-right: 0;
  }
}

/* Filter Category */
.category__block {
  padding: 0 20px 0 10px;
  margin-top: -90px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.category__box {
  background-color: #fff;
  border-radius: 10px;
  -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
}

.category__link {
  padding: 20px 15px;
  border-bottom: 1px solid #e0e2e4;
}

.category__link h2 {
  line-height: 1;
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
}

.category__link h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #0078c8;
  width: 40px;
  height: 2px;
}

.category__link h2 strong {
  font-weight: 500;
}

.category__link h2 strong,
.category__link h2 span {
  display: inline-block;
  vertical-align: middle;
}

.category__link h2 span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 12px;
}

.category__link:last-child {
  border-bottom: none;
}

.tag__link_list {
  margin-right: -5px;
}

.tag__link_list a {
  display: block;
  padding: 0 10px;
  border: 1px solid #e0e2e4;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  font-size: 10px;
  color: #787d82;
  margin-right: 5px;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.tag__link_list a.active {
  color: #0078c8;
  border-color: #0078c8;
}

.category__link_list {
  font-size: 0;
}

.category__link_list li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0 15px 0 0;
  margin-right: 15px;
  position: relative;
  margin-bottom: 10px;
}

.category__link_list li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.category__link_list li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #e0e2e4;
  position: absolute;
  right: 0;
  top: -3px;
}

.category__link_list li:last-child:after {
  display: none;
}

.category__link_list li a {
  font-size: 12px;
  position: relative;
}

.category__link_list li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -1px;
  height: 1px;
  background-color: #0078c8;
}

.category__link_list li.active a {
  color: #0078c8;
}

.category__link_list li.active a:after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .category__block {
    padding: 0 40px;
    margin-top: -90px;
    margin-bottom: 60px;
  }

  .category__link {
    padding: 25px 25px;
  }

  .category__link_list li {
    margin-bottom: 0;
    padding-right: 20px;
    margin-right: 20px;
  }

  .category__link_list li:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .tag__link_list a {
    font-size: 12px;
    padding: 0 20px;
    line-height: 29px;
  }

  .category__link_list li a {
    font-size: 15px;
  }

  .tag__link_list {
    margin-right: 0;
  }
}

/* Banner */
.banner__bottom {
  background-color: #dae0e6;
}

.banner__list {
  font-size: 0;
  text-align: center;
  padding: 30px 20px;
}

.banner__list li {
  margin-bottom: 15px;
}

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

.banner__list li img {
  width: 100%;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .banner__list {
    margin: 0 -7px;
    padding: 30px 0;
  }

  .banner__list li {
    width: 25%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 7px;
  }
}

/* Form */
.form__table {
  width: 100%;
  margin-bottom: 30px;
}

.form__table th,
.form__table td {
  vertical-align: top;
}

.form__table th {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

.form__table th div {
  position: relative;
  padding: 0 50px 0 0;
}

.form__table th em {
  font-style: normal;
  color: #d21e28;
  border: 1px solid #d21e28;
  font-size: 12px;
  padding: 8px 10px 9px;
  position: absolute;
  right: 0;
  top: -5px;
}

.form__table input[type="text"], .form__table input[type="password"], .form__table input[type="phone"],
.form__table input[type="email"] {
  display: block;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.form__table textarea {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  border: none;
}

.form__table ::-webkit-input-placeholder {
  color: #b4b4b4;
}

.form__table ::-moz-placeholder {
  color: #b4b4b4;
}

.form__table :-ms-input-placeholder {
  color: #b4b4b4;
}

.form__table :-moz-placeholder {
  color: #b4b4b4;
}

.radio__list {
  margin-bottom: -12px;
}

.radio__list li {
  width: 50%;
  min-height: 26px;
  margin-bottom: 12px;
}

.radio--style {
  line-height: 1;
}

.radio--style label {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}

.radio--style input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.radio--style span {
  display: inline-block;
  padding: 0 0 0 33px;
  position: relative;
}

.radio--style span:before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  border-radius: 50%;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
}

.radio--style span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 50%;
  margin: -4px 0 0 0;
  background-color: #0081e8;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  display: none;
}

.radio--style input:checked+span:after {
  display: block;
}

.checkbox--style {
  line-height: 1.3;
  text-align: center;
}

.checkbox--style label {
  display: inline-block;
  position: relative;
}

.checkbox--style label input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.checkbox--style span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
  text-align: left;
}

.checkbox--style span:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-color: #fff;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
}

.checkbox--style input:checked+span:before {
  background-image: url(../img/common/ico_cheked.png);
  background-position: 6px 7px;
  background-repeat: no-repeat;
  background-size: 15px 12px;
}

.form__privacy {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.form__link {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.form__link a {
  text-decoration: underline;
  color: #d21e28;
}

.form__btn button {
  outline: none;
  border: none;
  height: 70px;
  max-width: 380px;
  width: 100%;
  border-radius: 35px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background: -webkit-linear-gradient(135deg, #0078c8 0%, #00d2f0 100%);
  background: linear-gradient(135deg, #0078c8 0%, #00d2f0 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  letter-spacing: 0.1em;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  padding-bottom: 4px;
}

.radio__list.radio__list--onecol li {
  width: 100% !important;
}

@media screen and (max-width: 767px) {

  .form__table th,
  .form__table td {
    display: block;
    padding-top: 10px;
  }

  .form__table td {
    border-bottom: 1px solid #c8d2dc;
    padding: 15px 0 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .form__table {
    margin-bottom: 40px;
  }

  .form__table th,
  .form__table td {
    border-bottom: 1px solid #c8d2dc;
    padding: 30px 0;
  }

  .form__table th {
    width: 230px;
    padding-top: 45px;
  }

  .form__table th em {
    right: 20px;
  }

  .form__table th div {
    padding-right: 70px;
  }

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

  .radio__list li {
    width: 25%;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */
#footer a, #footer {
  position: relative;
  z-index: 1000;
  color: #fff;
}

.bc__section--info {
  background-color: #909090;
  letter-spacing: 0.12em;
}

.bc__section--partner ul li img, .bc__section--partner h3 img,
.bc__section--info h3 img, .privacy__image img, .isms__image img {
  display: block;
}

.bc__section--partner {
  background-color: #606060;
}

.foot__info {
  padding: 40px 0;
}

.foot__info a {
  font-weight: 500;
}

.foot__info p {
  font-size: 13px;
  line-height: 1.8;
}

.foot__info p strong {
  font-weight: 500;
  font-size: 15px;
}

.foot__info h3 {
  margin: 0 0 15px;
}

.foot__info h3 img {
  width: 144px;
}

.foot__link {
  line-height: 1.2;
  border-top: 1px solid #9ba5b4;
  padding: 38px 0 40px;
}

.foot__link--main {
  font-size: 16px;
  font-weight: 500;
}

.foot__link--second {
  font-size: 13px;
  padding-top: 2px;
}

.foot__link--second li {
  margin-right: 30px;
}

.foot__link--second li:last-child {
  margin-right: 0;
}

.copyright {
  font-size: 10px;
  color: #c2c8d2;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 2.1;
}

.partner__group {
  padding: 40px 0;
}

.bc__section--partner .container {
  position: relative;
}

.partner__group h3 img {
  width: 169px;
}

.partner__group ul li:nth-child(1) img {
  width: 148px;
}

.partner__group ul li:nth-child(2) img {
  width: 79px;
}

.privacy__image img {
  width: 100px;
  border-radius: 6px;
}

.isms__image {
    & a {
      transition: opacity 0.3s ease-out;

      &:hover {
        opacity: .8;
      }
    }

    & img {
      width: auto;
      height: 100px;
      border-radius: 6px;
    }
  }

@media screen and (max-width: 767px) {
  .foot__link {
    padding: 3px 0 0 0;
  }

  .foot__link .container {
    padding: 0;
  }

  .partner__group img {
    margin: 0 auto;
  }

  .foot__info p {
    margin-bottom: 20px;
  }

  .foot__link--main {
    margin: 0 -1px;
  }

  .foot__link--main li {
    width: 33.333%;
    border-left: 1px solid #9ba5b4;
    border-right: 1px solid #9ba5b4;
  }

  .foot__link--main li a {
    display: block;
    text-align: center;
    padding: 23px 0;
  }

  .bc__section--partner {
    padding-bottom: 58px;
  }

  .partner__group h3 {
    margin-bottom: 26px;
  }

  .partner__group ul li {
    margin-bottom: 30px;
  }

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

  .foot__info_content {
    text-align: center;
  }

  .privacy__image img, .foot__info_content img {
    margin: 0 auto;
  }

  .isms__image img {
    margin: 0 auto 10px;
  }

  .foot__link--second {
    border-top: 1px solid #9ba5b4;
    margin-top: 3px;
    padding: 10px 5px;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .foot__link--second li {
    margin-right: 0;
    padding: 0 10px;
  }

  .foot__link--second li a {
    font-size: 12px;
  }

  .head--style-6 {
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .privacy__image {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -50px;
  }

  .isms__image {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -50px;
  }

  .foot__info {
    padding: 30px 0;
  }

  .foot__info h3 {
    margin-right: 50px;
  }

  .foot__info .container {
    height: 99px;
    position: relative;
  }

  .foot__info_content {
    height: 100%;
    padding-right: 100px;
  }

  .partner__group {
    padding: 50px 0;
  }

  .partner__group h3 {
    margin-right: 55px;
  }

  .partner__group ul li {
    margin-right: 58px;
  }

  .partner__group ul li:last-child {
    margin-right: 0;
  }

  .copyright {
    text-align: left;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -10px;
    line-height: 1.2;
  }

  .foot__link ul {
    float: left;
  }

  .foot__link li {
    margin-right: 40px;
  }

  .foot__info_content p a span,
  .foot__link li a {
    position: relative;
    overflow: hidden !important;
  }

  .foot__info_content p a span {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }

  .foot__link li a:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 0;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
  }

  .foot__info_content p a span:after,
  .foot__info_content p a span:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
  }

  .foot__info_content p a span:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .foot__info_content p a span:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* ------------------------------------------------------
HOVER
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .mainmenu li a {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .mainmenu > li > a:hover,
  .mainmenu > li.mega--active > a {
    background-color: rgba(10, 20, 45, 0.8);
  }
  .other__header .mainmenu > li > a:hover,
  .other__header .mainmenu > li.mega--active > a {
    color: #fff;
  }
  .on__mouse {
    background-color: rgba(10, 20, 45, 0.8);
  }

  .on__mouse__text {
    background-color: rgba(140, 210, 255, 0.2);
  }

  .banner__list li a, .form__btn button,
  .category__entry_list .category__thumb>a img, .privacy__image img, .article__list figure img, .article__list .article__content .meta__cate a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }

  .banner__list li a:hover, .form__btn button:hover,
  .category__entry_list .category__thumb>a:hover img,
  .article__list .article__content .meta__cate a:hover,
  .article__list figure a:hover img,
  .privacy__image a:hover img {
    opacity: 0.7;
  }

  .foot__info a:hover {
    text-decoration: none;
  }

  .breadscrumb ul li a:hover {
    text-decoration: underline;
  }

  .pagenavi a {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }

  .pagenavi a:hover {
    color: #fff;
    background: -webkit-linear-gradient(135deg, #0479c2 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
    background: linear-gradient(135deg, #0078c8 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .pagenavi .page--next:hover,
  .pagenavi .page--prev:hover {
    border-color: #fff;
  }

  .pagenavi .page--next:hover span,
  .pagenavi .page--prev:hover span,
  .pagenavi .page--next:hover span:after,
  .pagenavi .page--prev:hover span:after {
    background-color: #fff;
  }

  .foot__info_content p a:hover span:before,
  .link--more a:hover:before {
    -webkit-transition: -webkit-transform .5s .1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .5s .1s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s .1s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s .1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .foot__info_content p a:hover span:after,
  .link--more a:hover:after {
    -webkit-transition: -webkit-transform .5s .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .5s .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .mega__menu ul li a:hover span:after,
  .foot__link li a:hover:after {
    left: 0;
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .article__list .article__content .tag__list a, .tag__link_list a, .category__entry_list .category__content .tag__list a {
    -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out, color 0.3s ease-out;
    transition: border-color 0.3s ease-out, color 0.3s ease-out;
  }

  .tag__link_list a:hover, .tag__link_list a.active, .article__list .article__content .tag__list a:hover, .category__entry_list .category__content .tag__list a:hover {
    color: #0078c8;
    border-color: #0078c8;
  }

  .category__link_list li a, .category__entry_list .category__content h2 a,
  .article__list .article__content h3 {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }

  .category__entry_list .category__content h2 a:hover, .category__link_list li a:hover, .category__link_list li a.active, .article__list .article__content h3 a:hover {
    color: #0078c8;
  }

  .category__group .show__blog a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
