@charset "utf-8";

html {
    font-size: 62.5%;
  }
  body {
    -webkit-box-shadow: none;
    -webkit-text-size-adjust: 100% !important;
    box-shadow: none;
    color: #000000;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 2;
    overflow-x: hidden;
    padding-top: 80px;
    margin-top: -80px;
  }
  body a {
    -webkit-transition: .2s;
    transition: .2s
  }
  body a:link {
    text-decoration: none
  }
  body a:visited {
    text-decoration: none
  }
  body a:active {
    text-decoration: underline
  }
  body .btn a::before, body .btn a::after {
    -webkit-transition: .2s;
    text-decoration: none;
    transition: .2s
  }
  body .caution {
    display: block;
    font-size: 14px;
    line-height: 18pt;
    padding-left: 1em;
    position: relative;
    text-indent: -1em
  }
  body .caution::before {
    content: ""
  }
  body .wrapper {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1200px
  }
  body ul {
    letter-spacing: -.4em
  }
  body li {
    letter-spacing: normal;
    list-style: none;
    vertical-align: top
  }
  body p {
    margin: 0
  }
  body .fl_l {
    float: left
  }
  body .fl_r {
    float: right
  }
  body .float::before, body .float::after {
    clear: both;
    content: "";
    display: block
  }
  body .left, body .right {
    display: inline-block;
    position: relative;
    vertical-align: top
  }
  .flex{
    display: flex;
    justify-content: space-between;
  }
  body .btn a {
    display: block;
    font-size: 18px;
    height: 60px;
    position: relative;
    text-decoration: none;
    width: auto
  }
  body .btn a:hover {
    opacity: .7
  }
  body .pict img {
    display: block;
    height: auto;
    position: relative;
    width: 100%
  }
  body .center {
    text-align: center
  }
  body header {
    background: #FFF;
    clear: both;
    display: block;
    float: none;
    height: 216px;
    margin: 0 auto;
    position: relative;
    width: 100%
  }
  .header_top {
    padding: 25px 0 30px;
  }
  body header #header_logo a {
    -webkit-transition: .2s;
    background: url(../images/header_logo.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 169px;
    height: 85px;
    position: relative;
    text-indent: -9999px;
    transition: .2s;
  }
  body header #header_logo:hover {
    -webkit-transition: .2s;
    opacity: .7;
    transition: .2s
  }
  .header_left p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    margin-left: 10px;
  }
  .sub_nav  {
    font-weight: 400;
  }
  .sub_nav li:not(:last-of-type) {
    margin-right: 38px;
    text-align: right;
  }
  .sub_nav .tel {
    position: relative;
    display: block;
    width: 286px;
    height: 34px;
    font-size: 0;
    background: url(../images/tel_s.svg) no-repeat center center;
    background-size: contain;
    margin-right: 25px;
    margin-bottom: 8px;
  }
  .sub_nav .day {
    font-size: 13px;
    display: block;
  }
  .sub_nav .text {
    font-size: 12px;
    display: block;
    margin-top: -6px;
  }
  .btn {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #000000;
    width: 208px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 66px;
    position: relative;
    display: block;
  }
  .btn_bw {
    background-color: #AD8D28;
    margin-bottom: 5px;
  }
  .btn_bw:hover {
    color: #AD8D28;
    background-color: #ffffff;
    border: 1px solid #AD8D28;
  }
  .btn_bl {
    background-color: #265C8C;
  }
  .btn_bl:hover {
    color: #265C8C;
    background-color: #ffffff;
    border: 1px solid #265C8C;
  }
  .btn::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    background-image: url(../images/icon_mailW.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .btn_bw::before {
    background-image: url(../images/icon_arrowW.svg);
  }
  .btn_bw:hover::before {
    background-image: url(../images/icon_arrowBW.svg);
  }
  .btn_bl:hover::before {
    background-image: url(../images/icon_mailB.svg);
  }
  .header_bottom {
      height: 75px;
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      padding: 7px 0;
      background-image: url(../images/header_bottom_bg.jpg);
      background-size: cover;
  }
  body header .header_bottom_flex {
    display: flex;
  }
  body header #gnav {
    display: block;
    position: absolute;
    line-height: 1;
  }
  body header #gnav ul li {
    display: inline-block;
    line-height: 1;
  }
  body header #gnav ul li a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    width: 309px;
    text-align: center;
    padding: 14px 0;
    border-left: 1px solid #ffffff;
  }
  body header #gnav ul li:last-child a {
    width: 267px;
    border-right: 1px solid #ffffff;
  }
  body header #gnav ul li a span {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Impact';
  }
  body header #gnav ul li a:hover {
    color: #265C8C;
    background-color: #ffffff;
  }
  body header.clone-nav {
    -webkit-transition: .6s ease-in-out;
    position: fixed;
    top: -200%;
    transition: .6s ease-in-out;
    width: 100%;
    z-index: 10;
    height: 173px;
  }
  body header.clone-nav .header_top {
    padding: 12px 0;
  }
  body header.clone-nav .sub_nav .tel {
    width: 260px;
    margin-bottom: 0;
  }
  body header.clone-nav #header_logo a {
    width: 150px;
  }
  body header.clone-nav .btn {
    height: 36px;
    line-height: 36px;
  }
  body header.clone-nav .header_bottom {
    height: 64px;
  }
  body header.clone-nav #gnav ul li a {
    padding: 10px 0;
  }
  body header.is-show {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    top: 0
  }
  body .top_catch .slider img {
    max-width: 100%;
  }
  body main section h2 {
    font-size: 60px;
    position: relative;
    text-align: center;
    font-weight: 300;
    font-family: 'Impact';
  }
  body main section h2::after {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #265C8C;
  }
  body main section h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-top: 19px;
  }
  .top_slider {
    height: 560px;
    background-size: cover;
  }
  .top_slider img {
    margin: auto;
    margin-top: 200px;
  }
  .slider01 {
    background-image: url(../images/pc_slider01.jpg);
  }
  .slider01 img {
    width: 718px;
  }
  .slider02 {
    background-image: url(../images/pc_slider02.jpg);
  }
  .slider02 img {
    width: 866px;
  }
  .slider03 {
    background-image: url(../images/pc_slider03.jpg);
  }
  .slider03 img {
    width: 909px;
  }
  /* =============== */
  /* ===== index01 ===== */
  /* =============== */
  #index01 {
    margin-top: -9px;
  }
  .index01_bg {
    background-image: url(../images/index01_bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 93px 0 190px;
  }
  #index01 .wrapper {
    position: relative;
  }
  #index01 .wrapper::after {
    position: absolute;
    content: "";
    bottom: -295px;
    right: -48px;
    width: 329px;
    height: 329px;
    background-image: url(../images/index01_02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #index01 h2::before {
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 87px;
    height: 35px;
    background-image: url(../images/index01_01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .index01_text {
    text-align: center;
    margin-top: 30px;
  }
  #index01 .youtube{
    position: relative;
    display: block;
    max-width: 196px;
    width: 100%;
    margin: 30px auto 0;
  }
  #index01 .youtube iframe{
    width: 100%;
    height: 350px;
  }
  /* =============== */
  /* ===== index02 ===== */
  /* =============== */
  #index02 {
    padding-top: 200px;
    margin-top: -200px;
    margin-bottom: 90px;
  }
  #index02 h2 {
    padding-top: 29px;
  }
  .concept01 {
    margin-top: 40px;
  }
  .concept02 {
    margin-top: 76px;
  }
  .concept03 {
    margin-top: 71px;
  }
  .index02_texts {
    width: 600px;
  }
  .index02_img {
    width: 600px;
  }
  .index02_img img {
    max-width: 100%;
  }
  .index02_texts {
    color: #ffffff;
  }
  #index02 h4 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-top: 61px;
  }
  #index02 .index02_bg_r h4 {
    padding-left: 50px;
  }
  #index02 h4::before {
    position: absolute;
    content: "";
    height: 25px;
    top: 40px;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #index02 .concept01 h4::before {
    background-image: url(../images/index02_04.png);
    width: 82px;
  }
  #index02 .concept02 h4::before {
    background-image: url(../images/index02_05.png);
    width: 83px;
    left: 54px;
  }
  #index02 .concept03 h4::before {
    background-image: url(../images/index02_06.png);
    width: 84px;
  }
  .index02_texts_top {
    background-color: #1F4C73;
    height: 148px;
    box-sizing: border-box;
    position: relative;
  }
  .index02_texts_bottom {
    background-color: #265C8C;
    height: 233px;
    box-sizing: border-box;
    padding-top: 31px;
    position: relative;
  }
  .index02_bg_r .index02_texts_bottom  {
    padding-left: 50px;
  }
  .b_bg {
    width: 100%;
  }
  .b_bg_top {
    background-color: #1F4C73;
    width: 100%;
    height: 148px;
  }
  .b_bg_bottom {
    background-color: #265C8C;
    width: 100%;
    height: 233px;
  }
  .w_bg {
    background-color: #ffffff;
    width: 100%;
  }
  /* =============== */
  /* ===== index03 ===== */
  /* =============== */
  #index03 {
    color: #ffffff;
    padding-top: 90px;
    margin-top: -90px;
  }
  .index03_bg {
    background-image: url(../images/index03_bg.png);
    background-size: cover;
    padding: 132px 0 166px;
    position: relative;
    z-index: 1;
  }
  .index03_text {
    text-align: center;
    margin-top: 30px;
  }
  .index03_bnr  {
    width: 1107px;
    margin: auto;
    position: relative;
  }
  .index03_bnr::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 18px;
    bottom: 77px;
    right: 108px;
    background-image: url(../images/index03_01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .index03_bnr img {
    max-width: 100%;
  }
  .index03_bnr:hover {
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: .2s
  }
  .index03_bnr:hover::after {
    right: 98px;
    -webkit-transition: .2s;
    transition: .2s
  }
  /* =============== */
  /* ===== index04 ===== */
  /* =============== */
  #index04 {
    color: #ffffff;
    padding-top: 160px;
    margin-top: -160px;
  }
  .index04_bg {
    background-image: url(../images/index04_bg.jpg);
    background-size: cover;
    padding: 185px 0 110px;
    margin-top: -120px;
  }
  #index04 .flex {
    margin-top: 35px;
  }
  .index04_l {
    width: 520px;
  }
  .index04_l img {
    max-width: 100%;
  }
  .index04_r {
    width: 625px;
  }
  #index04 table tr {
    border-bottom: 1px solid #ffffff;
  }
  #index04 table tr th {
    font-weight: 600;
    width: 135px;
    text-align: left;
    padding: 10px 0;
  }
  #index04 table tr td {
    padding: 7px 0;
  }
  #index04 table tr:first-child th {
    padding: 0 0 19px;
    line-height: 1;
  }
  #index04 table tr:first-child td {
    padding: 0 0 19px;
    line-height: 1;
  }
  .map {
    margin-top: 50px;
  }
  /* =============== */
  /* ===== index05 ===== */
  /* =============== */
  #index05 {
    color: #ffffff;
    padding-top: 160px;
    margin-top: -160px;
  }
  .index05_bg {
    background-image: url(../images/index05_bg.jpg);
    background-size: cover;
    padding: 76px 0 112px;
  }
  .index05_pic {
    width: 575px;
    max-width: 100%;
    margin-top: 50px;
  }
  .index05_pic img {
    max-width: 100%;
    vertical-align: top;
  }
  #index05 table {
    border: 1px solid #265C8C;
    margin-top: 44px;
  }
  /* #index05 table:nth-of-type(1) {
    margin-bottom: 100px;
  } */
  #index05 table tr th {
    width: 230px;
    box-sizing: border-box;
    text-align: left;
    background-color: #265C8C;
    border-bottom: 1px solid #ffffff;
    padding: 10px 10px 10px 40px;
  }
  #index05 table tr td {
    width: 970px;
    box-sizing: border-box;
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #265C8C;
    padding: 10px 10px 10px 40px;
  }
  #index05 table tr:last-child th {
    border-bottom: none;
  }
  #index05 table tr:last-child td {
    border-bottom: none;
  }
  #index05 table tr td a {
    color: #000000;
    pointer-events: none;
  }
  /* =============== */
  /* ===== index06 ===== */
  /* =============== */
  /* #index06 {
    padding-top: 120px;
    margin-top: -120px;
  } */
  .index06_bg {
    background-image: url(../images/index06_bg.png);
    background-size: cover;
    padding: 110px 0 224px;
    background-position: bottom;
  }
  .index06_bnr  {
    width: 1109px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .index06_bnr::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 18px;
    top: 96px;
    left: 35%;
    background-image: url(../images/index03_01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .index06_bnr img {
    max-width: 100%;
  }
  .index06_bnr:hover {
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: .2s
  }
  .index06_bnr:hover::after {
    left: 35.5%;
    -webkit-transition: .2s;
    transition: .2s
  }
  #index06 h2 {
    padding-top: 240px;
    margin-top: -100px;
  }
  .index06_text {
    text-align: center;
    margin-top: 26px;
  }
  .phone.flex {
    justify-content: flex-start;
    border-bottom: 1px solid #265C8C;
    padding-bottom: 19px;
    margin-top: 58px;
  }
  #index06 h4 {
    letter-spacing: 0;
  }
  .phone h4 {
    font-size: 22px;
    margin-right: 10px;
    margin-top: 14px;
  }
  .phone .tel {
    position: relative;
    display: block;
    width: 284px;
    height: 34px;
    font-size: 0;
    background: url(../images/tel_s.svg) no-repeat center center;
    background-size: contain;
    margin-right: 14px;
    margin-top: 18px;
  }
  .phone .time {
    font-weight: 600;
    color: #265C8C;
    margin-top: 21px;
  }
  .phone .time span {
    font-size: 13px;
  }
  .mail_title {
    font-size: 22px;
    margin-top: 60px;
  }
  /* お問い合わせフォーム */
  .table_bg {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 33px 49px 55px 51px;
    margin-top: 10px;
  }
  #index06 form#mailformpro {
    padding: 0;
  }
  #mailformpro table {
    background-color: #ffffff;
    width: 100%;
  }
  #mailformpro table tr {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 10px 0 22px;
  }
  #mailformpro #remarks .b_none {
    border-bottom: none;
  }
  #mailformpro table tr th {
    width: 259px;
    box-sizing: border-box;
    text-align: left;
    border-right: 1px solid #000000;
    padding: 15px 0 10px;
    position: relative;
    vertical-align: top;
  }
  #mailformpro table tr td {
    width: 840px;
    box-sizing: border-box;
    padding: 10px 0 10px 40px;
  }
  input[type="text"] ,input[type="email"],input[type="tel"] {
    width: 512px;
    box-sizing: border-box;
    padding: 13.5px;
  }
  textarea {
    width: 512px !important;
    height: 165px !important;
    padding: 13.5px;
    box-sizing: border-box;
  }
  #mailformpro .must {
    font-size: 1.4rem;
    padding: 3px 4px 3px 6px;
    position: absolute;
    right: 53px;
    top: 22px;
    line-height: 1;
    background: #C1272D;
    color: #ffffff;
  }
  .any {
    font-size: 1.4rem;
    padding: 3px 4px 3px 6px;
    position: absolute;
    right: 53px;
    top: 22px;
    line-height: 1;
    background: #808080;
    color: #ffffff;
  }
  .type {
    display: flex;
  }
  .type li {
    padding: 5px 25px;
    border: 1px solid #B3B3B3;
    margin-right: 15px;
  }
  input[type="date"] {
    padding: 10px 15px;
    margin: 5px 10px 5px 8px;
  }
  .date01 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 8px;
  }
  .date span {
    font-weight: 500;
  }
  .date select {
    padding: 13px 37px 13px 12px;
    margin-left: 6px;
  }
  #privacy {
    background-color: #FFFFFF;
    height: 147px;
    box-sizing: border-box;
    overflow: scroll;
    border: solid 1px #D5D5D5;
    padding: 35px 42px;
    margin-top: 40px;
  }
  #privacy h4 {
    color: #265C8C;
    font-weight: 400;
  }
  #index06 .btn {
    height: 56px;
    line-height: 56px;
    margin: 50px auto 0;
    padding-left: 0;
    border: none;
  }
  #index06 .btn::before {
    content: none;
  }
  /* =============== */
  /* ===== footer ===== */
  /* =============== */
  footer {
    padding: 52px 0;
  }
  #footer_logo a {
    background: url(../images/footer_logo.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 182px;
    height: 91px;
    position: relative;
    text-indent: -9999px;
    margin-right: 24px;
  }
  footer .tel {
    position: relative;
    display: block;
    width: 286px;
    height: 34px;
    font-size: 0;
    background: url(../images/tel_s.svg) no-repeat center center;
    background-size: contain;
    margin: 3px 25px 11px 2px;
  }
  footer .day {
    color: #265C8C;
  }
  footer .address {
    color: #265C8C;
  }
  footer .day:hover, footer .day:active, footer .address:hover, footer .address:active {
    opacity: .7;
    transition: .3s;
  }
  .permission_num {
    color: #265C8C;
  }
  .permission_num a {
    color: #265C8C;
    pointer-events: none;
  }
  body footer #footer_logo a:hover {
    opacity: .7
  }
  .footer_right {
    margin-top: 88px;
  }
  #copyright {
    font-size: 10px;
    letter-spacing: 0;
    color: #265C8C;
    position: relative;
    padding-right: 172px;
  }
  #copyright::after {
    position: absolute;
    content: "";
    top: -36px;
    right: 0;
    width: 161px;
    height: 63px;
    background-image: url(../images/copyright_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #copyright a {
    color: #265C8C;
  }
  body .pagetop {
    -webkit-transition: all .4s;
    bottom: 40px;
    height: 50px;
    opacity: 0;
    position: fixed;
    right: 50px;
    transition: all .4s;
    width: 50px
  }
  body .pagetop.show {
    bottom: 60px;
    height: 50px;
    opacity: 1;
    right: 50px;
    width: 50px;
    z-index: 1;
  }
  body .pagetop a {
    -webkit-box-sizing: border-box;
    -webkit-transition: .25s;
    background: #000000;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    height: 60px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    transition: .25s;
    width: 60px
  }
  body .pagetop a::before {
    -webkit-transform: rotate(45deg);
    -webkit-transition: .25s;
    border-left: #fff solid 1px;
    border-top: #fff solid 1px;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 24px;
    transform: rotate(45deg);
    transition: .25s;
    width: 20px
  }
  body .pagetop a:hover {
    background: #fff;
    border: 1px solid #000000
  }
  body .pagetop a:hover::before {
    border-left: #000000 solid 1px;
    border-top: #000000 solid 1px
  }
  /* =============== */
  /* ===== assessment.html ===== */
  /* =============== */
  .top_title {
    color: #ffffff;
    background-color: #1F4C73;
  }
  .top_title h2 {
    font-size: 37px;
    font-weight: 600;
    padding: 18px 0;
  }
  .breadcrumb {
    padding: 3px 0;
    background-color: #D3D3D3;
  }
  .breadcrumb a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-right: 35px;
  }
  .breadcrumb a::after {
    position: absolute;
    content: "";
    right: -21px;
    top: -2px;
    width: 8px;
    height: 16px;
    background-image: url(../images/icon_arrowB.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .flow01, .flow02, .flow03 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 9px 0;
    position: relative;
  }
  .flow01 {
    color: #ffffff;
    background-color: #1F4C73;
    width: 380px;
  }
  .flow01::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -22px;
    top: 0;
    border-style: solid;
    border-width: 29px 0 29px 22px;
    border-color: transparent transparent transparent #1F4C73;
    z-index: 1;
  }
  .flow02{
    background-color: #C1C1C1;
    width: 420px;
  }
  .flow03 {
    background-color: #C1C1C1;
    width: 400px;
  }
  .flow03::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 58px;
    left: -22px;
    top: 0;
    background-image: url(../images/icon_s_arrowW.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .assessment01_bg {
    background-image: url(../images/index06_bg.png);
    background-size: cover;
    padding: 85px 0 244px;
    background-position: bottom;
  }
  .assessment01_text {
    margin-top: 30px;
  }
  .assessment01_text span {
    font-size: 13px;
    padding: 3px 4px 3px 6px;
    line-height: 1;
    background: #C1272D;
    color: #ffffff;
    margin-right: 6px;
  }
  #assessment01 h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    padding-left: 15px;
    margin-top: 60px;
    border-left: 4px solid #265C8C;
  }
  #assessment01 .btn {
    width: 216px;
    height: 56px;
    line-height: 56px;
    margin: 61px auto 0;
    padding-left: 0;
    border: none;
  }
  #assessment01 .btn::before {
    content: none;
  }
  #assessment01 #mailformpro table tr {
    padding: 17px 0 26px;
  }
  #assessment01 #mailformpro table tr:last-child {
    border-bottom: none;
  }
  #assessment01 .table_bg {
    padding: 24px 49px 8px 51px;
  }
  #assessment01 .w_408 input[type="text"] {
    width: 408px;
  }