@charset "UTF-8";
/****reset
*****************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

input, select {
  vertical-align: middle;
}

/******************************************************************************
 * site_setting
*******************************************************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure {
  line-height: 0;
}

.color-green {
  color: #0c7d8c;
}

.color-white {
  color: #fff;
}

.tit {
  color: #1d5596;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
  padding: 100px 0 30px;
  position: relative;
  margin-bottom: 50px;
}

.tit:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background-color: #1d5596;
}

/****btn
*****************************************/
.cv-area {
  background-color: #edecec;
  padding: 100px 0 85px;
}

.cv-area02 {
  padding-top: 80px;
}

.cv a {
  display: block;
  text-align: center;
  width: 640px;
  line-height: 90px;
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.cv a:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px 0px 0px 0px #c4853a;
          box-shadow: 0px 0px 0px 0px #c4853a;
}

.cv-area02 .cv01 {
  margin-bottom: 40px;
}

.cv01 a {
  background-color: #ffbb1a;
  -webkit-box-shadow: 0px 5px 0px 0px #c4853a;
          box-shadow: 0px 5px 0px 0px #c4853a;
  background-image: url(../img/btn-icon01.png), url(../img/btn-arrow.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 30px center,562px center;
}

.cv02 a {
  background-color: #4dbfd2;
  -webkit-box-shadow: 0px 5px 0px 0px #227e8d;
          box-shadow: 0px 5px 0px 0px #227e8d;
  background-image: url(../img/btn-icon02.png), url(../img/btn-arrow.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 30px center,562px center;
}

/****head
*****************************************/
.header {
  position: relative;
  height: 80px;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(50, 48, 58, 0.1);
          box-shadow: 0px 2px 6px 0 rgba(50, 48, 58, 0.1);
  z-index: 10;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__inner {
  height: 80px;
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo01 {
  width: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.header__logo-txt {
  font-size: 15px;
  line-height: 1.6;
}

.header__logo02 {
  width: 138px;
  font-size: 0;
}

.main {
  padding-top: 160px;
  background: url(../img/main-bg.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
  height: 488px;
  margin-bottom: 178px;
}

.main-tag {
  width: 100px;
  height: 100px;
  background-color: #1d5596;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
}

.main-tag > .inner {
  line-height: 100px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
}

.main-tit {
  text-align: center;
  margin-bottom: 45px;
}

.main-txt {
  width: 650px;
  height: 210px;
  background-color: #25bdd3;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(86, 86, 86, 0.15);
          box-shadow: 0px 0px 16px 0px rgba(86, 86, 86, 0.15);
}

.main-txt:after {
  content: "";
  position: absolute;
  height: 196px;
  width: 636px;
  text-align: center;
  border: 1px solid #fff;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -99px auto 0;
}

.diagram {
  margin-bottom: 100px;
}

.diagram-item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(86, 86, 86, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(86, 86, 86, 0.15);
}

.diagram-tit {
  background-color: #1d5596;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 48px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}

.diagram-zu {
  border: 1px solid #1d5596;
  border-top: none;
  width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
  padding: 40px 0;
}

.diagram-txt {
  text-align: center;
  margin-bottom: 40px;
}

.diagram-list {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.diagram-item {
  width: 230px;
  position: relative;
}

.diagram-item01 {
  background: url(../img/diagram-img01.jpg) 0 0 no-repeat;
}

.diagram-item02 {
  background: url(../img/diagram-img02.jpg) 0 0 no-repeat;
}

.diagram-item03 {
  background: url(../img/diagram-img03.jpg) 0 0 no-repeat;
}

.diagram-item04 {
  background: url(../img/diagram-img04.jpg) 0 0 no-repeat;
}

.diagram-itemtit {
  height: 118px;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.diagram-itemtit > .no {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 28px;
  line-height: 28px;
  background-color: #22b2c5;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.diagram-itemtit .no-inner {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.diagram-itemtxt {
  padding: 0 20px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.function-subtit {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 60px;
  line-height: 40px;
  padding-left: 60px;
  position: relative;
  display: inline-block;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.function-subtit01:before {
  content: "";
  height: 40px;
  width: 42px;
  background: url(../img/function-tit-icon01.png) 0 0 no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}

.function-subtit02:before {
  content: "";
  height: 40px;
  width: 42px;
  background: url(../img/function-tit-icon02.png) 0 0 no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}

.function-subtit03:before {
  content: "";
  height: 40px;
  width: 42px;
  background: url(../img/function-tit-icon03.png) 0 0 no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}

.function-listwrap {
  background-color: #f6f6f6;
  padding: 60px 0 30px;
}

.function-list {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.function-item {
  margin: 0 25px 30px 0;
}

.function-item:nth-child(5n) {
  margin-right: 0;
}

.voice-txt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.voice-price-list{
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.voice-price-inner{
  display: flex;
  position: relative;
  line-height: 1;
}

.voice-price-inner:nth-child(1){
  margin-right: 12px;
  padding-right: 4px;
}

.voice-price-inner:nth-child(1)::after{
  content: "";
  position: absolute;
  right: 0;
  background-color: currentColor;
  width: 1px;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.voice-price-dt{
  font-weight: bold;
}

.voice-box{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.voice-box-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #1d5596;
  margin-bottom: 30px;
}

.voice-box-textarea{
  flex: 1;
}

.voice-box-inner{
  background-color: #d6e9f8;
  padding: calc(40/1100 * 100%) calc(60/1100 * 100%);
  display: flex;
}

.voice-box-zu{
  margin-right: calc(60/980 * 100%);
  width: calc(540/980 * 100%);
}

.voice-box-list{
  padding-top: 25px;
}

.voice-box-list-inner{
  margin-bottom: 25px;
}

.voice-box-list-inner-dt{
  color: #1d5596;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.voice-box-list-inner-dd{
  font-size: 16px;
  line-height: 1.8;
  display: flex;
}

.voice-box-list-inner-dd::before{
  content: "・";
}

.voice-box-title img{
  width: 85px;
}

.voice-box-attention{
  font-size: 16px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.voice-box-attention::before{
  content: "※";
}

.cooperation {
  margin-bottom: 90px;
}

.cooperation-txt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

.cooperation-zu {
  text-align: center;
}

.price {
  margin-bottom: 100px;
}

.price-tit {
  margin-bottom: 40px;
}

.price-tit:after {
  background-color: #fff;
}

.price-top {
  background-image: -webkit-linear-gradient(135deg, #105596 0%, #5682b2 100%);
  background-image: linear-gradient(-45deg, #105596 0%, #5682b2 100%);
  padding: 0 0 100px;
  margin-bottom: 60px;
}

.price-summary {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}

.price-zu {
  text-align: center;
  margin: 0 auto;
  width: 1000px;
  padding: 60px 0 40px;
  background-color: #fff;
}

.price-zuimg {
  margin-bottom: 30px;
}

.price-bottom {
  width: 1000px;
  margin: 0 auto;
}

.price-tablecap {
  font-weight: normal;
  border-left: 6px solid #25bdd3;
  line-height: 20px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.price-tablecap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 6px;
  background-color: #1d5596;
}

.price-table {
  width: 100%;
  border: 1px solid #1d5596;
}

.price-table tr:first-child {
  background-color: #1d5596;
  color: #fff;
}

.price-table th {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 15px 0;
}

.price-tabletop {
  margin-bottom: 50px;
}

.price-tabletop th {
  width: 50%;
}

.price-tabletop td {
  background-color: #edecec;
  padding: 20px;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
}

.price-tabletop td:first-child {
  border-right: 1px solid #1d5596;
}

.price-tablebottom {
  margin-bottom: 10px;
}

.price-tablebottom tr {
  background-color: #edecec;
}

.price-tablebottom tr:nth-child(3) {
  background-color: #f9f9f9;
}

.price-tablebottom td {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
}

/****footer
*****************************************/
.foot-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 0;
}

.foot-logo__img {
  width: 100px;
  margin-right: 30px;
}

.foot-logo__txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.footer {
  background-color: #1d5596;
  text-align: center;
}

.footer-top {
  padding: 35px 60px;
}

.footer-link {
  width: 760px;
  margin: 0 auto 30px;
}

.footer-link__item {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer-link__item a {
  color: #fff;
}

.footer-link__item a:hover {
  text-decoration: underline;
}

.footer-address {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.footer-bottom {
  text-align: center;
  line-height: 1;
  padding: 25px 0;
  background-color: #9e9e9e;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

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

.inline {
  display: inline;
}

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

/****text-align
*****************************************/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/****element-center
*****************************************/
.el-center {
  margin-right: auto;
  margin-left: auto;
}

.el-center-translate {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

/****float
*****************************************/
.flr {
  float: right;
}

.flr-pc {
  float: none;
}

@media only screen and (min-width: 768px) {
  .flr-pc {
    float: right;
  }
}

.fll {
  float: left;
}

.fll-pc {
  float: none;
}

@media only screen and (min-width: 768px) {
  .fll-pc {
    float: left;
  }
}

.cb {
  clear: both;
}

.fl-none {
  float: none;
}

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

.hidden {
  overflow: hidden;
}

/****flex
*****************************************/
/**親要素**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-pc {
  display: block;
}

@media only screen and (min-width: 768px) {
  .flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

@media only screen and (min-width: 768px) {
  .flex-inline-pc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-rltb-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (min-width: 768px) {
  .flex-column-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex-column-sp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .flex-column-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-align-content-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/**子要素**/
.flex-tb-center-child {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flex-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/****utility
*****************************************/
.color-green {
  color: #0c7d8c;
}

.color-white {
  color: #fff;
}

.attention {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.bg-none {
  background: none;
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

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

.txt-img {
  text-indent: -9999px;
  overflow: hidden;
}

.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.relative {
  position: relative;
}

.fz0 {
  font-size: 0;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.white-txt {
  color: #fff;
}

/****margin
*****************************************/
.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pb0 {
  padding-bottom: 0;
}

.elm-short-mrgb {
  margin-bottom: 2.66667vw;
}

@media only screen and (min-width: 768px) {
  .elm-short-mrgb {
    margin-bottom: 20px;
  }
}

.elm-mid-mrgb {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .elm-mid-mrgb {
    margin-bottom: 30px;
  }
}

.elm-lrg-mrgb {
  margin-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .elm-lrg-mrgb {
    margin-bottom: 40px;
  }
}

.block-short-mrgb {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 768px) {
  .block-short-mrgb {
    margin-bottom: 50px;
  }
}

.block-mid-mrgb {
  margin-bottom: 10.66667vw;
}

@media only screen and (min-width: 768px) {
  .block-mid-mrgb {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .block-lrg-mrgb {
    margin-bottom: 120px;
  }
}
/*# sourceMappingURL=style.css.map */