@charset "UTF-8";
/*---------------------------------------------
 font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Roboto:400,700&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
/*----------------------------------
	common
----------------------------------*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-size: 1.6rem;
  overflow: hidden;
  line-height: 1;
  color: #333;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 60px;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

ul {
  list-style: none;
}

@media screen and (min-width: 768px) {
  body {
    padding-bottom: 0px;
  }

  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.pcOnly {
  display: none;
}

.spOnly {
  visibility: visible;
}

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

  .spOnly {
    display: none;
  }

  a[href*="tel:"] {
    pointer-events: none;
  }
}
/*----------------------------------
	header
----------------------------------*/
header {
  overflow: auto;
}
header .header_bar {
  position: relative;
  top: 0;
  height: 60px;
  padding: 0 0 0 20px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_bar .inner {
  width: 100%;
  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: 0px 0px;
}
header .header_bar img {
  width: 300px;
  height: auto;
}
header .header_bar .btn_formLink, header .header_bar .contact {
  display: none;
}
header .fixed .header_bar, header .open .header-bar, header body:not(#home) .header-bar {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 768px) {
  header .header_bar {
    position: fixed;
    top: 0;
    height: 75px;
    padding: 0 10px;
    text-align: center;
  }
  header .header_bar img {
    width: 400px;
    height: auto;
  }
  header .header_bar .inner {
    width: 100%;
    max-width: 1200px;
    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;
    padding: 0px 0px;
  }
  header .header_bar .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_bar .btn_formLink {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  header .header_bar .btn_formLink a {
    display: inline-block;
    padding: 7px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d62a3f), to(#B80A1F));
    background: -o-linear-gradient(#d62a3f, #B80A1F);
    background: linear-gradient(#d62a3f, #B80A1F);
    border-bottom: 5px solid #910012;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .header_bar .btn_formLink a img {
    width: 180px;
    height: auto;
  }
  header .header_bar .btn_formLink a:hover {
    opacity: 0.7;
  }
  header .header_bar .contact {
    display: block;
    padding: 7px 20px;
    margin-left: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f86e2d), to(#f6481d));
    background: -o-linear-gradient(#f86e2d, #f6481d);
    background: linear-gradient(#f86e2d, #f6481d);
    border-radius: 10px;
    border-bottom: 5px solid #993100;
  }
  header .header_bar .contact img {
    width: 180px;
    height: auto;
  }
}
/*----------------------------------
	footer
----------------------------------*/
footer {
  background-color: #008b8c;
  color: #fff;
  padding: 50px 10px 30px;
  text-align: center;
  position: relative;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
  /*
  li:first-of-type {
    border-right: 1px solid rgba($black-color,0.5);
  }
  */
}
footer ul li {
  padding: 0 10px;
}
footer ul a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer ul a:hover {
  opacity: 0.7;
}
footer .scrollTop {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .scrollTop:before {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
  background: -o-linear-gradient(135deg, transparent 0%, transparent 50%, #008b8c 50%, #008b8c 100%);
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #008b8c 50%, #008b8c 100%);
}
footer .scrollTop:hover {
  background: #f86e2d;
}
footer .scrollTop:hover:before {
  background: -o-linear-gradient(135deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}

@media screen and (min-width: 768px) {
  footer small {
    font-size: 1.6rem;
  }
}
/*----------------------------------
	中ページ共通
----------------------------------*/
main {
  display: block;
  /*ie11用*/
  background-color: rgba(235, 235, 232, 0.6);
}

.breadcrumb {
  background-color: #f9f9f9;
  padding: 10px 20px;
  margin-top: 60px;
}
.breadcrumb .inner {
  width: 100%;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li {
  font-size: 1.2rem;
  position: relative;
  color: #3C5E75;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 30px;
}
.breadcrumb ul li:not(:last-child):after {
  color: #999;
  position: absolute;
  right: -20px;
  top: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.breadcrumb a {
  color: #999;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 15px 30px;
    margin-top: 75px;
  }
  .breadcrumb .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .breadcrumb a:hover {
    color: #333;
  }
}
.title {
  background-color: #fff;
  margin-bottom: 15px;
}
.title .inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0;
}
.title h1 {
  font-size: 8vw;
  letter-spacing: 0.3rem;
  color: #008b8c;
  line-height: 1.8;
  text-align: center;
}
.title h1:after {
  display: block;
  font-size: 1.4rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}

@media screen and (min-width: 768px) {
  .title {
    margin-bottom: 25px;
  }
  .title .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 120px 0;
  }
  .title h1 {
    font-size: 5.5rem;
  }
  .title h1:after {
    font-size: 1.6rem;
    color: #555;
  }
}
/*----------------------------------
	.hero
----------------------------------*/
.hero {
  width: 100%;
  padding: 0px 20px 20px;
  overflow: hidden;
  color: #fff;
  background-image: url(../img/hero_bg.jpg);
  background-size: cover;
  background-position: center;
}
.hero .catch {
  text-align: center;
  /*
  .btn_groupLink {
    margin-top: 10px;
    a {
      display: inline-block;
      padding: 5px 30px;
      background: linear-gradient(#d62a3f, $aging-color);
      border-bottom: 5px solid #910012;
      border-radius: 10px;
      img {
        width: 300px;
        height: auto;
      }
    }
  }
  .contact {
    display: inline-block;
    padding: 5px 30px;
    background: linear-gradient(#f86e2d, #f6481d);
    border-radius: 10px;
    border-bottom: 5px solid #993100;
    img {
      width: 300px;
      height: auto;
    }
  }
  */
}
.hero .catch h1 {
  margin-bottom: 10px;
}
.hero .catch .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .catch .btn_form a {
  display: inline-block;
  padding: 5px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d62a3f), to(#B80A1F));
  background: -o-linear-gradient(#d62a3f, #B80A1F);
  background: linear-gradient(#d62a3f, #B80A1F);
  border-bottom: 5px solid #910012;
  border-radius: 10px;
}
.hero .catch .btn_form a img {
  width: 300px;
  height: auto;
}
.hero .catch .contact {
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f86e2d), to(#f6481d));
  background: -o-linear-gradient(#f86e2d, #f6481d);
  background: linear-gradient(#f86e2d, #f6481d);
  border-radius: 10px;
  border-bottom: 5px solid #993100;
}
.hero .catch .contact img {
  width: 300px;
  height: auto;
}
.hero .pict {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero {
    margin-top: 60px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hero .catch h1 {
    margin-bottom: 0px;
  }
  .hero .catch .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 678px;
    padding: 0 20px;
  }
  .hero .catch .btn_form {
    width: 48%;
  }
  .hero .catch .btn_form a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .hero .catch .btn_form a img {
    max-width: 100%;
    height: auto;
  }
  .hero .catch .btn_form a:hover {
    opacity: 0.8;
  }
  .hero .catch .contact {
    width: 48%;
    margin-bottom: 0;
  }
  .hero .catch .contact img {
    max-width: 100%;
    height: auto;
  }
  .hero .pict {
    max-width: 100%;
  }
}
/*----------------------------------
	.attention
----------------------------------*/
#pcr .attention {
  background-color: rgba(0, 139, 140, 0.1);
}
#pcr .attention section {
  padding: 20px 30px;
  text-align: center;
}
#pcr .attention p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}
#pcr .attention p span {
  color: #cc0000;
}

@media screen and (min-width: 768px) {
  #pcr .attention section {
    padding: 40px 20px;
  }
  #pcr .attention p {
    font-size: 1.8rem;
    text-align: center;
  }
}
/*----------------------------------
	.overview
----------------------------------*/
#pcr .overview section {
  padding: 30px 20px;
}
#pcr .overview h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.25rem;
  margin-bottom: 10px;
}
#pcr .overview h2:after {
  content: "overview";
  display: block;
  font-size: 0.8rem;
  color: #cb9757;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .overview h3 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.25rem;
  margin-bottom: 10px;
}
#pcr .overview table.main {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: 10px;
}
#pcr .overview table.main th {
  padding: 10px 10px;
  background-color: #008b8c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 3px;
  white-space: nowrap;
}
#pcr .overview table.main td {
  padding: 10px 10px;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
}
#pcr .overview table.main td span {
  color: #cc0000;
}
#pcr .overview .btn_groupLink {
  text-align: center;
  margin-bottom: 30px;
}
#pcr .overview .btn_groupLink a {
  display: inline-block;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d62a3f), to(#B80A1F));
  background: -o-linear-gradient(#d62a3f, #B80A1F);
  background: linear-gradient(#d62a3f, #B80A1F);
  border-bottom: 5px solid #910012;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.6;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#pcr .overview .scedule {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 auto;
}
#pcr .overview .scedule::-webkit-scrollbar {
  height: 10px;
}
#pcr .overview .scedule::-webkit-scrollbar-track {
  margin: 0;
  background: #ccc;
  border-radius: 5px;
}
#pcr .overview .scedule::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#pcr .overview .scedule table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.3rem;
  margin-bottom: 15px;
}
#pcr .overview .scedule table th {
  background: #008b8c;
  border: solid 1px #ccc;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.6;
  font-weight: normal;
}
#pcr .overview .scedule table th.merge-column {
  background-color: transparent;
  border: none;
}
#pcr .overview .scedule table td {
  color: #008b8c;
  border: solid 1px #ccc;
  padding: 15px 10px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
#pcr .overview .scedule table td:first-of-type {
  background: #008b8c;
  color: #fff;
  font-size: 1.4rem;
}
#pcr .overview .scedule table td:last-of-type {
  font-weight: bold;
  font-size: 1.8rem;
}
#pcr .overview table.time {
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
#pcr .overview table.time th {
  text-align: right;
  vertical-align: top;
  padding: 3px 5px;
  line-height: 1.4;
  font-weight: normal;
}
#pcr .overview table.time td {
  padding: 3px 5px;
  line-height: 1.4;
}
#pcr .overview .guide {
  width: 100%;
  text-align: center;
}
#pcr .overview .guide p {
  line-height: 1.6;
  margin-bottom: 20px;
}
#pcr .overview .guide .pict {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #pcr .overview section {
    padding: 60px 0px;
  }
  #pcr .overview h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.25rem;
    margin-bottom: 20px;
  }
  #pcr .overview h2:after {
    font-size: 1rem;
  }
  #pcr .overview h3 {
    font-size: 3rem;
    text-align: center;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.25rem;
    margin-bottom: 20px;
  }
  #pcr .overview table.main {
    border-spacing: 9px;
    margin-bottom: 20px;
  }
  #pcr .overview table.main th {
    width: 200px;
    padding: 15px 20px;
    font-size: 2rem;
    border-radius: 5px;
  }
  #pcr .overview table.main td {
    padding: 15px 20px;
    font-size: 1.8rem;
    border-radius: 5px;
  }
  #pcr .overview .btn_groupLink a {
    padding: 10px 50px;
    font-size: 1.8rem;
  }
  #pcr .overview .btn_groupLink a:hover {
    opacity: 0.8;
  }
  #pcr .overview .scedule {
    width: 600px;
  }
  #pcr .overview .scedule table {
    width: 100%;
  }
  #pcr .overview table.time {
    font-size: 1.8rem;
  }
}
/*----------------------------------
	.flow
----------------------------------*/
#pcr .flow {
  background-color: #008b8c;
}
#pcr .flow section {
  padding: 30px 20px;
}
#pcr .flow h2 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.25rem;
  margin-bottom: 30px;
}
#pcr .flow .stepBoox {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
#pcr .flow .stepBoox:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 28px);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #f3f3f3;
  -webkit-filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.2));
}
#pcr .flow .stepBoox .step {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
}
#pcr .flow .stepBoox .step img {
  width: 55px;
  height: auto;
}
#pcr .flow .stepBoox .icon {
  width: 100%;
  text-align: center;
  padding: 8px 10px;
  background-color: #007a8c;
}
#pcr .flow .stepBoox .contents {
  width: 100%;
  padding: 20px 20px;
}
#pcr .flow .stepBoox .contents .head {
  font-size: 2.1rem;
  margin-bottom: 15px;
  text-align: center;
}
#pcr .flow .stepBoox .contents .head span {
  font-size: 1.6rem;
}
#pcr .flow .stepBoox .contents p {
  font-size: 1.4rem;
  line-height: 1.6;
}
#pcr .flow .stepBoox .contents p.download {
  margin-bottom: 10px;
}
#pcr .flow .stepBoox .contents p.note {
  margin-bottom: 10px;
  text-align: center;
}
#pcr .flow .stepBoox .contents p.att {
  color: #cc0000;
}
#pcr .flow .stepBoox .contents .pict {
  width: 100%;
}
#pcr .flow .stepBoox .contents .pict img {
  vertical-align: bottom;
}
#pcr .flow .stepBoox .contents .pict img:first-of-type {
  margin-bottom: 3%;
}

@media screen and (min-width: 768px) {
  #pcr .flow section {
    padding: 60px 20px;
  }
  #pcr .flow .inner {
    max-width: 1000px;
  }
  #pcr .flow h2 {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.25rem;
    margin-bottom: 50px;
  }
  #pcr .flow .stepBoox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #pcr .flow .stepBoox:not(:last-of-type):after {
    bottom: -25px;
    left: 50px;
  }
  #pcr .flow .stepBoox .step {
    width: 15%;
    padding: 30px 10px;
  }
  #pcr .flow .stepBoox .step img {
    max-width: 100%;
  }
  #pcr .flow .stepBoox .icon {
    width: 10%;
    padding: 35px 10px;
  }
  #pcr .flow .stepBoox .contents {
    width: 75%;
    padding: 25px 30px;
  }
  #pcr .flow .stepBoox .contents .head {
    text-align: left;
    font-size: 2.4rem;
  }
  #pcr .flow .stepBoox .contents p {
    font-size: 1.6rem;
  }
  #pcr .flow .stepBoox .contents p.note {
    text-align: left;
  }
  #pcr .flow .stepBoox .contents .pict {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pcr .flow .stepBoox .contents .pict figure {
    width: 49%;
  }
  #pcr .flow .stepBoox .contents .pict img:first-of-type {
    margin-bottom: 0;
  }
}
/*----------------------------------
	.guide
----------------------------------*/
#pcr .guide section {
  padding: 30px 20px;
}
#pcr .guide h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20px;
}
#pcr .guide h2:after {
  content: "receive guide";
  display: block;
  font-size: 0.8rem;
  color: #cb9757;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .guide .list {
  text-align: center;
}
#pcr .guide ul {
  display: inline-block;
  line-height: 2;
  list-style: disc;
  font-size: 1.4rem;
  padding-left: 20px;
  margin-bottom: 30px;
}
#pcr .guide ul li {
  text-align: left;
}
#pcr .guide .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pcr .guide .btn_form a {
  display: inline-block;
  padding: 5px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d62a3f), to(#B80A1F));
  background: -o-linear-gradient(#d62a3f, #B80A1F);
  background: linear-gradient(#d62a3f, #B80A1F);
  border-bottom: 5px solid #910012;
  border-radius: 10px;
}
#pcr .guide .btn_form a img {
  width: 300px;
  height: auto;
}
#pcr .guide .contact {
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f86e2d), to(#f6481d));
  background: -o-linear-gradient(#f86e2d, #f6481d);
  background: linear-gradient(#f86e2d, #f6481d);
  border-radius: 10px;
  border-bottom: 5px solid #993100;
}
#pcr .guide .contact img {
  width: 300px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #pcr .guide section {
    padding: 60px 0px;
    text-align: center;
  }
  #pcr .guide h2 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  #pcr .guide h2:after {
    font-size: 1rem;
  }
  #pcr .guide ul {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  #pcr .guide .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  #pcr .guide .btn_form a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #pcr .guide .btn_form a img {
    max-width: 100%;
    height: auto;
  }
  #pcr .guide .btn_form a:hover {
    opacity: 0.8;
  }
  #pcr .guide .contact {
    margin-bottom: 0;
    margin-right: 20px;
  }
  #pcr .guide .contact img {
    max-width: 100%;
    height: auto;
  }
}
/*----------------------------------
	.root
----------------------------------*/
#pcr .root section {
  padding: 0 0 30px;
}
#pcr .root h2 {
  font-size: 4.8vw;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0;
  background-color: #008b8c;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
#pcr .root h2:after {
  content: "";
}
#pcr .root .bl_root {
  padding: 0;
}
#pcr .root .bl_root_note {
  margin-bottom: 30px;
  border: 2px solid #008b8c;
  background-color: rgba(0, 139, 140, 0.05);
  padding: 20px 20px;
}
#pcr .root .bl_root_note_title {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
#pcr .root .bl_root_note_read {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: bold;
}
#pcr .root .bl_root_note_list {
  font-size: 1.6rem;
  line-height: 1.6;
}
#pcr .root .bl_root_note_list ul {
  list-style-type: decimal;
  padding-left: 2rem;
}
#pcr .root .bl_root_note_list li:not(:last-child) {
  margin-bottom: 10px;
}
#pcr .root .bl_root_box {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Avenir, "游ゴシック Medium", "YuGothic M", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;
}
#pcr .root .bl_root_pict {
  margin-bottom: 5px;
}
#pcr .root .bl_root_txt {
  text-align: left;
}
#pcr .root .bl_root_txt .bl_root_txt_jp {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#pcr .root .bl_root_txt .bl_root_txt_en {
  font-size: 1.6rem;
  line-height: 1.4;
}
#pcr .root .bl_root_txt span {
  color: #ff0000;
}
#pcr .root .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
#pcr .root .btn a {
  width: 80%;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #555;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #f5dcd2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#pcr .root .btn a:after {
  content: "download sheet";
  display: block;
  font-size: 0.8rem;
  color: #cb9757;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .root .btn a:hover {
  background: #f9f9f9 !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  #pcr .root {
    padding: 0 0;
  }
  #pcr .root h2 {
    font-size: 3.6rem;
    padding: 30px 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  #pcr .root .bl_root {
    padding: 0 20px;
  }
  #pcr .root .bl_root_note {
    margin-bottom: 50px;
    border: 2px solid #008b8c;
    padding: 20px 30px;
  }
  #pcr .root .bl_root_note_title {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #pcr .root .bl_root_note_read {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #pcr .root .bl_root_note_list {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #pcr .root .bl_root_note_list ul {
    padding-left: 3rem;
  }
  #pcr .root .bl_root_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pcr .root .bl_root_pict {
    width: 49%;
  }
  #pcr .root .bl_root_txt {
    width: 49%;
  }
  #pcr .root .bl_root_txt .bl_root_txt_jp {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  #pcr .root .bl_root_txt .bl_root_txt_en {
    font-size: 1.8rem;
  }
  #pcr .root .btn a {
    width: auto;
    padding: 20px 130px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #pcr .root .btn a:after {
    font-size: 1rem;
  }
}
/*----------------------------------
	.sheet
----------------------------------*/
#pcr .sheet {
  background-color: rgba(0, 139, 140, 0.1);
}
#pcr .sheet section {
  padding: 60px 30px;
}
#pcr .sheet h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.25rem;
  margin-bottom: 50px;
}
#pcr .sheet h2:after {
  content: "medical interview sheet";
  display: block;
  font-size: 0.8rem;
  color: #cb9757;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .sheet .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
#pcr .sheet .txt .note {
  font-size: 1.6rem;
  font-weight: bold;
}
#pcr .sheet .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
#pcr .sheet .btn a {
  width: 80%;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, left bottom, from(#00668c), to(#004365));
  background: -o-linear-gradient(#00668c, #004365);
  background: linear-gradient(#00668c, #004365);
  border-radius: 10px;
  border-bottom: 5px solid #00263a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#pcr .sheet .btn a:after {
  content: "download sheet";
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .sheet .btn a:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  #pcr .sheet section {
    padding: 90px 0px;
  }
  #pcr .sheet h2 {
    font-size: 3.6rem;
  }
  #pcr .sheet h2:after {
    font-size: 1rem;
  }
  #pcr .sheet .txt {
    font-size: 1.6rem;
  }
  #pcr .sheet .txt .note {
    font-size: 1.8rem;
  }
  #pcr .sheet .btn a {
    position: relative;
    width: auto;
    padding: 20px 130px;
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
/*----------------------------------
	.faq
----------------------------------*/
#pcr .faq section {
  padding: 60px 30px;
}
#pcr .faq h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.25rem;
  margin-bottom: 30px;
}
#pcr .faq h2:after {
  content: "question and answer";
  display: block;
  font-size: 0.8rem;
  color: #cb9757;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .faq dl dt {
  font-size: 1.4rem;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  background: rgba(0, 139, 140, 0.1);
  text-indent: -25px;
  font-weight: bold;
  line-height: 1.4;
}
#pcr .faq dl dd {
  font-size: 1.4rem;
  padding: 10px 10px 10px 40px;
  text-indent: -25px;
  line-height: 1.8;
}
#pcr .faq dl dt::before {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1rem;
  content: "Q";
  color: #008b8c;
}
#pcr .faq dl dd::before {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1rem;
  content: "A";
  color: #cb9757;
}
#pcr .faq dl dd:not(:last-of-type) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  #pcr .faq section {
    padding: 90px 0px;
  }
  #pcr .faq .inner {
    padding: 0 30px;
  }
  #pcr .faq h2 {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
  #pcr .faq h2:after {
    font-size: 1rem;
  }
  #pcr .faq dl dt {
    font-size: 1.8rem;
    padding: 10px 10px 10px 45px;
  }
  #pcr .faq dl dd {
    font-size: 1.6rem;
    padding: 10px 10px 10px 45px;
  }
  #pcr .faq dl dt::before {
    font-size: 2.1rem;
  }
  #pcr .faq dl dd::before {
    font-size: 2.1rem;
  }
}
/*----------------------------------
	.group
----------------------------------*/
#pcr .group {
  background-color: #008b8c;
}
#pcr .group section {
  padding: 60px 20px;
}
#pcr .group h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
}
#pcr .group h2 span {
  font-size: 1.6rem;
}
#pcr .group .group_text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #fff;
}
#pcr .group .group_att {
  border: 5px solid #005859;
  padding: 10px 15px;
  margin-bottom: 30px;
  background-color: #fff;
  text-align: center;
}
#pcr .group .group_att .group_att_ttl {
  font-size: 1.8rem;
  padding: 10px 0;
  background-color: #B80A1F;
  color: #fff;
  margin-bottom: 20px;
}
#pcr .group .group_att .group_att_read {
  font-size: 1.4rem;
}
#pcr .group .group_att .group_att_requirement {
  padding: 20px 0;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #B80A1F;
  font-weight: bold;
}
#pcr .group .group_att .group_att_flow .group_att_flowTTl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
#pcr .group .group_att .group_att_flow .group_att_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pcr .group .group_att .group_att_flow ul {
  text-align: left;
  list-style: decimal;
  padding: 0 2em;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
#pcr .group .group_att .group_att_flow ul span {
  color: #B80A1F;
}
#pcr .group .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pcr .group .btn_form a {
  display: inline-block;
  padding: 5px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d62a3f), to(#B80A1F));
  background: -o-linear-gradient(#d62a3f, #B80A1F);
  background: linear-gradient(#d62a3f, #B80A1F);
  border-bottom: 5px solid #910012;
  border-radius: 10px;
}
#pcr .group .btn_form a img {
  width: 300px;
  height: auto;
}
#pcr .group .contact {
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f86e2d), to(#f6481d));
  background: -o-linear-gradient(#f86e2d, #f6481d);
  background: linear-gradient(#f86e2d, #f6481d);
  border-radius: 10px;
  border-bottom: 5px solid #993100;
}
#pcr .group .contact img {
  width: 300px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #pcr .group section {
    padding: 90px 15px;
    text-align: center;
  }
  #pcr .group h2 {
    font-size: 3.6rem;
    letter-spacing: 0.25rem;
    margin-bottom: 50px;
  }
  #pcr .group h2 span {
    font-size: 3rem;
  }
  #pcr .group .group_text {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  #pcr .group .group_att {
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 15px 20px;
    background-color: #fff;
  }
  #pcr .group .group_att .group_att_ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #pcr .group .group_att .group_att_read {
    font-size: 1.8rem;
  }
  #pcr .group .group_att .group_att_requirement {
    padding: 20px 0;
    font-size: 2.6rem;
  }
  #pcr .group .group_att .group_att_flow .group_att_flowTTl {
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
  }
  #pcr .group .group_att .group_att_flow ul {
    padding: 0 3em;
    font-size: 1.8rem;
  }
  #pcr .group .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  #pcr .group .btn_form a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #pcr .group .btn_form a img {
    max-width: 100%;
    height: auto;
  }
  #pcr .group .btn_form a:hover {
    opacity: 0.8;
  }
  #pcr .group .contact {
    margin-bottom: 0;
    margin-right: 20px;
  }
  #pcr .group .contact img {
    max-width: 100%;
    height: auto;
  }
}
/*----------------------------------
	.certificate
----------------------------------*/
#pcr .certificate {
  background-color: rgba(0, 139, 140, 0.1);
  /*
  h2:after {
    content: "medical interview sheet";
    display: block;
    font-size: 0.8rem;
    color: $accent-color;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
  }
  */
}
#pcr .certificate section {
  padding: 60px 30px;
}
#pcr .certificate h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.25rem;
  margin-bottom: 20px;
}
#pcr .certificate .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
#pcr .certificate .pict {
  text-align: center;
}
#pcr .certificate .pict img {
  width: 400px;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  #pcr .certificate section {
    padding: 90px 0px;
  }
  #pcr .certificate h2 {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  #pcr .certificate h2:after {
    font-size: 1rem;
  }
  #pcr .certificate .txt {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  #pcr .certificate .pict img {
    max-width: 400px;
  }
}
/*----------------------------------
	.access
----------------------------------*/
#pcr .access section {
  padding: 60px 0px;
}
#pcr .access h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.25rem;
  margin-bottom: 50px;
}
#pcr .access h2:after {
  content: "clinic information";
  display: block;
  font-size: 0.8rem;
  color: #cb9757;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .access .pict {
  text-align: center;
  margin-bottom: 20px;
}
#pcr .access .pict img {
  max-width: 300px;
  height: auto;
}
#pcr .access .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
#pcr .access table {
  font-size: 1.4rem;
  line-height: 1.6;
}
#pcr .access table th {
  font-weight: normal;
  text-align: right;
  vertical-align: top;
}
#pcr .access table th, #pcr .access table td {
  padding: 5px;
}
#pcr .access .gmap {
  width: 100%;
}
#pcr .access .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
#pcr .access .btn a {
  width: 80%;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #555;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  border: 1px solid #f5dcd2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#pcr .access .btn a:after {
  content: "see google map";
  display: block;
  font-size: 0.8rem;
  color: #cb9757;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
#pcr .access .btn a:hover {
  background: #f9f9f9 !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
#pcr .access .banner {
  margin-top: 50px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #pcr .access section {
    padding: 90px 0px;
  }
  #pcr .access h2 {
    font-size: 3.6rem;
  }
  #pcr .access h2:after {
    font-size: 1rem;
  }
  #pcr .access table {
    font-size: 1.6rem;
  }
  #pcr .access .btn a {
    width: auto;
    padding: 20px 130px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #pcr .access .btn a:after {
    font-size: 1rem;
  }
}
/*----------------------------------
	.fixFoot
----------------------------------*/
#pcr .fixFoot {
  display: none;
  position: fixed;
  bottom: 0;
}
#pcr .fixFoot .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pcr .fixFoot .contact {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f86e2d), to(#f6481d));
  background: -o-linear-gradient(#f86e2d, #f6481d);
  background: linear-gradient(#f86e2d, #f6481d);
  text-align: center;
}
#pcr .fixFoot .contact img {
  width: 250px;
  height: auto;
}
#pcr .fixFoot .btn_form {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d62a3f), to(#B80A1F));
  background: -o-linear-gradient(#d62a3f, #B80A1F);
  background: linear-gradient(#d62a3f, #B80A1F);
  text-align: center;
}
#pcr .fixFoot .btn_form img {
  width: 250px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #pcr .fixFoot {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */