@charset "UTF-8";
/*
Theme Name: k2m
Theme URI: http://www.approad.co.jp/
Author: Approad Co., Ltd.
Author URI: http://www.approad.co.jp/
Description: Approad Co., Ltd.
Version: 1.0.0
Text Domain: k2m

k2m is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* --- basic setting ----------------------------------------------------------------------------------------- */
.wp-caption-text {
  text-align: center; }

.alignright {
  float: none; }

.alignleft {
  float: none; }

@media (min-width: 30em) {
  .alignright {
    float: right; }

  .alignleft {
    float: left; } }
.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.clear {
  clear: both; }

/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
/* image */
.container-body img {
  height: auto;
  max-width: 100%; }

.container-body img.centered, div.centered {
  display: block;
  margin: 24px auto; }

.container-body img.aligncenter, div.aligncenter {
  display: block;
  margin: 24px auto; }

.container-body img.alignright, div.alignright {
  margin: 4px auto 0 auto;
  display: block;
  width: 100%; }

.container-body img.alignleft, div.alignleft {
  margin: 4px auto 0 auto;
  display: block;
  width: 100%; }

@media (min-width: 30em) {
  .container-body img.alignright, div.alignright {
    margin: 4px 0 30px 30px;
    display: inline;
    width: auto; }

  .container-body img.alignleft, div.alignleft {
    margin: 4px 30px 30px 0;
    display: inline;
    width: auto; } }
.container-body .wp-caption {
  max-width: 100%;
  padding: 0;
  margin: 24px auto; }

.container-body .wp-caption.alignright {
  margin: 4px 0 30px 30px; }

.container-body .wp-caption.alignleft {
  margin: 4px 30px 30px 0; }

.container-body .wp-caption.aligncenter {
  margin: 24px auto; }

.container-body .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.container-body .wp-caption .wp-caption-text {
  padding: 8px 0 0;
  color: #999;
  font-size: 12px; }

/* icon */
.container-body i.fa {
  margin-right: 6px; }

/* hr */
.container-body hr {
  overflow: hidden;
  border-top: 1px dashed #bbb;
  border-left: none;
  border-bottom: none;
  border-right: none;
  color: #fff; }

/* table */
.container-body table {
  margin: 0 0 1.0rem 0; }

.container-body td,
.container-body th {
  border: 1px solid #0175b0;
  padding: 0.75rem;
  vertical-align: top; }

.container-body th {
  background: #f6f5f0; }

/* list */
.container-body dt,
.container-body dd {
  margin: 0; }

.container-body ul,
.container-body ol {
  margin: 0 0 0.8rem;
  padding: 0 0 0 16px; }

.container-body ul li,
.container-body ol li {
  margin: 0 0 0.375rem 0.8rem;
  padding: 0 0 0 0.4rem; }

/* block quote */
.container-body blockquote {
  margin: 0 0 2em 0;
  padding: 30px 30px 2px;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative; }

.container-body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999; }

.container-body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #999; }

/* next-page */
.pagesprit {
  text-align: center;
  font-size: 0; }

.pagesprit .page-numbers {
  line-height: 1; }

.pagesprit a,
.pagesprit span {
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
  line-height: 14px; }

.pagesprit .numbers {
  border: 1px #0175b0 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FCCB31;
  color: #fff; }

.pagesprit a .numbers {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.pagesprit a:hover .numbers {
  background-color: #FCCB31;
  color: #fff; }

.pagesprit a .numbers {
  background-color: #fff;
  color: #FCCB31; }

/* PageNaviプラグイン */
.wp-pagenavi {
  padding: 0 0 16px 0;
  text-align: center; }

.wp-pagenavi .pages {
  display: block;
  margin: 8px;
  font-size: 14px;
  font-weight: 500; }

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: inline-block;
  border: 1px solid #262626;
  margin: 8px 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500; }

.wp-pagenavi .extend {
  border: none;
  margin: 8px 0; }

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none; }

.wp-pagenavi .current {
  background-color: #000;
  color: #fff; }

.wp-pagenavi .page:hover {
  color: #fff;
  background-color: #262626;
  opacity: 1; }

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #000; }

@media (min-width: 62em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 36px;
    height: 36px;
    line-height: 34px; } }
.outer-wp-pagenavi {
  margin-top: -3.0rem; }

.wp-pagenavi a {
  text-decoration: none; }

/* -----------------------------------------------------------
   .pagenationPNArea
   ----------------------------------------------------------- */
.pagenationPNArea {
  margin: 0 auto 70px auto;
  position: relative;
  font-size: 0;
  text-align: center;
  width: 80%; }

/* .btn */
.pagenationPNArea .btnTop {
  display: block;
  margin: 0 auto;
  width: 40%; }

.pagenationPNArea .btnPrev,
.pagenationPNArea .btnNext {
  position: absolute;
  bottom: 0;
  width: 29.5%;
  text-decoration: none; }

.pagenationPNArea .btnPrev {
  right: 0; }

.pagenationPNArea .btnNext {
  left: 0; }

.pagenationPNArea .btnPrev a,
.pagenationPNArea .btnTop a,
.pagenationPNArea .btnNext a {
  display: block;
  border: #000 1px solid;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #000; }

.pagenationPNArea .btnPrev a:hover,
.pagenationPNArea .btnTop a:hover,
.pagenationPNArea .btnNext a:hover {
  color: #fff;
  opacity: 1;
  background: #000; }

/*.pagenationPNArea .btnPrev a:before,
.pagenationPNArea .btnNext a:before { position: absolute; top:0; z-index:2; font-size:16px; font-family:'themify'; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }

.pagenationPNArea .btnPrev a:before { right: 10px;content:"\e649";}
.pagenationPNArea .btnNext a:before { left: 10px;content:"\e64a";}

.pagenationPNArea a:after { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; display: block; background: #000; content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .7s ease;-moz-transition:transform .7s ease;-o-transition:transform .7s ease;transition:transform .7s ease}
.pagenationPNArea a:hover:after { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}*/
@media only screen and (max-width: 900px) {
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a {
    line-height: 45px; }

  /*.pagenationPNArea .btnPrev a:hover,
  .pagenationPNArea .btnTop a:hover,
  .pagenationPNArea .btnNext a:hover {color:#000;}
  .pagenationPNArea a:after { display: none;}*/ }
@media only screen and (max-width: 738px) {
  .pagenationPNArea .btnTop {
    width: 50%; }

  .pagenationPNArea .btnPrev,
  .pagenationPNArea .btnNext {
    position: absolute;
    bottom: 0;
    width: 24%;
    text-decoration: none; }

  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a {
    border: #000 1px solid;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 40px; }

  .pagenationPNArea .btnPrev a {
    padding-right: 5px; }

  .pagenationPNArea .btnNext a {
    padding-left: 5px; }

  /*.pagenationPNArea .btnPrev a:before,
  .pagenationPNArea .btnNext a:before { font-size:12px; }
  .pagenationPNArea .btnPrev a:before { right: 7px;}
  .pagenationPNArea .btnNext a:before { left: 7px;}*/ }
/* --- common ----------------------------------------------------------------------------------------- */
body {
  font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important; } }
a {
  color: #000;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #e60012;
  text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

.or-logo {
  padding: 0.5rem 0.5rem 0.1rem 0.5rem; }
  @media (min-width: 48em) {
    .or-logo {
      padding: 1rem; } }
  .or-logo a {
    color: #e60012;
    font-weight: 900;
    font-size: 2.25rem;
    /* font-weight: 300; */
    line-height: 1.2; }
    @media (min-width: 48em) {
      .or-logo a {
        font-size: 3.5rem; } }
    .or-logo a:hover {
      text-decoration: none; }
.or-other {
  background: #e60012;
  border-radius: 0; }
  .or-other h1 {
    font-size: 1.5rem; }
    @media (min-width: 48em) {
      .or-other h1 {
        font-size: 2.5rem; } }
.or-mainca {
  font-size: 2.5rem; }
  @media (min-width: 48em) {
    .or-mainca {
      font-size: 4.5rem; } }
  @media (max-width: 47em) {
    .or-mainca {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; } }
.or-menu {
  margin-bottom: 0 !important; }
  @media (min-width: 48em) {
    .or-menu {
      margin-bottom: 0.5em !important; } }
  .or-menu a {
    padding: 0 0.3rem;
    font-size: 0.8rem; }
    @media (min-width: 48em) {
      .or-menu a {
        font-size: 1rem;
        padding: 0 1.5rem; } }
.or-text-red {
  color: #e60012; }
.or-text-white {
  color: #fff; }
.or-text-small1 {
  font-size: 50%; }
.or-text-big1 {
  font-size: 150%; }
.or-bblock {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1.8em;
  padding: 0.75rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 1rem 35% 1rem 0; }
  @media (min-width: 48em) {
    .or-bblock {
      margin: 2rem 0 2rem 0;
      padding: 3rem 2rem;
      background: rgba(0, 0, 0, 0.6);
      font-size: 30px; } }
.or-pblock {
  color: #fff;
  font-size: 0.9rem;
  margin: 0 35% 0 0; }
  @media (min-width: 48em) {
    .or-pblock {
      margin: 0;
      font-size: 24px; } }
.or-headling1 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.5rem 0 0.5rem 0;
  text-align: center; }
  @media (min-width: 48em) {
    .or-headling1 {
      text-align: left;
      padding: 3rem 0 1.5rem 0;
      font-size: 3rem; } }
.or-headling2 {
  font-weight: bold;
  font-size: 1rem;
  color: #e60012;
  text-align: center;
  margin-bottom: 1rem;
        /*&:after {
    display: block;
    content: "";
    height: 1px;
    background: $logo-color;
    position: absolute;
    top:-1rem;
            left: 0;
            right: 0;
    @media (min-width: 48em) {
        display: none;
    }
}*/ }
  @media (min-width: 48em) {
    .or-headling2 {
      text-align: left;
      background: #e60012;
      border: 3px solid #e60012;
      margin-bottom: 2rem;
      font-size: 1.5rem; } }
  .or-headling2-text {
    font-size: 1.25rem;
    display: block;
    text-align: left; }
    @media (min-width: 48em) {
      .or-headling2-text {
        display: inline-block;
        font-size: 1.5rem;
        color: #fff;
        line-height: 2.2em;
        padding-left: 1rem; } }
  .or-headling2-num {
    position: relative;
    display: block;
    width: 100%;
    height: 2.2rem;
    background: #e60012;
    line-height: 2.2rem;
    margin: 0 auto 0.5rem auto;
    color: #fff; }
    @media (min-width: 48em) {
      .or-headling2-num {
        display: inline-block;
        height: auto;
        margin: 0;
        border-radius: 0;
        font-weight: bold;
        text-align: center;
        width: 2.2em;
        line-height: 2.2em;
        color: #e60012;
        background: #fff; } }
.or-prof {
  padding: 1rem;
  font-size: 0.8rem; }
  @media (min-width: 48em) {
    .or-prof {
      font-size: 1rem;
      padding: 3rem; } }
  .or-prof h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1rem 0 1.6rem 0; }
    @media (min-width: 48em) {
      .or-prof h3 {
        font-size: 24px;
        margin: 0 0 1.6rem 0; } }
  .or-prof h4 {
    color: #e60012;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 1.4rem; }
.or-footernav {
  background: #e60012;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  font-size: 0.8rem; }
  @media (min-width: 48em) {
    .or-footernav {
      font-size: 1rem;
      padding: 2rem; } }
  .or-footernav .nav a {
    color: #ffff; }
    .or-footernav .nav a:hover {
      color: #fddfe2;
      text-decoration: none; }
.or-fb {
  position: absolute;
  color: #1156c8;
  font-size: 30px;
  right: 15px;
  top: 13px; }
  @media (min-width: 48em) {
    .or-fb {
      font-size: 40px;
      right: 50px;
      top: 45px; } }
.or-img {
  width: 100%;
  height: auto; }
  @media (min-width: 48em) {
    .or-img {
      width: 273px;
      height: auto; } }
.or-img2 {
  width: 100%;
  height: auto; }
  @media (min-width: 48em) {
    .or-img2 {
      width: 372px;
      height: auto; } }
.or-ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  margin-top: 1rem; }
  @media (min-width: 48em) {
    .or-ul {
      display: block;
      list-style-type: disc;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px;
      margin-top: 0; } }
.or-midasi1 {
  font-size: 1.8rem;
  color: #212529; }
  @media (min-width: 48em) {
    .or-midasi1 {
      color: #fff;
      font-size: 3.5rem; } }
.or-midasi2 {
  font-size: 1.8rem;
  margin-right: 35%; }
  @media (min-width: 48em) {
    .or-midasi2 {
      margin-right: 0;
      font-size: 3.5rem; } }
.or-container {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 48em) {
    .or-container {
      padding: 3rem; } }

.or-copy {
  font-size: 8px; }

@media (min-width: 48em) {
  .or-copy {
    font-size: 10px; } }
.jumbotron.or-main {
  border-radius: 0;
  padding: 4rem 1rem 4rem 2rem;
  background: url("../common/img/fukuzawa1.jpg");
  background-size: cover;
  background-position: 37% top;
  background-repeat: no-repeat; }
  @media (min-width: 48em) {
    .jumbotron.or-main {
      background-position: center top;
      padding: 15rem 2rem; } }
.jumbotron.or-news {
  border-radius: 0;
  padding: 1.5rem 1rem;
  background: #fff; }
  @media (min-width: 48em) {
    .jumbotron.or-news {
      padding: 6rem 2rem 8rem 2rem;
      background: url("../common/img/fukuzawa2.jpg");
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat; } }
.jumbotron.or-belief {
  border-radius: 0;
  padding: 2.5rem 1rem;
  background: url("../common/img/fukuzawa3.jpg");
  background-size: cover;
  background-position: 65% top;
  background-repeat: no-repeat; }
  @media (min-width: 48em) {
    .jumbotron.or-belief {
      background-position: center top;
      padding: 6rem 2rem 8rem 2rem; } }

.nav-scroller.py-1.mb-2 a:hover {
  text-decoration: none; }

/* --- btn pagetop ----------------------------------------------------------------------------------------- */
#PagetopBtn {
  position: fixed;
  right: -44px;
  bottom: 0;
  z-index: 800;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  #PagetopBtn.visible {
    right: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity=100);
    opacity: 1; }
  #PagetopBtn a {
    outline: none;
    width: 50px;
    height: 50px;
    display: block;
    color: #FCCB31;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    background-color: black;
    color: #fff; }
    #PagetopBtn a:hover {
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
      filter: alpha(opacity=60);
      opacity: 0.6; }

@media (min-width: 48em) {
  #PagetopBtn {
    bottom: 38px; } }
/* --- form ----------------------------------------------------------------------------------------- */
.control-wrap input, .control-wrap textarea {
  border: none;
  background: #e9e9e9;
  display: block;
  width: 100%;
  padding: 1rem;
  margin: 1rem 0; }
.control-wrap input[type="radio"] {
  display: inline-block;
  width: auto; }

.form-kiyaku {
  display: block;
  border: 1px solid #e9e9e9;
  padding: 1rem;
  width: 100%;
  height: 150px;
  overflow-y: scroll; }

.CrossHead {
  font-size: 1.25rem; }
  @media (min-width: 48em) {
    .CrossHead {
      font-size: 1.75rem; } }
