@charset "UTF-8";
#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

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

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

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

[hidden] {
  display: none;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  text-align: left;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
  border: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

ul > li {
  list-style: none;
}

ol > li {
  margin-left: 1.8em;
  margin-top: 10px;
}

a, a:link, a:visited {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0 !important;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

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

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  padding: 0;
}

th {
  font-weight: normal;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-size: 1em;
  color: inherit;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  * {
    max-height: 999999px;
  }
  body {
    background: none;
    -webkit-text-size-adjust: none;
  }
  a {
    display: block;
  }
  p a,
label a {
    display: inline-block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a img {
    line-height: 100%;
    vertical-align: middle;
  }
  input, button, select, textarea {
    max-width: 100%;
  }
}
#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

.closeBtn {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #drawernav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #overlay, #humberger span, #humberger, #drawernav, #page, body {
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  body {
    right: 0;
    position: relative;
  }
  #page {
    position: relative;
    z-index: 0;
    left: 0;
    width: 100%;
  }
  #drawernav {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
  }
  #humberger {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 10000;
    width: 45px;
    height: 45px;
    padding: 10px 12px;
    background-color: #ff6b6b;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #humberger span {
    height: 2px;
    background: #FFF;
    display: block;
    margin-bottom: 5px;
  }
  #humberger .drawerName:before {
    content: "MENU";
    font-family: sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.07em;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .drawer-opened #humberger {
    right: calc( 240px + 5px);
  }
  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    top: -10px;
    left: 0;
    bottom: -10px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.drawer-opened {
    right: 240px;
  }
  body.drawer-opened .closeBtn {
    position: fixed;
    top: 0;
    right: 240px;
    overflow: hidden;
    text-indent: -120px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 17px 10px 10px;
    cursor: pointer;
    z-index: 10001;
  }
  body.drawer-opened #drawernav {
    right: 0;
  }
  body.drawer-opened #humberger span {
    background: #fff;
  }
  body.drawer-opened #humberger span:nth-child(1) {
    transform: translate(0, 7px) rotate(45deg);
  }
  body.drawer-opened #humberger span:nth-child(2) {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  body.drawer-opened #humberger span:nth-child(3) {
    transform: translate(0, -7px) rotate(-45deg);
  }
  body.drawer-opened #overlay {
    z-index: 100;
    opacity: 0.3;
    left: -240px;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox_loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../img/colorbox_controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../img/colorbox_controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../img/colorbox_controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

/*
anchor_navi.jsを読み込み

▼htmlのどこでも良い

<!-- ページ右側ドットナビ -->
<div id="anchorNav">
<ul>
  <li class="current"><a href="#cont_top"><span>トップ</span></a></li>
  <li><a href="#setsuritsu"><span>法人設立費用</span></a></li>
  <li><a href="#yushi"><span>創業融資について</span></a></li>
  <li><a href="#komon"><span>顧問料について</span></a></li>
  <li><a href="#merit"><span>当社のメリット</span></a></li>
  <li><a href="#flow"><span>法人設立の流れ</span></a></li>
  <li><a href="#contact"><span>お問い合わせ</span></a></li>
</ul>
</div>

▼設定の仕方
<div id="cont_top" data-nav="data-nav">あいうえお</div>

*/
#anchorNav {
  position: fixed;
  bottom: 255px;
  right: 20px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #anchorNav {
    right: 10px;
  }
}
#anchorNav ul li {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0em;
  line-height: 18px;
}
#anchorNav ul li:not(:first-child) {
  margin-top: 17px;
}
#anchorNav ul li a {
  position: relative;
  display: inline-block;
  padding-right: 23px;
  padding-left: 5px;
  color: transparent;
  transition: all 0.2s;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  #anchorNav ul li a {
    text-align: right;
  }
}
#anchorNav ul li a::after {
  content: " ";
  position: absolute;
  top: 0.5em;
  right: 7px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #aaaaaa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#anchorNav ul li:hover a::after, #anchorNav ul li.current a::after {
  content: " ";
  position: absolute;
  top: 0.4em;
  right: 5px;
  border: 3px solid #038bd1;
  width: 10px;
  height: 10px;
  background: #FFF;
}
#anchorNav ul li.current a::after {
  background-color: #038bd1;
}
#anchorNav ul li:hover a, #anchorNav ul li.current a {
  color: #038bd1;
  text-decoration: none;
  text-shadow: 0 0 1px #fff;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #038bd1;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #anchorNav ul li:hover a, #anchorNav ul li.current a {
    border: 0;
    background: none;
  }
}
#anchorNav .page-top {
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  color: #aaaaaa;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  display: block;
  position: absolute;
  width: 100px;
  right: -5px;
}
#anchorNav .page-top:hover {
  color: #038bd1;
}
#anchorNav .arrow-icon_top {
  width: 2.5rem;
  height: 1rem;
  fill: currentcolor;
}

@media screen and (max-width: 767px) {
  #anchorNav ul {
    display: none;
  }
}
/* currentEffect
------------------------------------------ */
#anchorNav ul li.current a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 1px;
  border: 3px solid #038bd1;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  -webkit-animation: currentEffect 1.3s linear infinite;
          animation: currentEffect 1.3s linear infinite;
}

@-webkit-keyframes currentEffect {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes currentEffect {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
}

/* アイコンサイズ 5pxから5pxおきに50pxまで*/
.material-icons.md-5 {
  font-size: 5px;
}

.material-icons.md-10 {
  font-size: 10px;
}

.material-icons.md-15 {
  font-size: 15px;
}

.material-icons.md-20 {
  font-size: 20px;
}

.material-icons.md-25 {
  font-size: 25px;
}

.material-icons.md-30 {
  font-size: 30px;
}

.material-icons.md-35 {
  font-size: 35px;
}

.material-icons.md-40 {
  font-size: 40px;
}

.material-icons.md-45 {
  font-size: 45px;
}

.material-icons.md-50 {
  font-size: 50px;
}

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  min-width: 1200px;
  background: #03b9d1 200px;
  background: linear-gradient(to bottom, #03b9d1 200px 0%, #ffffff 200px 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 4vw;
  }
}

p {
  line-height: 1.5;
}

a,
a:link,
a:visited {
  color: #333;
}

@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #333;
    text-decoration: none;
  }
}
.allwrap {
  position: relative;
}

.logo1 {
  width: 180px;
}
.logo1 a {
  display: inline-block;
}
.logo1 a img {
  width: 100%;
  height: auto;
}

#header {
  position: relative;
  background: #03b9d1;
  color: #fff;
  font-size: 1.5rem;
}
#header a {
  color: #fff;
}
#header a:hover {
  text-decoration: none;
}
#header h1 {
  position: absolute;
  top: -100px;
  left: -500px;
  font-size: 1.2rem;
}
#header .header1 {
  -js-display: flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  #header .header1 {
    padding: 0 10px;
    height: 55px;
  }
}
#header .header1 .mnavi {
  -js-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header .header1 .mnavi {
    display: none;
  }
}
#header .header1 .mnavi li + li {
  margin-left: 1.5em;
}
#header .header1 .mnavi li a {
  display: block;
  transition: all 0.3s;
}
#header .header1 .mnavi li.demo a {
  background: #ff6b6b;
  padding: 1.5em;
  font-weight: bold;
  box-shadow: 1px 1px 3px #555;
}
#header .header1 .mnavi li.demo a i {
  margin: 0 0.5em 0 0;
}
#header .header1 .mnavi li.demo a i:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: 900;
}
#header .header1 .mnavi li.demo a:hover {
  transform: scale(1.1, 1.1);
}
#header .header1 .mnavi li.tel {
  margin: 0 2em;
}
#header .header1 .mnavi li.tel a {
  font-weight: bold;
  text-align: center;
  background: url("../img/ico_tel1.svg") no-repeat top 50% left 0/35px;
  padding: 0 0 0 40px;
}
#header .header1 .mnavi li.tel a span {
  display: block;
  font-size: 1.9rem;
}
#header .header1 .mnavi li.tel a small {
  display: block;
}
#header .header1 .mnavi li.contact a, #header .header1 .mnavi li.company a {
  border: 1px solid #fff;
  padding: 1em 1.5em;
}
#header .header1 .mnavi li.contact a:hover, #header .header1 .mnavi li.company a:hover {
  transform: scale(1.2, 1.2);
  background: #03cfea;
}
#header .gnavi {
  padding: 3em 5rem 4em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #header .gnavi {
    display: none;
  }
}
#header .gnavi ul {
  -js-display: flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#header .gnavi ul li a {
  display: block;
  transition: all 0.3s;
  position: relative;
  padding: 0 0 0.5em;
}
#header .gnavi ul li a:before, #header .gnavi ul li a:after {
  border-bottom: solid 3px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0;
}
#header .gnavi ul li a:before {
  left: 50%;
}
#header .gnavi ul li a:after {
  right: 50%;
}
#header .gnavi ul li a:hover:before, #header .gnavi ul li a:hover:after {
  width: 40%;
}
#header .gnavi ul li:first-child a {
  background: url("../img/ico_home1.svg") no-repeat 0 0.2em;
  background-size: 0.9em;
  padding-left: 1.4em;
}
@media all and (-ms-high-contrast: none) {
  #header .gnavi ul li:first-child a {
    background-position: 0 -5px;
  }
}
#header .gnavi ul li + li {
  margin-left: 3em;
}
.home #header .gnavi .top a:before, .home #header .gnavi .top a:after, .post-type-archive-function #header .gnavi .function a:before, .post-type-archive-function #header .gnavi .function a:after, .single-function #header .gnavi .function a:before, .single-function #header .gnavi .function a:after, .page-id-151 #header .gnavi .cost a:before, .page-id-151 #header .gnavi .cost a:after, .post-type-archive-use #header .gnavi .use a:before, .post-type-archive-use #header .gnavi .use a:after, .tax-use_cat #header .gnavi .use a:before, .tax-use_cat #header .gnavi .use a:after, .single-use #header .gnavi .use a:before, .single-use #header .gnavi .use a:after, .page-id-157 #header .gnavi .support a:before, .page-id-157 #header .gnavi .support a:after, .page-id-172 #header .gnavi .flow a:before, .page-id-172 #header .gnavi .flow a:after, .post-type-archive-faq #header .gnavi .faq a:before, .post-type-archive-faq #header .gnavi .faq a:after, .tax-faq_cat #header .gnavi .faq a:before, .tax-faq_cat #header .gnavi .faq a:after, .post-type-archive-documentation #header .gnavi .documentation a:before, .post-type-archive-documentation #header .gnavi .documentation a:after, .tax-documentation_cat #header .gnavi .documentation a:before, .tax-documentation_cat #header .gnavi .documentation a:after, .post-type-archive-blog #header .gnavi .blog a:before, .post-type-archive-blog #header .gnavi .blog a:after, .tax-blog_cat #header .gnavi .blog a:before, .tax-blog_cat #header .gnavi .blog a:after, .tax-blog_tag #header .gnavi .blog a:before, .tax-blog_tag #header .gnavi .blog a:after, .single-blog #header .gnavi .blog a:before, .single-blog #header .gnavi .blog a:after {
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  #header.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #header.fixed .header1 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
  }
  #header.fixed .header1 .mnavi .demo a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #header.fixed .header1 .mnavi .contact a,
#header.fixed .header1 .mnavi .company a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #header.fixed .gnavi {
    padding: 0;
  }
  #header.fixed .gnavi ul {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #header.fixed .gnavi ul li a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 90%;
  }
  #header.fixed .gnavi ul li:first-child a {
    background-position: 0 50%;
  }
}

@media screen and (max-width: 767px) {
  #drawernav {
    background: #f7f7f7;
    color: #fff;
    padding: 15px;
    font-size: 1.5rem;
    overflow: auto;
  }
  #drawernav .demo {
    margin-top: 1em;
  }
  #drawernav .demo a {
    background: #ff6b6b;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
  }
  #drawernav .side_contact li {
    width: 100%;
    margin-top: 5px;
  }
  #drawernav .side_contact li a {
    color: #fff;
    padding-left: 10px;
    padding-left: 14px;
    background: #4bd096;
    text-align: center;
  }
  #drawernav .side_contact li.tel a {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #drawernav .side_contact li.tel a:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background: url("../img/ico_tel1.svg") no-repeat 0 0/100%;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #drawernav .side_contact li.tel a span {
    display: block;
    font-weight: bold;
    font-size: 5vw;
  }
  #drawernav .side_contact li.tel a small {
    display: block;
  }
  #drawernav .side_contact li.mail a {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
  }
  #drawernav .side_contact li.mail a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/ico_mail1.svg") no-repeat 0 0/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
  }
  #drawernav .side_navi1 {
    background: #fff;
    border: 1px solid #038bd1;
  }
  #drawernav .side_navi1 li a {
    color: #038bd1;
    padding: 10px;
    position: relative;
  }
  #drawernav .side_navi1 li a:after {
    content: "";
    display: block;
    border-right: 1px solid #038bd1;
    border-top: 1px solid #038bd1;
    height: 0.4em;
    width: 0.4em;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  #drawernav .side_navi1 li + li {
    border-top: 1px solid #038bd1;
  }
  #drawernav .side_navi2 {
    margin-top: 1em;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  #drawernav .side_navi2 li {
    width: 50%;
  }
  #drawernav .side_navi2 li a {
    color: #038bd1;
    position: relative;
    padding: 5px 0 5px 10px;
    font-size: 12px;
  }
  #drawernav .side_navi2 li a:before {
    content: "";
    display: block;
    border-right: 1px solid #038bd1;
    border-top: 1px solid #038bd1;
    height: 0.4em;
    width: 0.4em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  #drawernav .side_navi2 li:last-child {
    width: 100%;
  }
  #drawernav .logo1 {
    margin-top: 1.5em;
  }
  #drawernav .logo1 a {
    color: #333;
    padding-left: 2.5em;
  }
  #drawernav .logo1 a:before {
    width: 2em;
    height: 2em;
  }
  #drawernav .address {
    font-size: 12px;
    color: #333;
    margin-top: 1em;
  }
}
main {
  overflow: hidden;
}

#mainimg {
  background: #03b9d1;
  color: #fff;
  -js-display: flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-align-self: stretch;
  align-self: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainimg {
    display: block;
    padding: 5% 25px;
  }
}
#mainimg .mainimg_in {
  padding: 0 5rem 5rem;
  -js-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #mainimg .mainimg_in {
    min-height: inherit;
    padding: 0;
    flex: 0 1 auto;
  }
}
#mainimg .mainimg_in h2 {
  font-size: 4.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #mainimg .mainimg_in h2 {
    font-size: 7vw;
  }
}
#mainimg .mainimg_in .cath {
  margin: 1em 0 0;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #mainimg .mainimg_in .cath {
    font-size: 5vw;
    margin-top: 0.5em;
  }
}
#mainimg .mainimg_in .text {
  margin: 1rem 0 0;
}
#mainimg figure {
  margin: 50px 5rem -50px 0;
  -js-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex: 1;
  min-width: 30%;
  max-width: 45%;
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  #mainimg figure {
    margin: 0 auto;
    max-width: inherit;
    min-width: inherit;
    width: 60%;
    bottom: -2em;
    position: relative;
  }
}
#mainimg figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainimg figure img {
    position: static;
    max-width: 100%;
  }
}

.breadcrumb {
  background: #42cbdd;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  color: #fff;
  padding: 0.5em 2em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  color: #fff;
}

#footer {
  background: #03b9d1;
  color: #fff;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0;
    margin-top: 50px;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .fnavi_wrap {
  -js-display: flex;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #footer .fnavi_wrap {
    display: none;
  }
}
#footer .fnavi_wrap li {
  margin-top: 1em;
}
#footer .fnavi_wrap li a {
  display: block;
}
#footer .fnavi_wrap > ul > li > a {
  position: relative;
  padding: 0 0 0 1.3em;
}
#footer .fnavi_wrap > ul > li > a:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 90%;
}
#footer .fnavi_wrap > ul > li > ul {
  margin-left: 1.3em;
}
#footer .fnavi_wrap > ul > li > ul > li {
  list-style: disc;
  max-width: 10em;
  font-size: 90%;
}
#footer .fnavi_wrap > ul + ul {
  margin-left: 1em;
}
#footer .pageTop {
  position: fixed;
  right: 15px;
  bottom: 230px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #footer .pageTop {
    bottom: 96px;
    right: 0;
  }
}
#footer .pageTop a {
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  color: #aaa;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  display: block;
}
#footer .pageTop a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  background: url("../img/ico_arrow1.svg") no-repeat 0 0/100%;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  #footer .pageTop a:after {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .pageTop a span {
    display: none;
  }
}
#footer .pageTop a:hover {
  text-decoration: none;
}
#footer .copyright {
  padding-top: 5rem;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding-top: 0;
    font-size: 2.5vw;
    text-align: center;
    line-height: 50px;
    margin-top: calc(50px + 10%);
  }
}

.sp_contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_contact {
    display: block;
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sp_contact ul {
    -js-display: flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: center;
    padding: 3px;
    padding-bottom: calc(3px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.8);
  }
  .sp_contact ul li {
    width: 100%;
    padding: 2px;
  }
  .sp_contact ul li a {
    padding: 0;
    font-size: 3.2vw;
    height: 50px;
    letter-spacing: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: relative;
    -js-display: flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .sp_contact ul li a:before {
    content: "";
    display: inline-block;
  }
  .sp_contact ul li a > span {
    display: block;
  }
  .sp_contact ul li.tel a:before {
    background: url("../img/ico_tel1.svg") no-repeat 0 0/100%;
    width: 2em;
    height: 2em;
  }
  .sp_contact ul li.tel a > span span {
    display: block;
  }
  .sp_contact ul li.tel a > span small {
    display: block;
    font-size: 80%;
  }
  .sp_contact ul li.tel a, .sp_contact ul li.contact a {
    background: #4bd096;
    color: #fff;
  }
  .sp_contact ul li.contact a:before {
    background: url("../img/ico_mail1.svg") no-repeat 0 0/100%;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5em;
  }
}

#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

.ttl1 {
  font-size: 3.4rem;
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
}
.ttl1:first-child {
  margin-top: 0;
}

.ttl2 {
  font-size: 2.8rem;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 4.5vw;
    margin-bottom: 0.5em;
  }
}

.ttl3, .ttl5 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .ttl3, .ttl5 {
    font-size: 4vw;
  }
}

.ttl4 {
  font-size: 3.2rem;
  margin: 0 0 1em;
  padding-top: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 4.5vw;
  }
}
.ttl4:before {
  content: "";
  width: 85px;
  height: 5px;
  background: #03b9d1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl4:before {
    height: 3px;
  }
}

.ttl5 {
  margin: 0 0 2em;
}

.googlemap1:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/ico_map1.svg") no-repeat 0 0/100%;
  vertical-align: middle;
  margin-right: 0.3em;
  position: relative;
  top: -2px;
}

.bgGray1 {
  background: #f0f0f0;
}

/* ピンク背景に白色文字 */
a.btn1,
span.btn1,
.btn1 {
  display: inline-block;
  background: #ff6b6b;
  color: #fff;
  padding: 1.5em 4em;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  a.btn1,
span.btn1,
.btn1 {
    padding: 1.5em 0;
    display: block;
    text-align: center;
  }
}
a.btn1 i,
span.btn1 i,
.btn1 i {
  vertical-align: middle;
  margin-left: 0.5em;
  transition: all 0.2s;
}
a.btn1 i:before,
span.btn1 i:before,
.btn1 i:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: 900;
}
a.btn1 i.left:before,
span.btn1 i.left:before,
.btn1 i.left:before {
  transform: rotate(-135deg);
  left: 0.4em;
}
a.btn1.btn1_bottom,
span.btn1.btn1_bottom,
.btn1.btn1_bottom {
  text-align: center;
  display: block;
  padding: 0.5em 0 0.8em;
}
@media screen and (max-width: 767px) {
  a.btn1.btn1_bottom,
span.btn1.btn1_bottom,
.btn1.btn1_bottom {
    padding: 1em 0;
  }
}
a.btn1.btn1_bottom i,
span.btn1.btn1_bottom i,
.btn1.btn1_bottom i {
  display: block;
  margin: 0.3em auto 0;
  transform: rotate(90deg);
}
a.btn1.btn1_left i,
span.btn1.btn1_left i,
.btn1.btn1_left i {
  margin-left: 0;
  margin-right: 0.5em;
}
.btn1_back a.btn1,
.btn1_back span.btn1,
.btn1_back .btn1 {
  font-size: 1.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
.btn1_back a.btn1 i:before,
.btn1_back span.btn1 i:before,
.btn1_back .btn1 i:before {
  left: 0.4em;
}

a.btn1:hover,
a:hover .btn1 {
  background: #ff484d !important;
}

/* 青色背景に白色文字 */
.btn2 {
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .btn2 {
    margin-top: 1em;
  }
}
.btn2 a {
  display: inline-block;
  background: #096c9a;
  color: #fff;
  padding: 1.5em 4em;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    padding: 1.5em 0;
    display: block;
    text-align: center;
  }
}
.btn2 a i {
  margin-left: 0.5em;
}
.btn2 a i:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: 900;
}
.btn2 a:hover {
  filter: brightness(120%);
}

.list_disc1 {
  margin-left: 1em;
}
.list_disc1 li {
  list-style: disc;
}
.list_disc1 li + li {
  margin-top: 0.5em;
}

.function_list > div + div {
  margin-top: 5rem;
}
.function_list > div ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.function_list > div ul li {
  width: 320px;
  margin: 0 2rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .function_list > div ul li {
    width: 48.5%;
    margin: 0 3% 4% 0;
  }
  .function_list > div ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.function_list > div ul li a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  padding: 2rem;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .function_list > div ul li a {
    border: 1px solid #ddd;
    padding: 1rem 1rem 0;
    letter-spacing: 0;
  }
}
.function_list > div ul li a figure {
  background: #f7f7f7;
  position: relative;
  padding-top: 75%;
}
.function_list > div ul li a figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.function_list > div ul li a span {
  display: block;
  font-size: 2.2rem;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .function_list > div ul li a span {
    font-size: 4vw;
  }
}
.function_list > div ul li a i {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1;
  padding: 0.3em 1em;
}
@media screen and (max-width: 767px) {
  .function_list > div ul li a i {
    font-size: 3vw;
    border: none;
    padding: 0;
  }
}
.function_list > div ul li a i:before {
  content: "詳細を見る";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .function_list > div ul li a i:before {
    display: none;
  }
}
.function_list > div ul li a i:after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #03b9d1;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .function_list > div ul li a i:after {
    content: "\f107";
    font-size: 2em;
  }
}
.function_list > div ul li a:hover {
  border-color: #03b9d1;
}
.function_list > div ul li a:hover figure {
  filter: brightness(105%);
}
.function_list > div ul li a:hover span {
  color: #03b9d1;
}
.function_list > div ul li a:hover i {
  border-color: #03b9d1;
}
.function_list > div ul li a:hover i:before {
  color: #03b9d1;
}

.list_fusen1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_fusen1 {
    display: block;
  }
}
.list_fusen1 li {
  width: 31.3333333333%;
  margin-top: 1.5em;
  min-height: 4.5em;
}
@media screen and (max-width: 767px) {
  .list_fusen1 li {
    width: 100%;
    min-height: inherit;
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .list_fusen1 li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .list_fusen1 li:nth-child(1), .list_fusen1 li:nth-child(2), .list_fusen1 li:nth-child(3) {
    margin-top: 0;
  }
}
.list_fusen1 li a {
  display: block;
  background: #f0f0f0;
  -js-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 1em 4.5em 1em 1em;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
}
.list_fusen1 li a:before {
  content: "";
  display: block;
  width: 3.5em;
  background: #03b9d1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s;
}
.list_fusen1 li a:after {
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 0.5em;
  width: 0.5em;
  position: absolute;
  right: 1.75em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.list_fusen1 li a figure {
  width: 6rem;
  margin-right: 2rem;
}
.list_fusen1 li a figure img {
  width: 100%;
  height: auto;
}
.list_fusen1 li a span {
  flex: 1;
}
.list_fusen1 li a:hover {
  background: #fff;
  color: #03b9d1;
}
.list_fusen1 li a:hover:before {
  right: -2.5em;
}
.list_fusen1 li a:hover:after {
  right: 0.4em;
}
.list_fusen1.list_fusen1_pink li a:before {
  background: #ff6b6b;
}
.list_fusen1.list_fusen1_pink li a:hover {
  color: #ff6b6b;
}

.img_list1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.text_listi1 + .img_list1 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .text_listi1 + .img_list1 {
    margin-top: 10%;
  }
}
.img_list1 section {
  width: 30.6666666667%;
  margin-right: 4%;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .img_list1 section {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 2em;
  }
  .img_list1 section:nth-child(2n) {
    margin-right: 0;
  }
}
.img_list1 section figure {
  background: #f7f7f7;
  position: relative;
  text-align: center;
  padding-top: 75%;
}
.img_list1 section figure a {
  display: block;
}
.img_list1 section figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
}
.img_list1 section .ttl3, .img_list1 section .ttl5 {
  text-align: center;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .img_list1 section .ttl3, .img_list1 section .ttl5 {
    margin: 0.5em 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .img_list1 section .free_box1 {
    font-size: 3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .img_list1 section:nth-child(3n) {
    margin-right: 0;
  }
}

.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.news_list li {
  padding: 1em 0;
  -js-display: flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news_list li {
    padding: 0.5em 0;
  }
}
.news_list li time {
  display: inline-block;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .news_list li time {
    font-size: 3vw;
    margin-top: 0.3em;
  }
}
.news_list li p {
  flex: 1;
  transition: all 0.2s;
}
.news_list li + li {
  border-top: 1px solid #eee;
}

.faq_list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .faq_list {
    margin-top: 1.5em;
  }
}
.faq_list > section h4 {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 2em;
  color: #03b9d1;
  font-weight: normal;
}
.faq_list > section h4:before {
  content: "\f2c4";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background: #03b9d1;
  color: #fff;
  text-align: center;
}
.faq_list > section + section {
  border-top: 1px solid #eee;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

.text_list2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .text_list2 {
    margin-top: 25px;
  }
}
.text_list2.text_list2_side {
  margin: 0 calc(5rem - 2%) 10rem calc(5rem - 2%);
}
@media screen and (max-width: 767px) {
  .text_list2.text_list2_side {
    margin: 0 25px 10%;
  }
}
.text_list2 > section {
  width: 450px;
  margin: 0 3rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .text_list2 > section {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .text_list2 > section:nth-child(2n) {
    margin-right: 0;
  }
}
.text_list2 > section a {
  background: #fff;
  -js-display: flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 6%;
  transition: all 0.2s;
  border: 2px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .text_list2 > section a {
    position: relative;
    padding-bottom: calc(6% + 1em);
    border: 2px solid #f0f0f0;
  }
  .text_list2 > section a:after {
    content: "";
    display: block;
    border-right: 2px solid #ff6b6b;
    border-bottom: 2px solid #ff6b6b;
    height: 0.7em;
    width: 0.7em;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0.8em;
    margin: auto;
    transform: rotate(45deg);
  }
}
.text_list2 > section a:hover {
  border: 2px solid #ddd;
}
.text_list2 > section figure {
  height: 80px;
  text-align: center;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .text_list2 > section figure {
    height: 10vw;
    margin-bottom: 0.5em;
  }
}
.text_list2 > section figure img {
  height: 100%;
  width: auto;
}
.text_list2 > section .ttl3, .text_list2 > section .ttl5 {
  text-align: center;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .text_list2 > section .ttl3, .text_list2 > section .ttl5 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .text_list2 > section p {
    font-size: 3vw;
    margin-bottom: 0.5em;
    color: #999;
  }
}
.text_list2 > section .btn {
  margin-top: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .text_list2 > section .btn {
    display: none;
  }
}
.text_list2 > section .btn .btn1 {
  margin-top: 1.5rem;
}

#cont_profile .ttl_wrap {
  background: #038bd1;
  -js-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  position: relative;
}
#cont_profile .ttl_wrap:before {
  content: "";
  position: absolute;
  left: 620px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top left, #038bd1 50%, transparent 50%) bottom left/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #cont_profile .ttl_wrap:before {
    width: 7%;
    left: 29%;
  }
}
#cont_profile .ttl_wrap > div {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #cont_profile .ttl_wrap > div {
    padding: 0.5em 0.5em 0.5em 0;
  }
}
#cont_profile .ttl_wrap > div h3 {
  margin: 0;
  color: #fff;
}
#cont_profile .ttl_wrap > div p {
  font-size: 2.4rem;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #cont_profile .ttl_wrap > div p {
    padding: 0;
    font-size: 4vw;
    line-height: 1.1;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #cont_profile .ttl_wrap > div p small {
    font-size: 3vw;
  }
}
#cont_profile .ttl_wrap figure {
  position: relative;
  overflow: hidden;
  height: 40rem;
  width: 700px;
}
@media screen and (max-width: 767px) {
  #cont_profile .ttl_wrap figure {
    height: inherit;
    width: 36%;
  }
}
@media print, screen and (min-width: 768px) {
  #cont_profile .ttl_wrap figure img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #cont_profile .ttl_wrap figure img {
    max-width: 170%;
    margin-left: -19px;
  }
}
#cont_profile .cont {
  -js-display: flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  #cont_profile .cont {
    display: block;
  }
}
#cont_profile .cont .ttl1 {
  color: #333;
}
#cont_profile .cont .cont_career {
  width: 50%;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  #cont_profile .cont .cont_career {
    width: 100%;
    margin-right: inherit;
  }
}
#cont_profile .cont .cont_career ul li {
  position: relative;
  padding: 0 0 0 1.5em;
}
#cont_profile .cont .cont_career ul li:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.2em;
  border: 4px solid #03b9d1;
}
#cont_profile .cont .cont_career ul li + li {
  margin-top: 1em;
}
#cont_profile .cont .cont_greeting {
  width: 50%;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  #cont_profile .cont .cont_greeting {
    width: 100%;
    margin-left: 0;
    margin-top: 10%;
  }
}

.cont_footer {
  -js-display: flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 767px) {
  .cont_footer {
    display: block;
  }
}
.cont_footer div {
  white-space: nowrap;
  width: 385px;
  margin-right: 3em;
}
.cont_footer div h4 {
  font-weight: normal;
  margin: 0 0 1em;
}
.cont_footer ul {
  -js-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cont_footer ul {
    display: block;
    padding: 1em;
    background: #f0f0f0;
    margin-top: 1em;
  }
}
.cont_footer ul li {
  width: 100%;
}
.cont_footer ul li a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_footer ul li.tel, .cont_footer ul li.contact, .cont_footer ul li.company {
    margin-top: 1em;
  }
}
.cont_footer ul li.tel a, .cont_footer ul li.contact a, .cont_footer ul li.company a {
  padding: 1em 0.5em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cont_footer ul li.tel a, .cont_footer ul li.contact a, .cont_footer ul li.company a {
    background: #fff;
  }
}
.cont_footer ul li.tel a:hover, .cont_footer ul li.contact a:hover, .cont_footer ul li.company a:hover {
  color: #ff484d;
}
@media print, screen and (min-width: 768px) {
  .cont_footer ul li.tel + li, .cont_footer ul li.contact + li, .cont_footer ul li.company + li {
    border-left: 1px dotted #ccc;
  }
}
.cont_footer ul li.demo a, .cont_footer ul li.contact a, .cont_footer ul li.company a {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cont_footer ul li.demo a, .cont_footer ul li.contact a, .cont_footer ul li.company a {
    font-size: 4vw;
  }
}
.cont_footer ul li.demo a {
  padding: 1em;
  white-space: nowrap;
}
.cont_footer ul li.tel a span {
  display: block;
}
.cont_footer ul li.tel a small {
  display: block;
  font-size: 1.2rem;
}

.step_flow_small {
  -js-display: flex;
  display: flex;
  color: #fff;
  margin: 0;
  counter-reset: number; /* 名前を付けたカウンターをリセット */
  list-style: none; /* olが数字を付けることをキャンセル */
}
@media screen and (max-width: 767px) {
  .step_flow_small {
    display: block;
  }
}
.step_flow_small li {
  background: #31bc80;
  margin: 0;
  position: relative;
  padding: 2rem 0 2rem 1vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .step_flow_small li {
    padding: 1em;
  }
}
.step_flow_small li i {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .step_flow_small li i {
    margin: 0 1em 0 0;
  }
}
.step_flow_small li i:before {
  content: "STEP";
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
}
.step_flow_small li i:after {
  /* カウンタ（数字になる部分） */
  counter-increment: number; /* 任意の名前を付けて！ */
  content: counter(number, decimal-leading-zero); /* 名前を付けたカウンターを呼び出し */
  /* 色を変えたり、背景画像を敷いたり！自由自在！ */
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.step_flow_small li:nth-child(2n-1) {
  background: #4bd096;
}
@media screen and (max-width: 767px) {
  .step_flow_small li > div {
    -js-display: flex;
    display: flex;
  }
}
.step_flow_small li > div h4 {
  font-size: 2.4rem;
  margin: 0 0 1rem;
  padding-right: 0.5vw;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .step_flow_small li > div h4 {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
}
.step_flow_small li > div p {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .step_flow_small li > div p {
    font-size: 3.5vw;
  }
}
.step_flow_small.slanting {
  background: #f0f0f0;
  overflow: hidden;
  padding: 0 7%;
}
@media screen and (max-width: 767px) {
  .step_flow_small.slanting {
    padding: 5% 25px;
    background: none;
  }
}
@media print, screen and (min-width: 768px) {
  .step_flow_small.slanting li {
    transform: skewX(30deg);
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media print, screen and (min-width: 768px) {
  .step_flow_small.slanting li > div {
    transform: skewX(-30deg);
    padding: 0 0 0 2em;
  }
}

.list_cat1_wrap {
  background: #f7f7f7;
}

.list_cat1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_cat1 {
    font-size: 4vw;
  }
}
.list_cat1 li {
  width: 200px;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .list_cat1 li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .list_cat1 li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_cat1 li a {
  display: block;
  border: 1px solid #ccc;
  padding: 1em 0;
  transition: all 0.2s;
  position: relative;
}
.list_cat1 li a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #ff6b6b;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform 0.3s;
}
.list_cat1 li a:hover {
  color: #fff;
  border-color: #ff6b6b;
}
.list_cat1 li a:hover:before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.list_cat1 li.current-cat a {
  background: #ff6b6b;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

/* レスポンシブページネーション */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 40px 0 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
  justify-content: center;
}
.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}
.pagination li:first-of-type a {
  border-left-width: 1px;
}
.pagination li.first span, .pagination li.last span, .pagination li.previous span, .pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a::before, .pagination li.last a::after, .pagination li.previous a::before, .pagination li.next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: inherit;
  color: #999;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pagination li.first a::before {
  content: "\f100";
}
.pagination li.last a::after {
  content: "\f101";
}
.pagination li.previous a::before {
  content: "\f104";
}
.pagination li.next a::after {
  content: "\f105";
}
.pagination li.current a {
  /*background-color: #ddd;*/
  cursor: default;
  pointer-events: none;
  color: #FFF;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination .current {
  padding: 0px;
}
.pagination .current a {
  background: #00c3b1 none repeat scroll 0% 0%;
  border: solid 1px #00c3b1;
}

@media screen and (max-width: 680px) {
  .pagination li.first, .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current, .pagination li.first, .pagination li.last, .pagination li.previous, .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media screen and (max-width: 400px) {
  .pagination li.first, .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
#cont_profile .ttl_wrap > div p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.nowrap {
  display: inline-block;
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidePad {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sidePad_half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidePad_half {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sideMar {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.varticalPad {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalPad {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.varticalPad_half {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalPad_half {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.varticalMar {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .varticalMar {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.varticalMar_half {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .varticalMar_half {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

.free_box1 p:not(:first-child) {
  margin: 1em 0 0;
}
.free_box1 section {
  margin-top: 1em;
  margin-bottom: 1em;
}
.free_box1 blockquote {
  margin: 1em;
}
.free_box1 .block_gray1 {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f7f7f7;
  padding: 1em;
}
.free_box1 a {
  text-decoration: underline;
  color: #03b9d1;
}
.free_box1 a:hover {
  text-decoration: none;
}
.free_box1 ul, .free_box1 ol {
  margin: 1em 0 0;
}
.free_box1 ul {
  list-style: disc;
  padding: 0 0 0 1em;
}
.free_box1 ul li {
  list-style: inherit;
}
.free_box1 ul li + li {
  margin-top: 0.5em;
}
.free_box1 ul ul {
  margin-top: 0.5em;
}
.free_box1 ul ul li {
  list-style: circle;
}
.free_box1 ol li {
  margin-left: 1em;
}
.free_box1 ol ol {
  margin-top: 0.5em;
}
.free_box1 .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
@media screen and (max-width: 767px) {
  .free_box1 .alignleft {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.free_box1 .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.free_box1 .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .free_box1 .alignright {
    float: none;
    margin: 1em auto;
    text-align: center;
  }
}
.free_box1 .wp-caption {
  max-width: 100%;
  margin: 0;
}
.free_box1 .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0.5em;
  font-size: 80%;
}/*# sourceMappingURL=base.css.map */