@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

small {
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:hover {
  transition: all 300ms ease-in;
}

/*------------------------------------------------------------------------------------------------------------------------*/
.clearfix::after {
  content: '';
  clear: both;
  display: block;
}

/*------------------------------------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 0.875rem;
  color: #000;
}

.ft-r {
  float: right;
}

.ft-l {
  float: left;
}

/* utility */
@media (min-width:768px) {
  .mt-0 {
    margin-top: 0 !important;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .ml-0 {
    margin-left: 0 !important;
  }

  .mr-0 {
    margin-right: 0 !important;
  }

  .mt-5px {
    margin-top: 5px !important;
  }

  .mt-10px {
    margin-top: 10px !important;
  }

  .mt-15px {
    margin-top: 15px !important;
  }

  .mt-20px {
    margin-top: 20px !important;
  }

  .mt-30px {
    margin-top: 30px !important;
  }

  .mt-40px {
    margin-top: 40px !important;
  }

  .mt-50px {
    margin-top: 50px !important;
  }

  .mt-60px {
    margin-top: 60px !important;
  }

  .mt-70px {
    margin-top: 70px !important;
  }

  .mt-80px {
    margin-top: 80px !important;
  }

  .mt-90px {
    margin-top: 90px !important;
  }

  .mt-100px {
    margin-top: 100px !important;
  }

  .mb-10px {
    margin-bottom: 10px !important;
  }

  .mb-20px {
    margin-bottom: 20px !important;
  }

  .mb-30px {
    margin-bottom: 30px !important;
  }

  .mb-40px {
    margin-bottom: 40px !important;
  }

  .mb-50px {
    margin-bottom: 50px !important;
  }

  .mb-60px {
    margin-bottom: 60px !important;
  }

  .mb-70px {
    margin-bottom: 70px !important;
  }

  .mb-80px {
    margin-bottom: 80px !important;
  }

  .mb-90px {
    margin-bottom: 90px !important;
  }

  .mb-100px {
    margin-bottom: 100px !important;
  }

  .mb-120px {
    margin-bottom: 120px !important;
  }

  .ml-10px {
    margin-left: 10px !important;
  }

  .ml-20px {
    margin-left: 20px !important;
  }

  .ml-30px {
    margin-left: 30px !important;
  }

  .ml-40px {
    margin-left: 40px !important;
  }

  .ml-50px {
    margin-left: 50px !important;
  }

  .ml-60px {
    margin-left: 60px !important;
  }

  .ml-70px {
    margin-left: 70px !important;
  }

  .ml-80px {
    margin-left: 80px !important;
  }

  .ml-90px {
    margin-left: 90px !important;
  }

  .ml-100px {
    margin-left: 100px !important;
  }

  .mr-10px {
    margin-right: 10px !important;
  }

  .mr-20px {
    margin-right: 20px !important;
  }

  .mr-30px {
    margin-right: 30px !important;
  }

  .mr-40px {
    margin-right: 40px !important;
  }

  .mr-45px {
    margin-right: 45px !important;
  }

  .mr-50px {
    margin-right: 50px !important;
  }

  .mr-60px {
    margin-right: 60px !important;
  }

  .mr-70px {
    margin-right: 70px !important;
  }

  .mr-80px {
    margin-right: 80px !important;
  }

  .mr-90px {
    margin-right: 90px !important;
  }

  .mr-100px {
    margin-right: 100px !important;
  }

  .p-15px {
    padding: 15px 0px !important;
  }

  .pt-0 {
    padding-top: 0 !important;
  }

  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pl-0 {
    padding-left: 0 !important;
  }

  .pr-0 {
    padding-right: 0 !important;
  }

  .pt-10px {
    padding-top: 10px !important;
  }

  .pt-20px {
    padding-top: 20px !important;
  }

  .pt-30px {
    padding-top: 30px !important;
  }

  .pt-40px {
    padding-top: 40px !important;
  }

  .pt-50px {
    padding-top: 50px !important;
  }

  .pt-60px {
    padding-top: 60px !important;
  }

  .pt-70px {
    padding-top: 70px !important;
  }

  .pt-80px {
    padding-top: 80px !important;
  }

  .pt-90px {
    padding-top: 90px !important;
  }

  .pt-100px {
    padding-top: 100px !important;
  }

  .pb-10px {
    padding-bottom: 10px !important;
  }

  .pb-20px {
    padding-bottom: 20px !important;
  }

  .pb-30px {
    padding-bottom: 30px !important;
  }

  .pb-40px {
    padding-bottom: 40px !important;
  }

  .pb-50px {
    padding-bottom: 50px !important;
  }

  .pb-60px {
    padding-bottom: 60px !important;
  }

  .pb-70px {
    padding-bottom: 70px !important;
  }

  .pb-80px {
    padding-bottom: 80px !important;
  }

  .pb-90px {
    padding-bottom: 90px !important;
  }

  .pb-100px {
    padding-bottom: 100px !important;
  }

  .pb-150px {
    padding-bottom: 150px !important;
  }

  .pb-140px {
    padding-bottom: 140px !important;
  }

  .pl-10px {
    padding-left: 10px !important;
  }

  .pl-20px {
    padding-left: 20px !important;
  }

  .pl-30px {
    padding-left: 30px !important;
  }

  .pl-40px {
    padding-left: 40px !important;
  }

  .pl-50px {
    padding-left: 50px !important;
  }

  .pl-60px {
    padding-left: 60px !important;
  }

  .pl-70px {
    padding-left: 70px !important;
  }

  .pl-80px {
    padding-left: 80px !important;
  }

  .pl-90px {
    padding-left: 90px !important;
  }

  .pl-100px {
    padding-left: 100px !important;
  }

  .pr-10px {
    padding-right: 10px !important;
  }

  .pr-20px {
    padding-right: 20px !important;
  }

  .pr-30px {
    padding-right: 30px !important;
  }

  .pr-40px {
    padding-right: 40px !important;
  }

  .pr-50px {
    padding-right: 50px !important;
  }

  .pr-60px {
    padding-right: 60px !important;
  }

  .pr-70px {
    padding-right: 70px !important;
  }

  .pr-80px {
    padding-right: 80px !important;
  }

  .pr-90px {
    padding-right: 90px !important;
  }

  .pr-100px {
    padding-right: 100px !important;
  }

  .img-full {
    max-width: none;
    width: 100%;
  }
}

@media (max-width:767px) {
  .smb-minus-20px {
    margin-bottom: -20px !important;
  }

  .smb-minus-50px {
    margin-bottom: -50px !important;
  }

  .smt-0 {
    margin-top: 0 !important;
  }

  .smb-0 {
    margin-bottom: 0 !important;
  }

  .sml-0 {
    margin-left: 0 !important;
  }

  .smr-0 {
    margin-right: 0 !important;
  }

  .smt-5px {
    margin-top: 5px !important;
  }

  .smt-10px {
    margin-top: 10px !important;
  }

  .smt-15px {
    margin-top: 15px !important;
  }

  .smt-20px {
    margin-top: 20px !important;
  }

  .smt-30px {
    margin-top: 30px !important;
  }

  .smt-40px {
    margin-top: 40px !important;
  }

  .smt-50px {
    margin-top: 50px !important;
  }

  .smt-60px {
    margin-top: 60px !important;
  }

  .smt-70px {
    margin-top: 70px !important;
  }

  .smt-80px {
    margin-top: 80px !important;
  }

  .smt-90px {
    margin-top: 90px !important;
  }

  .smt-100px {
    margin-top: 100px !important;
  }

  .smb-10px {
    margin-bottom: 10px !important;
  }

  .smb-20px {
    margin-bottom: 20px !important;
  }

  .smb-30px {
    margin-bottom: 30px !important;
  }

  .smb-40px {
    margin-bottom: 40px !important;
  }

  .smb-50px {
    margin-bottom: 50px !important;
  }

  .smb-60px {
    margin-bottom: 60px !important;
  }

  .smb-70px {
    margin-bottom: 70px !important;
  }

  .smb-80px {
    margin-bottom: 80px !important;
  }

  .smb-90px {
    margin-bottom: 90px !important;
  }

  .smb-100px {
    margin-bottom: 100px !important;
  }

  .sml-10px {
    margin-left: 10px !important;
  }

  .sml-20px {
    margin-left: 20px !important;
  }

  .sml-30px {
    margin-left: 30px !important;
  }

  .sml-40px {
    margin-left: 40px !important;
  }

  .sml-50px {
    margin-left: 50px !important;
  }

  .sml-60px {
    margin-left: 60px !important;
  }

  .sml-70px {
    margin-left: 70px !important;
  }

  .sml-80px {
    margin-left: 80px !important;
  }

  .sml-90px {
    margin-left: 90px !important;
  }

  .sml-100px {
    margin-left: 100px !important;
  }

  .smr-10px {
    margin-right: 10px !important;
  }

  .smr-20px {
    margin-right: 20px !important;
  }

  .smr-30px {
    margin-right: 30px !important;
  }

  .smr-40px {
    margin-right: 40px !important;
  }

  .smr-50px {
    margin-right: 50px !important;
  }

  .smr-60px {
    margin-right: 60px !important;
  }

  .smr-70px {
    margin-right: 70px !important;
  }

  .smr-80px {
    margin-right: 80px !important;
  }

  .smr-90px {
    margin-right: 90px !important;
  }

  .smr-100px {
    margin-right: 100px !important;
  }

  .sp-15px {
    padding: 15px 0px !important;
  }

  .spt-0 {
    padding-top: 0 !important;
  }

  .spb-0 {
    padding-bottom: 0 !important;
  }

  .spl-0 {
    padding-left: 0 !important;
  }

  .spr-0 {
    padding-right: 0 !important;
  }

  .spt-10px {
    padding-top: 10px !important;
  }

  .spt-20px {
    padding-top: 20px !important;
  }

  .spt-30px {
    padding-top: 30px !important;
  }

  .spt-40px {
    padding-top: 40px !important;
  }

  .spt-50px {
    padding-top: 50px !important;
  }

  .spt-60px {
    padding-top: 60px !important;
  }

  .spt-70px {
    padding-top: 70px !important;
  }

  .spt-80px {
    padding-top: 80px !important;
  }

  .spt-90px {
    padding-top: 90px !important;
  }

  .spt-100px {
    padding-top: 100px !important;
  }

  .spb-10px {
    padding-bottom: 10px !important;
  }

  .spb-20px {
    padding-bottom: 20px !important;
  }

  .spb-30px {
    padding-bottom: 30px !important;
  }

  .spb-40px {
    padding-bottom: 40px !important;
  }

  .spb-50px {
    padding-bottom: 50px !important;
  }

  .spb-60px {
    padding-bottom: 60px !important;
  }

  .spb-70px {
    padding-bottom: 70px !important;
  }

  .spb-80px {
    padding-bottom: 80px !important;
  }

  .spb-90px {
    padding-bottom: 90px !important;
  }

  .spb-100px {
    padding-bottom: 100px !important;
  }

  .spl-10px {
    padding-left: 10px !important;
  }

  .spl-15px {
    padding-left: 15px !important;
  }

  .spl-20px {
    padding-left: 20px !important;
  }

  .spl-30px {
    padding-left: 30px !important;
  }

  .spl-40px {
    padding-left: 40px !important;
  }

  .spl-50px {
    padding-left: 50px !important;
  }

  .spl-60px {
    padding-left: 60px !important;
  }

  .spl-70px {
    padding-left: 70px !important;
  }

  .spl-80px {
    padding-left: 80px !important;
  }

  .spl-90px {
    padding-left: 90px !important;
  }

  .spl-100px {
    padding-left: 100px !important;
  }

  .spr-10px {
    padding-right: 10px !important;
  }

  .spr-15px {
    padding-right: 15px !important;
  }

  .spr-20px {
    padding-right: 20px !important;
  }

  .spr-30px {
    padding-right: 30px !important;
  }

  .spr-40px {
    padding-right: 40px !important;
  }

  .spr-50px {
    padding-right: 50px !important;
  }

  .spr-60px {
    padding-right: 60px !important;
  }

  .spr-70px {
    padding-right: 70px !important;
  }

  .spr-80px {
    padding-right: 80px !important;
  }

  .spr-90px {
    padding-right: 90px !important;
  }

  .spr-100px {
    padding-right: 100px !important;
  }
}

.l-xs-1,
.l-xs-10,
.l-xs-11,
.l-xs-12,
.l-xs-2,
.l-xs-3,
.l-xs-4,
.l-xs-5,
.l-xs-6,
.l-xs-7,
.l-xs-8,
.l-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.ls-xs-1,
.ls-xs-10,
.ls-xs-11,
.ls-xs-12,
.ls-xs-2,
.ls-xs-3,
.ls-xs-4,
.ls-xs-5,
.ls-xs-6,
.ls-xs-7,
.ls-xs-8,
.ls-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.l-xs-1,
.l-xs-10,
.l-xs-11,
.l-xs-12,
.l-xs-2,
.l-xs-3,
.l-xs-4,
.l-xs-5,
.l-xs-6,
.l-xs-7,
.l-xs-8,
.l-xs-9 {
  flex: 0 0 auto;
}

.lm-xs-1,
.lm-xs-10,
.lm-xs-11,
.lm-xs-12,
.lm-xs-2,
.lm-xs-3,
.lm-xs-4,
.lm-xs-5,
.lm-xs-6,
.lm-xs-7,
.lm-xs-8,
.lm-xs-9 {
  flex: 0 0 auto;
}

.ls-xs-1,
.ls-xs-10,
.ls-xs-11,
.ls-xs-12,
.ls-xs-2,
.ls-xs-3,
.ls-xs-4,
.ls-xs-5,
.ls-xs-6,
.ls-xs-7,
.ls-xs-8,
.ls-xs-9 {
  flex: 0 0 auto;
}

.l-xs-1,
.ls-xs-1 {
  width: 8.33333%;
}

.l-xs-2,
.ls-xs-2 {
  width: 16.66667%;
}

.l-xs-3,
.ls-xs-3 {
  width: 25%;
}

.l-xs-4,
.ls-xs-4 {
  width: 33.33333%;
}

.l-xs-5,
.ls-xs-5 {
  width: 41.66667%;
}

.l-xs-6,
.lm-xs-6,
.ls-xs-6 {
  width: 50%;
}

.l-xs-7,
.ls-xs-7 {
  width: 58.33333%;
}

.l-xs-8,
.ls-xs-8 {
  width: 66.66667%;
}

.l-xs-9,
.ls-xs-9 {
  width: 75%;
}

.l-xs-10,
.ls-xs-10 {
  width: 83.33333%;
}

.l-xs-11,
.ls-xs-11 {
  width: 91.66667%;
}

.l-xs-12,
.ls-xs-12 {
  width: 100%;
}

@media all and (max-width:767px) {

  .ls-xs-1,
  .ls-xs-10,
  .ls-xs-11,
  .ls-xs-12,
  .ls-xs-2,
  .ls-xs-3,
  .ls-xs-4,
  .ls-xs-5,
  .ls-xs-6,
  .ls-xs-7,
  .ls-xs-8,
  .ls-xs-9 {
    width: 100%;
  }

  .l-xs-1,
  .l-xs-10,
  .l-xs-11,
  .l-xs-12,
  .l-xs-2,
  .l-xs-3,
  .l-xs-4,
  .l-xs-5,
  .l-xs-6,
  .l-xs-7,
  .l-xs-8,
  .l-xs-9,
  .lm-xs-6 {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------------------------------------------------*/
@media all and (max-width:767px) {
  .breadcump ul li {
    float: none !important;
    display: inline;
  }

  .breadcump ul {
    /* overflow-x: scroll;*/
    white-space: nowrap;
    box-sizing: border-box;
  }

  .breadcump {
    padding: 5px 0 !important;
  }
}

.container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.scontainer {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.srow {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.mrow {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

/*------------
Header
---------------
--------------*/
.header-left {
  box-sizing: border-box;
  float: left;
}

.menu-header li {
  display: block;
  box-sizing: border-box;
  float: left;
  padding: 0px 0px 10px 0px;
}

.header-right {
  box-sizing: border-box;
  float: right;
  position: absolute;
  right: 0;
  top: -3px;
}

.menu-list {
  display: flex;
}

.header-btn01 {
  background: #fff;
  color: #011f8f;
  border: 1px solid #011f8f;
  display: block;
  width: 132px;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 28px 10px 0 0;
}

.header-btn02 {
  background: #011f8f;
  color: #fff;
  border: 1px solid #011f8f;
  display: block;
  width: 132px;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 28px 35px 0 0;
}

.header-btn03 {
  background: #FD850A;
  color: #fff;
  display: block;
  width: 177px;
  text-align: center;
  height: 61px;
  line-height: 61px;
  letter-spacing: 0.5px;
}

.header-btn04 {
  background: #585858;
  color: #fff;
  display: block;
  width: 106px;
  text-align: center;
  height: 61px;
  line-height: 61px;
  letter-spacing: 0.5px;
}

.menu-header li {
  display: block;
  box-sizing: border-box;
  float: left;
  padding: 10px 0px 10px 0px;
}

.menu-header li>a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #000;
}

.menu-header a {
  padding: 0px 20px;
}

.menu-btn {
  display: block;
  height: 50px;
  /* width: 50px; */
}

.menu-btn>div {
  display: block;
  height: 50px;
  width: 26px;
  backface-visibility: hidden;
}

.open_menu .menu-btn>div::after {
  top: 24px;
  transform: rotate(-225deg);
}

.open_menu .menu-btn {
  top: 5px;
}

.open_menu .menu-btn>div {
  top: -12px;
}

.menu,
.menu-btn,
.menu-btn>div {
  right: 0;
  position: absolute;
  top: -3px;
}

.menu-btn>div::before {
  top: 16px;
}

.menu-btn>div>i {
  top: 24px;
}

.menu-btn>div i,
.menu-btn>div::after,
.menu-btn>div::before {
  background-color: #585858;
  content: " ";
  height: 3px;
  left: 0;
  position: absolute;

  transition: all .4s ease-out;
  width: 26px;
}

.menu-btn>div::after {
  top: 32px;
}

.open_menu .menu-btn>div>i {
  opacity: 0;
}

.open_menu .menu {}

.menu {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 0;
}

.open_menu .menu-btn>div::before {
  top: 24px;
  transform: rotate(225deg);
}

.logo-title {
  font-size: 12px;
  margin: 10px 0 5px 0;
}

.menu-header li:first-child>a {
  border: 0;
  padding-left: 0;
}

header {
  background: #fff;
  box-shadow: 0 0.105rem 0.25rem rgba(0, 0, 0, .3);
}

/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/
/*
footer {
  border-top: 5px solid #011F8F;
  position: relative;
  background: #011f8f;
  padding-bottom: 100px;
  color: #fff;
}*/

footer#no_fixed_wrap {
  padding-bottom: 20px;
}

.ft-tbl td {
  vertical-align: top;
}

.ft-txtleft p {
  line-height: 1.8em;
  letter-spacing: 1px;
}

.ft-menu-list li {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.ft-menu-header li:first-child>a {
  border: 0;
  padding-left: 0;
}

.ft-menu-header li {
  display: block;
  box-sizing: border-box;
  float: left;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
}

.ft-menu-header li>a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}

.ft-menu-header a {
  padding: 0px 20px;
}

.ft-btn01,
.ft-btn02 {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  float: right;
}

.ft-btn01 {
  background-color: #707070;
}

.ft-btn02 {
  background-color: #33ACFF;
}

/*------------------------------------------------------------
    PAGE TOP
------------------------------------------------------------*/
#pagetop {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  position: relative;
}

#pagetop .pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: calc((100% - 960px)/2);
  bottom: 99px;
  z-index: 3;
  display: none;
}

/*------------------------------------------------------------
   footer
------------------------------------------------------------*/
#nav_fixed {
  position: fixed;
  bottom: 0px;
  z-index: 9;
  display: none;
  width: 100%;
  background: rgba(256, 256, 256, 0.3);
  padding: 25px 0;
}

.fixed_btn li {
  display: table;
  height: 50px;
}

.fixed_btn li a {
  background: #011F8F;
  color: #fff;
  vertical-align: middle;
  width: 100%;
  display: table-cell;
  text-align: center;
  font-weight: bold;
}

header.scroll-visual {
  background: rgba(255, 255, 255, 0.8) !important;
}

@media all and (min-width:768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 11;
  }

  #top header {
    background: none;
    box-shadow: none;
  }

  .banner-sec {
    padding-top: 112px;
  }

  .main-title.one-ttl {
    padding-bottom: 83px;
  }

  a:not(.hbtn):hover {
    opacity: 0.5;
  }

  .hbtn:hover::after,
  .slick-prev:hover::after,
  .slick-next:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
  }

  .fixed_btn li a.hbtn {
    height: 50px;
    display: block;
    line-height: 50px;
  }

  .hbtn {
    position: relative;
    display: block;
  }

  .ft-txtleft a {
    display: inline-block !important;
    line-height: 0;
  }

  .back-to-top {
    border-radius: 50%;
    line-height: 0;
  }

  header .container {
    max-width: 960px;
  }
}

@media all and (max-width:767px) {
  .main-menu {
    background: #F2F8FF;
    width: calc(100% - 60px);
    margin-left: 60px;
    display: none;
  }

  .logo img {
    width: 100%;
    max-width: 150px;
  }

  .menu-header li {
    float: none;
    padding: 0;
    background: url("../images/icon_h_01.svg") no-repeat right 20px center;
    background-size: 16px;
  }

  .menu-header li>a {
    border-left: 0;
    padding: 25px 20px !important;
    border-bottom: 1px dashed #D6D5D5 !important;
  }

  header.open_menu {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) !important;
    height: 100%;
    z-index: 99;
  }

  .header-left,
  .header-left .header-right {
    background: #fff;
  }

  .menubody-open {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
  }

  header.open_menu>.container {
    width: 100%;
    height: 100%;
    overflow: visible;
    overflow-y: scroll;
    position: fixed;
    padding: 0px;
  }

  header>.container {
    width: 100%;
    position: fixed;
    z-index: 9999;
  }

  header .h-firtrow {
    padding: 10px;
    background: #fff;
    margin: 0;
    display: block;
    width: 100%;
    box-shadow: 0 0.105rem 0.25rem rgba(0, 0, 0, .3);
    z-index: 4 !important;
  }

  header .row {
    margin: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 3
  }

  .header-right {
    position: relative;
    top: auto;
    right: auto;
  }

  .header-btn03,
  .header-btn04 {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
    padding: 0 5px;
    box-sizing: border-box;
    letter-spacing: 0;
  }

  .header-right {
    width: 65%;
  }

  .header-left {
    width: 35%;
    padding-right: 5px;
  }

  .menu-list li {
    padding: 0 2.5px;
  }

  .menu-list {
    width: calc(100% - 30px);
    padding-right: 5px;
  }

  .header-btn03w {
    width: 65%;
  }

  .header-btn04w {
    width: 35%;
  }

  .header-btn01 {
    border-radius: 0;
    width: 100%;
    height: auto;
    line-height: 1.3em;
    padding: 15px 0;
    font-size: 14px;
    margin: 15px 0;
  }

  .menu-header-btn {
    padding: 0 20px;
    box-sizing: border-box;
  }

  header .ft-btn01,
  header .ft-btn02 {
    float: none;
    width: 50%;
    height: auto;
    line-height: 1.3em;
    padding: 15px 0;
    font-size: 13px;
    margin: 0 2.5px;
  }

  .menu-twocol {
    display: flex;
    margin: 0 -2.5px;
    padding: 0 0 30px 0;
  }

  .fixed_btn .l-xs-4 {
    width: 33.33333%;
    padding: 0;
    float: left;
  }

  .fixed_btn .row {
    margin: 0;
  }

  .fixed_btn li a {
    font-size: 11px;
    line-height: 1.5em;
    border-left: 1px solid #fff;
  }

  .fixed_btn li:first-child a {
    border-left: 0;
  }

  #nav_fixed {
    background: none;
    padding: 0;
  }

  footer {
    padding-bottom: 50px;
  }

  #pagetop .pagetop {
    width: 40px;
    height: 40px;
    bottom: 80px;
  }

  .mrow {
    display: block;
    margin: 0;
  }

  footer .ft-btn01,
  footer .ft-btn02 {
    width: 100%;
  }

  .ft-sp-twocol li:first-child {
    padding-right: 5px;
  }

  .ft-sp-twocol li:last-child {
    padding-left: 5px;
  }

  .ft-sp-twocol ul {
    display: flex;
    margin: 0;
  }

  .ft-sp-twocol li {
    width: 50%;
    box-sizing: border-box;
  }

  .ft-sp-twocol {
    padding: 0 !important;
  }

  #pagetop .pagetop {
    right: 20px;
  }

  .ft-tbl-01 {
    width: 37px;
  }

  .ft-max200 {
    max-width: 200px;
    vertical-align: bottom;
  }

  .ft-tbl {
    padding: 10px 0;
  }

  .ft-txtleft p {
    letter-spacing: 0px;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  padding: 11px 0;
  border-radius: 0 5px 5px 0px;
  font-size: 13px;
  line-height: 1.5em;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 13px 10px;
  color: #146DE3;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  font-size: 13px;
  font-weight: bold;
}

.btn-search {
  background: url("../images/icon_h_02.svg")#fff no-repeat right 10px center;
  padding-right: 34px;
}

.link-btn01 {
  background: url("../images/icon_h_04.svg") no-repeat right 20px center;
  border: 1px solid #fff;
  max-width: 233px;
  display: block;
  padding: 16px 50px 16px 20px;
  width: 100%;
  margin-top: 20px;
  line-height: 1em;
  font-size: 14px;
  background-size: 31px 7px;
}

.link-btn02 {
  background: url("../images/icon_h_05.svg") no-repeat right center;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
  background-size: 25px 7px;
}

.ttl-01wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  z-index: 1;
}

.ttl-01wrap::before {
  content: "";
  position: absolute;
  width: calc((100% - 960px)/2 - 25px);
  height: 20px;
  background: #000;
  top: calc(50% - 5px);
  left: 0;
  z-index: 2;
}

.ttl-01wrap.dblue::before {
  content: "";
  position: absolute;
  width: calc((100% - 960px)/2 - 25px);
  height: 20px;
  background: #011F8F;
  top: calc(50% - 5px);
  left: 0;
  z-index: 2;
}

.ttl-01wrap.lblue::before {
  content: "";
  position: absolute;
  width: calc((100% - 960px)/2 - 25px);
  height: 20px;
  background: #04AFFE;
  top: calc(50% - 5px);
  left: 0;
  z-index: 2;
}

.max-width960 {
  max-width: 960px;
  margin: 0 auto;
}

.max-width820 {
  max-width: 820px;
  margin: 0 auto;
}

.big-col {
  display: flex;
}

.big-col-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.big-col-6:first-child {
  padding-right: 20px;
}

.big-col-6:last-child {
  padding-left: 20px;
}

/*commom parts*/
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.inner-sec {
  margin-right: -10px;
  margin-left: -10px;
}

/*banner section*/
.banner-sec {
  background-image: url("../images/banner_circle_bg.png"), url("../images/banner_bg.jpg");
  background-position: center bottom, left top;
  background-repeat: no-repeat, repeat;
  border-bottom: 4px solid #585858;
  background-size: 217px, contain;
}

.banner-sec-inner {
  align-items: center;
  align-content: center;
  height: 156px;
  display: flex;
}

.banner-sec-inner .main-title {
  width: 100%;
  padding: 0 0 10px;
  line-height: 0.8;
}

.main-title {
  text-align: center;
  font-size: 24px;
  padding: 46px 0 63px;
  letter-spacing: 1px;
}

.main-title span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 10px;
}

/*banner section*/
/*breadcrumb*/
.breadcrumb {
  padding-top: 10px;
}

.breadcrumb ul li {
  display: inline;
  position: relative;
  margin-left: 15px;
  color: #585858;
  font-size: 12px;
  line-height: 10px;
  border-bottom: 1px solid;
}

.breadcrumb ul li:first-child {
  text-decoration: none;
  margin-left: 0;
  border: none;
}

.breadcrumb ul li:first-child::before {
  display: none;
}

.breadcrumb ul li::before {
  content: ">";
  position: absolute;
  left: -13px;
  width: 7px;
  height: 7px;
  top: 3px;
}

.breadcrumb ul li a:hover {
  opacity: 0.8;
}

/*breadcrumb*/
/*social button*/
.social-sec {
  margin-top: 20px;
}

.social-sec-inner {
  width: 212px;
  float: right;
}

.social-sec .social-sec-inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -2px;
  margin-right: -2px;
}

.social-sec .social-sec-inner ul li {
  display: inline-block;
  width: 33.33%;
  padding: 0 2px;
  box-sizing: border-box;
}

.social-sec .social-sec-inner ul li a {
  display: inline-block;
}

.social-sec .social-sec-inner ul li a img {
  width: 100% !important;
}

.social-sec .social-sec-inner ul li a:hover {
  opacity: 0.8;
}

.share-text {
  padding-bottom: 5px;
  font-size: 13px;
}

/*social button*/
/*common block01*/
.common-block01 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 140px;
  margin-top: 55px;
}

.common-block01 .img-block {
  max-width: 722px;
}

.common-block01 .text-block {
  position: relative;
  z-index: 2;
  width: 418px;
  right: 0;
  margin-left: auto;
  margin-top: -8.35em;
  background: #fff;
  padding: 33px 0px 0px 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  min-height: 165px;
  letter-spacing: 1.5px;
}

.common-block01 .text01 {
  line-height: 1.8;
  margin-top: 37px;
}

.common-block02 .text-block {
  padding: 40px 0px 0px 0px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 1.5px;
}

.common-block02 {
  max-width: 722px;
  margin: 50px auto 90px auto;
}

/*common block01*/
/*common title02*/
.common-title02::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/common_title02.jpg")no-repeat;
  background-size: contain;
}

.common-title02 {
  position: relative;
  padding-left: 25px;
  line-height: 1;
  font-size: 18px;
}

/*common title02*/
/*contact section*/
.contact-sec {
  background: url("/jinzai/pro/images/top/top_banner_pattern02.png");
  background-repeat: repeat;
  background-position: top center;
}

.contact-sec .contact-sec-inner {
  padding: 30px 0 49px 0;
  box-sizing: border-box;
  line-height: 1.5;
  max-width: 820px;
  margin: 0 auto;
}

.contact-sec.last .contact-sec-inner .text01 {
  padding-bottom: 4px;
}

.contact-sec .contact-sec-inner .text01 {
  font-size: 16px;
  padding-bottom: 15px;
  /*    color: #585858;*/
}

.contact-sec .contact-sec-inner .text02 {
  line-height: 2;
}

.contact-sec .contact-sec-inner form input[type=text] {
  border: 1px solid #ccc;
  padding: 20px 25px;
  box-sizing: border-box;
  width: 637px;
}

.contact-sec .contact-sec-inner form input[type=submit] {
  width: 176px;
  background-color: #011f8f;
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  height: 56px;
  -webkit-appearance: none;

  appearance: none;
  border-radius: 0;
}

.contact-sec .contact-sec-inner form input[type=submit]:hover {
  opacity: 0.5;
  transition: all 300ms ease-in;
}

.contact-sec .contact-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.contact-sec .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #707070;
}

.contact-sec .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

.contact-sec .contact-form ::placeholder {
  color: #707070;
}

/*contact section*/
/*common button01*/
.common-btn01-cov {
  text-align: center;
}

.common-btn01 {
  color: #fff;
  background: #146DE3;
  max-width: 270px;
  display: block;
  margin: 0 auto;
  padding: 15px 0px;
  font-weight: bold;
}

/*common button01*/
/*commom parts*/
@media all and (max-width:767px) {

  .srow,
  .row {
    margin: 0;
    display: block;
  }

  .big-col {
    display: block;
  }

  .row.fixed_btn {
    display: block;
  }

  .container {
    padding: 0;
  }

  .max-width960,
  .max-width820 {
    padding: 0 20px;
  }

  .l-xs-1,
  .l-xs-10,
  .l-xs-11,
  .l-xs-12,
  .l-xs-2,
  .l-xs-3,
  .l-xs-4,
  .l-xs-5,
  .l-xs-6,
  .l-xs-7,
  .l-xs-8,
  .l-xs-9,
  .lm-xs-6,
  .ls-xs-1,
  .ls-xs-10,
  .ls-xs-11,
  .ls-xs-12,
  .ls-xs-2,
  .ls-xs-3,
  .ls-xs-4,
  .ls-xs-5,
  .ls-xs-6,
  .ls-xs-7,
  .ls-xs-8,
  .ls-xs-9 {
    padding: 0 20px;
  }

  .link-btn02 {
    padding-right: 50px;
    background-position: right 20px center;
    font-weight: bold;
  }

  .ft-txtleft {
    font-size: 12px;
  }

  .ft-site-ttl {
    font-size: 10px;
  }

  .ft-menu-header li {
    font-size: 11px;
    padding: 5px 0 5px 0;
  }

  .copy-right {
    font-size: 10px;
  }

  /*common part*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: auto;
    cursor: pointer;
  }

  /*banner section*/
  .banner-sec {
    padding-top: 50px;
    background-size: 110px, contain;
  }

  .banner-sec-inner {
    height: 92px;
  }

  .main-title {
    font-size: 16px;
    padding: 20px 0 45px;
  }

  .one-ttl.main-title {
    padding: 20px 0 55px;
  }

  .main-title span {
    padding-top: 5px;
    letter-spacing: 0px;
    font-size: 11px;
  }

  /*banner section*/
  /*breadcrumb*/
  .breadcrumb ul li {
    font-size: 12px;
  }

  .breadcrumb ul li::before {
    left: -12px;
    top: 2px;
  }

  .breadcrumb {
    margin-left: 10px;
    display: none;
  }

  /*breadcrumb*/
  .common-block02 .text-block {
    font-size: 14px;
    padding: 20px !important;
    line-height: 1.8em !important;
    letter-spacing: 0.5px !important;
  }

  .common-block02 {
    margin: 20px 0 20px 0;
  }

  /*common block01*/
  .common-block01 .text-block {
    font-size: 14px;
    width: 90%;
  }

  .common-block01 {
    margin-top: 18px;
    margin-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .common-block01 .img-block {
    max-width: none;
  }

  .common-block01 .img-block img {
    width: 100%;
  }

  .common-block01 .text-block {
    font-size: 14px;
    width: 90%;
    padding: 20px 15px 20px 20px !important;
    line-height: 1.8em !important;
    letter-spacing: 0.5px !important;
    margin-top: -2.9em;
    min-height: inherit;
  }

  .common-block01 .text01 {
    font-size: 13px;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /*common block01*/
  /*social button*/
  .social-sec-inner {
    width: 44%;
    max-width: 157px;
    float: right;
    margin-right: 11px;
  }

  .social-sec .social-sec-inner ul {
    margin-left: -1px;
    margin-right: -1px;
  }

  .social-sec-inner ul li:last-child {
    margin-right: 0;
  }

  .share-text {
    font-size: 11px;
  }

  .social-sec {
    margin-top: 10px;
  }

  .social-sec .social-sec-inner ul li {
    padding: 0 1px;
  }

  /*social button*/
  /*common title01*/
  .common-title01 .jp-text {
    font-size: 18px;
  }

  .common-title01 {
    background-position: -123px center;
    line-height: 2;
  }

  .common-title01 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*common title01*/
  /*common title02*/
  .common-title02 {
    font-size: 16px;
    padding-left: 20px;
    line-height: 1.5em;
  }

  .common-title02::before {
    width: 14px;
    height: 12px;
    top: 8px;
  }

  /*common title02*/
  /*contact section*/
  .contact-sec .contact-sec-inner .text01 {
    font-size: 13px;
    padding-bottom: 7px;
  }

  .contact-sec .contact-sec-inner .text02 {
    font-size: 13px;
    line-height: 1.65;
    padding-bottom: 25px;
  }

  .contact-sec .contact-sec-inner {
    padding: 20px 20px 26px 20px;
  }

  .contact-sec .contact-sec-inner form input[type=text] {
    padding: 12px 10px;
    margin-right: 2%;
    width: 68%;
    -webkit-appearance: none;

    appearance: none;
    border-radius: 0;
  }

  .contact-sec .contact-sec-inner form input[type=submit] {
    width: 30%;
    font-size: 13px;
    height: 40px;
    padding: 0 15px;
    -webkit-appearance: none;

    appearance: none;
    border-radius: 0;
  }

  .contact-sec .contact-form {
    margin-top: 10px;
  }

  .common-btn01 {
    max-width: none;
  }

  .common-btn01-cov {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*contact section*/
  /*common part*/
}

/*common checkbox*/
.ch-container {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  font-weight: normal;
}

.ch-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #707070;
}

.ch-container input:checked~.checkmark {
  background-color: #fff;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.ch-container input:checked~.checkmark::after {
  display: block;
}

.ch-container .checkmark::after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.btn-search-com01 {
  background: #011F8F;
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 10px 0;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-search-com01w {
  max-width: 242px;
  margin: 0 auto;
}

.search-plus {
  background: url("../images/icon_s_02.svg") no-repeat right center;
  padding-right: 20px;
  color: #011F8F;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: inline;
}

.search-plus.on {
  background: url("../images/icon_s_02_on.svg") no-repeat right center;
}

.search-plusw {
  text-align: center;
  overflow: hidden;
}

.com-btn-blue {
  color: #fff;
  background: #011F8F;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  display: block;
  letter-spacing: 1px;
}

.com-btn-white {
  color: #011F8F;
  font-weight: bold;
  text-align: center;
  padding: 11px 0;
  display: block;
  border: 1px solid #011F8F;
  letter-spacing: 1px;
}

.bookmark .com-btn-white::before {
  display: none;
}

.com-btn-white::before {
  content: " ";
  display: inline-block;
  background: url("../images/icon_s_04.svg") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
}

.com-btn-white.checked::before {
  background: url("../images/icon_s_04_on.svg") no-repeat;
  /* SDL210305 */
}

.search-plus::before,
.search-plus::after {
  background-color: #011F8F;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.search-plus::before {
  right: 25px;
  margin-left: -50%;
}

.search-plus::after {
  left: 45px;
  margin-right: -50%;
}

.custom-select select {
  display: inline-block;
  width: 100%;
  padding: 0px 14px 0px 14px;
  margin: 0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  border: 1px solid #DEDEDE;
  -webkit-appearance: none;
  height: 37px;
  background: #fff;
}

select::-ms-expand {
  display: none;
}

.custom-select::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.385' height='7.399' viewBox='0 0 13.385 7.399'%3E%3Cpath id='Path_2550' data-name='Path 2550' d='M925.115,2553.813l-6.339,6.339-6.339-6.339' transform='translate(-912.084 -2553.459)' fill='none' stroke='%23262626' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10px;
  display: inline-block;
  top: 3px;
  pointer-events: none;
  width: 13px;
  height: 7px;
}

.custom-select {
  position: relative;
}

.search-txtbox {
  border: 1px solid #DEDEDE;
  -webkit-appearance: none;
  appearance: none;
  max-width: 41px;
  line-height: 37px;
  height: 37px;
  padding: 0px 14px 0px 14px;
}

@media screen and (max-width: 767px) {

  .btn-search-com01,
  .search-plus {
    font-size: 14px;
  }

  .btn-search-com01 {
    padding: 12px 0;
  }
}

/*
---------------------------------------
common 15/01
---------------------------------------
*/
.common-title-blue {
  font-size: 16px;
  color: #011F8F;
  font-weight: bold;
}

.common-titlunderline {
  font-size: 16px;
  border-bottom: 1px solid #585858;
  padding: 0 0 5px 0;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.com-btn-gray {
  background: #707070;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 16.5px 0;
  letter-spacing: 1px;
}

.noeg .ttl-01 {
  padding-bottom: 30px;
}

.bg-lblue {
  background: #F3F8FE;
}

.txt-blue {
  color: #011F8F;
}

/*point*/
.point-section {
  padding: 86px 0 80px 0;
  background: #F3F8FE;
}

.point-section .point-box {
  width: 31.5%;
  position: relative;
}

.point-section .point-box .img {
  padding: 0 8%;
  z-index: 1;
}

.point-section .point-box .point-step {
  width: 50px;
  height: 50px;
  background: #011F8F;
  position: absolute;
  top: -24px;
  left: 0;
}

.point-section .point-box .point-step p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  padding-top: 4px;
}

.point-section .point-box .point-step p span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.point-section .point-box .text-box01 {
  display: flex;
  justify-content: flex-end;
  margin-top: -47px;
}

.point-section .point-box .text-box01 .text-box01-inner {
  width: 83%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  min-height: 99px;
  padding: 10px 21px;
  box-sizing: border-box;
  z-index: 2;
}

.point-section .point-box .text-box01 .text-box01-inner p {
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.8px;
}

.point-section .point-box .text-box02 {
  text-align: center;
  padding-left: 8%;
  margin-top: 17px;
}

.point-section .point-box .text-box02 p {
  text-align: left;
  margin-top: 12px;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .point-section {
    padding: 70px 0 40px 0;
  }

  .point-section .point-box {
    width: 100%;
    margin-bottom: 70px;
  }

  .point-section .point-box:last-child {
    margin-bottom: 0;
  }

  .point-section .point-box .img {
    padding: 0 20px;
  }

  .point-section .point-box .img img {
    width: 100%;
  }

  .point-section .point-box .text-box01 .text-box01-inner {
    width: 87%;
    min-height: 72px;
  }

  .point-section .point-box .point-step {
    width: 44px;
    height: 44px;
  }

  .point-section .point-box .point-step p {
    font-size: 11px;
  }

  .point-section .point-box .point-step p span {
    font-size: 16px;
  }

  .point-section .point-box .text-box01 .text-box01-inner p,
  .point-section .point-box .text-box02 p {
    font-size: 13px;
  }

  .point-section .point-box .text-box02 {
    margin-top: 20px !important;
    padding-left: 0 !important;
  }

  .point-section .point-box .text-box01 .text-box01-inner p {
    letter-spacing: 0.5px;
  }

  .point-section .point-box .text-box02 p {
    margin-top: 25px;
    padding-left: 0;
    letter-spacing: 0.5px;
  }
}

/*end of point*/
/*common step*/
.common-step-section .step-box {
  width: 23.4%;
  position: relative;
}

.common-step-section .step-box .step-tlt {
  background: #011F8F;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
  height: 130px;
}

.common-step-section .step-box::after {
  content: '';
  width: 22px;
  height: 13px;
  background: url("../images/double_arrow.png")no-repeat;
  position: absolute;
  transform: rotate(-90deg);
  right: -10%;
  background-size: contain;
  top: 19%;
}

.common-step-section .step-box:last-child::after {
  background: none;
  right: 0;
}

.common-step-section .step-box .step-tlt p:last-child {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
}

.common-step-section .step-box .step-tlt p.step-no {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #011F8F;
  box-sizing: border-box;
  color: #011F8F;
  border-radius: 50%;
  position: absolute;
  top: -26px;
  left: 50%;
  font-weight: bold;
  transform: translateX(-50%);
}

.common-step-section .step-box .step-tlt p.step-no span {
  display: block;
}

.common-step-section .step-box .step-tlt p.step-no span:first-child {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-top: 7px;
}

.common-step-section .step-box .step-tlt p.step-no span:last-child {
  font-size: 20px;
}

.common-step-section .ttl-01 {
  margin-bottom: 84px !important;
}

.common-step-section .step-content {
  border: 1px solid #011F8F;
  padding: 13px 20px 13px 20px;
  font-size: 13px;
  line-height: 1.8em;
  box-sizing: border-box;
  min-height: 121px;
}

.common-step-section {
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .one-ttl.main-title {
    padding: 20px 0 55px;
  }

  .common-step-section .step-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .common-step-section .step-box:last-child {
    margin-bottom: 0;
  }

  .common-step-section .step-box .step-tlt {
    height: auto;
  }

  .common-step-section .step-box .step-tlt p.step-no {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }

  .common-step-section .step-box .step-tlt p:last-child {
    font-size: 14px;
    padding: 20px 0 20px 65px;
    text-align: left;
  }

  .common-step-section .step-box .step-tlt p.step-no span:first-child {
    font-size: 11px;
  }

  .common-step-section .step-box .step-tlt p.step-no span:last-child {
    font-size: 15px;
  }

  .common-step-section .step-content {
    padding: 13px 10px;
    min-height: 75px;
  }

  .common-step-section .step-box::after {
    width: 29px !important;
    height: 18px !important;
    bottom: -27px;
    right: inherit !important;
    top: inherit !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .common-step-section {
    margin-bottom: 70px;
  }
}

.back {
  background: #707070;
  color: #fff;
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 12.5px 0;
  border-radius: 25px;
  font-weight: bold;
}

/*小さな画面のときの調整*/
@media screen and (max-width: 320px) {

  .header-btn03,
  .header-btn04 {
    font-size: 10px;
  }

  .job-search-btnlist li {
    font-size: 13px;
  }

  .ttl-01 {
    font-size: 16px;
  }

  header .ft-btn01,
  header .ft-btn02,
  .header-btn01 {
    font-size: 11px;
  }
}