@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');

/* -----------------------------------------------------------------------------

	base_pc.css

----------------------------------------------------------------------------- */

@media print,
screen and (min-width: 751px) {
  html {
    font-size: 10px;
  }

  body {
    -webkit-font-smoothing: antialiased;
    -webkit-print-color-adjust: exact;
    -webkit-text-size-adjust: 100%;
    color: #000;
  }

  body * {
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-wrap: break-word;
  }

  img {
    width: 100%;
    height: auto;
  }

  .sp {
    display: none;
  }

  a {
    outline: none;
  }

  a,
  a img {
    transition: 0.2s ease-out;
  }

  .inner {
    max-width: 1040px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }

  #container {
    padding: 180px 0 0;
    overflow: hidden;
  }

  .telLink {
    pointer-events: none;
  }

  /* font */
  .arial {
    font-family: Arial, sans-serif;
  }

  .roboto {
    font-family: 'Roboto Condensed', sans-serif;
  }

  /* #top_dlBanner
---------------------------------------------*/

#top_dlBanner {
	background: url(https://uniideo.com/img/bg_download.jpg) no-repeat center center /cover;
	height: 350px;
	color: #fff;
	padding: 40px;
	text-align: center;
}

#top_dlBanner h2 {
	font-size: 35px;
	font-weight: bold;
	
}

#top_dlBanner p {
	padding-top: 20px;
	font-size: 20px;
  line-height: 2;
}

#top_dlBanner .dl_btn {
	margin-top: 50px;
}

#top_dlBanner .dl_btn_link {
	font-size: 20px;
	padding: 20px 30px;
	background: #ff5851;
	border-radius: 8px;
}

  /* #footer
---------------------------------------------*/
  #footer {
    clear: both;
    position: relative;
    line-height: 1;
  }

  /* #footerTop */
  #footerTop {
    background: #fff;
    color: #fff;
    padding: 40px 0;
  }

  #footerTop .fNav {
    display: flex;
    justify-content: space-between;
  }

  #footerTop .blk.last {
    border-left: 1px solid #969696;
    padding-left: 50px;
  }

  #footerTop .blk .tit1 {
    color: #969696;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #footerTop .blk *+.tit1 {
    margin-top: 35px;
  }

  #footerTop .ul1 li+li {
    margin-top: 20px;
  }

  #footerTop .ul1 li a {
    font-size: 11px;
    color: #000;
  }

  #footerTop .ul1 li a:hover {
    text-decoration: underline;
  }

  /* #footerBottom */
  #footerBottom {
    background: #f4f5f5;
    color: #000;
    padding: 50px 0 40px;
  }

  #footerBottom .flex {
    display: flex;
  }

  #footerBottom .fLogo {
    display: flex;
    align-items: center;
    font-size: 17px;
  }

  #footerBottom .fLogo img {
    margin-right: 18px;
    width: 130px;
    display: block;
  }

  #footerBottom dl {
    margin: 0 0 0 60px;
  }

  #footerBottom dl dt {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }

  #footerBottom dl dd {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  #footerBottom .sns {
    position: absolute;
    right: 20px;
    top: -24px;
    font-size: 0;
  }

  #footerBottom .sns li {
    float: left;
  }

  #footerBottom .sns li+li {
    margin: 0 0 0 10px;
  }

  #footerBottom .sns li a {
    display: block;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border-radius: 21px;
    overflow: hidden;
  }

  #footerBottom .sns li.facebook a {
    background-image: url(../img/btn_facebook02.png);
  }

  #footerBottom .sns li.twitter a {
    background-image: url(../img/btn_twitter02.png);
  }

  #footerBottom .sns li a:hover {
    background-color: #1d1d1d;
  }

  #footerBottom .sns li.facebook a:hover {
    background-image: url(../img/btn_facebook01.png);
  }

  #footerBottom .sns li.twitter a:hover {
    background-image: url(../img/btn_twitter01.png);
  }

  #footerBottom .link {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 0;
  }

  #footerBottom .link li {
    display: inline-block;
    font-size: 1.2rem;
  }

  #footerBottom .link li+li {
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    border-left: 1px solid #000;
  }

  #footerBottom .link li a:hover {
    text-decoration: underline;
  }

  #footerBottom .copyright {
    clear: both;
    padding: 30px 0 0;
    text-align: center;
  }

  #footerBottom .copyright img {
    width: 99px;
    vertical-align: top;
  }

  #footerBottom .copyright small {
    vertical-align: top;
    display: inline-block;
    margin: 16px 0 0 0;
    font-size: 1.2rem;
  }

  /* #pagetop */
  #pagetop {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: #333;
    position: absolute;
    right: 0;
    margin-right: 20px;
    z-index: 100;
  }

  #pagetop:hover {
    cursor: pointer;
    background: #b1b7b8;
    transition: 0.2s ease-out;
  }

  /* #main
---------------------------------------------*/
  #main {
    line-height: 1.85;
    font-size: 1.5rem;
    overflow: hidden;
  }

  .contentsWrap {
    background: #e8ebeb;
    padding: 20px 0 100px;
  }

  /* #ttlArea */
  #ttlArea {
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .simpleLayout #ttlArea {
    border-top: 1px solid #f0f3f3;
  }

  #ttlArea .visual {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }

  #ttlArea .visual .frame {
    position: relative;
  }

  #ttlArea .visual .line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #ttlArea .visual .line div {
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }

  #ttlArea .visual .line .up {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-position: left bottom;
  }

  #ttlArea .visual .line .down {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-position: left top;
  }

  #ttlArea .visual .line .left {
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-position: right top;
  }

  #ttlArea .visual .line .right {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-position: left top;
  }

  #ttlArea .visual p {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    opacity: 0;
  }

  #ttlArea .titVis {
    position: relative;
    margin-right: 130px;
    overflow: hidden;
    width: calc(100% - 130px);
    height: 190px;
  }

  #ttlArea .titVis .titVisIn {
    background-image: url(../img/tit1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  #ttlArea .titVis .p1 {
    color: #fff;
    font-size: 48px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-left: 130px;
  }

  #ttlArea .ttl {
    padding: 50px 45px;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1;
    text-align: center;
  }

  #ttlArea .ttl span {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid #1d1d1d;
  }

  #ttlArea .ttl span:before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #d2d8d8;
    position: absolute;
    left: 0;
    bottom: -2px;
  }

  .simpleLayout h1.ttl {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 35px;
  }

  /* #breadcrumb */
  #breadcrumb {
    line-height: 1;
    color: #5b5b5b;
    font-size: 1.1rem;
    padding-bottom: 55px;
    max-width: 1000px;
    margin: 0 auto;
  }

  #breadcrumb ul {
    float: right;
  }

  #breadcrumb ul li {
    float: left;
  }

  #breadcrumb ul li+li {
    margin-left: 6px;
    padding-left: 9px;
    background: url(../img/icon_arrow06.png) no-repeat left center;
  }

  #breadcrumb ul li a:hover {
    text-decoration: underline;
  }

  /* shareBtn
---------------------------------------------*/
  #shareBtn {
    background: #e8ebeb;
    padding: 50px 0;
  }

  #shareBtn dl {
    width: 321px;
    margin: 0 auto;
    background: #fff;
  }

  #shareBtn dl dt {
    float: left;
    width: 160px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 57px;
  }

  #shareBtn dl dd {
    float: left;
    position: relative;
  }

  #shareBtn dl dd+dd {
    border-left: 1px solid #1d1d1d;
  }

  #shareBtn dl dd+dd:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #5d5e5e;
    position: absolute;
    top: 10px;
    left: -1px;
  }

  #shareBtn dl dd a {
    width: 80px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-color: #1d1d1d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55%;
  }

  #shareBtn dl dd a:hover {
    background-color: #b1b7b8;
  }

  #shareBtn .fb {
    background-image: url(../img/btn_facebook01.png);
  }

  #shareBtn .tw {
    background-image: url(../img/btn_twitter01.png);
  }

  /* bottomLink
---------------------------------------------*/
  .bottomLink {
    background: #fff;
    padding: 60px 0;
    font-size: 0;
    text-align: center;
    clear: both;
  }

  .bottomLink li {
    width: 48%;
    display: inline-block;
    overflow: hidden;
  }

  .bottomLink li+li {
    margin: 0 0 0 4%;
  }

  .bottomLink li a {
    display: block;
    position: relative;
  }

  .bottomLink li a:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: #1d1d1d url(../img/icon_arrow07.gif) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .bottomLink li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: #fff url(../img/icon_arrow08.gif) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: -34px 0 0 -34px;
    transition: 0.2s ease-out;
  }

  .bottomLink li:hover a:after {
    width: 34px;
    height: 34px;
  }

  .bottomLink li p {
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1.5em;
    line-height: 1;
  }

  .bottomLink li p span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  /* subnavi
---------------------------------------------*/
  main nav {
    background: #1d1d1d;
    color: #fff;
  }

  main nav ul {
    max-width: 1040px;
    margin: 0 auto;
    padding: 21px 20px;
  }

  main nav ul li {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 20px;
    padding: 4px 13px 4px 0;
    position: relative;
  }

  main nav ul li:first-child {
    font-size: 1.6rem;
    border-right: 1px solid #8a8a8a;
    margin-left: 0;
    padding-right: 40px;
    font-weight: bold;
  }

  main nav ul li a:after {
    content: "";
    width: 5px;
    height: 12px;
    background: url(../img/icon_arrow17.png) left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 7px;
    right: 0;
  }

  main nav ul li span:after {
    content: "";
    width: 5px;
    height: 12px;
    background: url(../img/icon_arrow18.png) left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 7px;
    right: 0;
  }

  main nav ul li:first-child a:after,
  main nav ul li:first-child span:after {
    right: 28px;
  }

  main nav ul li a {
    color: #b5b5b5;
  }

  main nav ul li a:hover {
    color: #fff;
  }

  main nav ul li a:hover:after {
    background-image: url(../img/icon_arrow18.png);
  }

  main nav ul li span {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
  }

  main nav ul li:first-child span {
    border-bottom: 2px solid #fff;
  }

  /* module
---------------------------------------------*/
  /* btn */
  .btn01 span,
  .btn02 span {
    position: relative;
  }

  .btn01,
  .btn02,
  .btn03 {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 1.5rem;
    background-repeat: no-repeat;
    z-index: 2;
  }

  .btn01 {
    border: 1px solid #717171;
    background-image: url(../img/icon_arrow02.png);
    background-position: 203px center;
  }

  .btn01:hover {
    background-color: #1d1d1d;
    background-image: url(../img/icon_arrow03.png);
    background-position: 208px center;
    color: #fff;
  }

  .btn02 {
    border: 1px solid #717171;
    background-image: url(../img/icon_arrow13.png);
    background-position: 14px center;
  }

  .btn02:hover {
    background-color: #1d1d1d;
    background-image: url(../img/icon_arrow12.png);
    background-position: 9px center;
    color: #fff;
  }

  .btn03 {
    background-color: #1d1d1d;
    border: 1px solid #717171;
    background-image: url(../img/icon_header_contact.png);
    background-size: 16px 12px;
    background-position: 14px center;
    color: #fff;
  }

  .btn03:hover {
    background-color: #b1b7b8;
    border: 1px solid #b1b7b8;
  }

  /* .lead */
  .contentsWrap .inner>.lead {
    margin-bottom: 50px;
  }

  /* .generalBox */
  .generalBox {
    background: #fff;
    padding: 35px 45px;
    clear: both;
  }

  .generalBox+.generalBox {
    margin-top: 30px;
  }

  .generalBox .ttl {
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .generalBox .list01 {
    margin-top: 20px;
    margin-left: 25px;
  }

  .generalBox .list01 li {
    list-style-type: decimal;
  }

  .generalBox .list01 li+li {
    margin-top: 5px;
  }

  .generalBox dl.list02 {
    margin-top: 20px;
    border-bottom: 1px dotted #ccc;
  }

  .generalBox dl.list02 dt {
    width: 150px;
    float: left;
    border-top: 1px dotted #ccc;
    padding: 10px 0;
    font-weight: bold;
  }

  .generalBox dl.list02 dd {
    width: 755px;
    float: left;
    border-top: 1px dotted #ccc;
    padding: 10px 0;
  }

  .generalBox dl.list02 dd span {
    display: block;
  }

  .generalBox ul.list03 {
    margin-top: 20px;
  }

  .generalBox ul.list03 li {
    border-top: 1px dotted #ccc;
    padding-bottom: 10px;
  }

  .generalBox ul.list03 li p {
    float: left;
    font-weight: bold;
    margin-top: 10px;
  }

  .generalBox ul.list03 li dl {
    margin-top: 10px;
    padding-left: 130px;
  }

  .generalBox ul.list03 li dl dt {
    float: left;
  }

  .generalBox ul.list03 li dl dd {
    padding-left: 160px;
  }

  /* .pager */
  .pager {
    margin: 60px 0 0;
    clear: both;
  }

  .pager ul {
    text-align: center;
    font-size: 0;
  }

  .pager ul li {
    display: inline-block;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 2px;
  }

  .pager ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    transition: 0.2s ease-out;
  }

  .pager ul li a span {
    color: #333;
    background: none;
  }

  .pager ul li a:hover span {
    background: #d3d3d3;
  }

  .pager ul li.blank {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .pager ul li.back {
    margin-right: 40px;
  }

  .pager ul li.next {
    margin-left: 40px;
  }

  .pager ul li.next a {
    background: url(../img/icon_arrow15.png) right 3px top 7px no-repeat;
    padding-right: 18px;
  }

  .pager ul li.back a {
    background: url(../img/icon_arrow16.png) left 3px top 7px no-repeat;
    padding-left: 18px;
  }

  .pager ul li.next a:hover {
    background-position: right 0 top 7px;
  }

  .pager ul li.back a:hover {
    background-position: left 0 top 7px;
  }

  /* form
---------------------------------------------*/
  textarea,
  select,
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"] {
    background: #fff;
    padding: 9px;
    width: 100%;
    font-size: 1.4rem;
    height: 38px;
  }

  textarea {
    vertical-align: bottom;
    height: 150px;
  }
  input.short01,
  select.short01 {
    width: 235px;
  }
    select{
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
        width: 200px!important;
        height: 48px!important;
        display: block!important;
        border-radius: 2px!important;
        margin-top: 5px;
    }
  input.short02 {
    width: 108px;
  }

  form button {
    width: 400px;
    margin: 0 auto;
    font-size: 1.8rem !important;
    font-weight: bold;
    height: 80px !important;
    margin-top: 10px;
    background-position: 350px center !important;
    transition: 0.2s ease-out;
    background-color: #1d1d1d;
    color: #fff;
    background-image: url(../../../common/img/icon_arrow03.png) !important;
  }

  form button:hover {
    background-position: 355px center !important;
    background-color: #b1b7b8 !important;
    border-color: #b1b7b8 !important;
  }

  /* err */
  .errTtl {
    color: #df4d4d;
    background: #e8e5e5;
    border: 1px solid #df4d4d;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    margin: -15px 0 30px;
  }

  .err p {
    color: #df4d4d;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .err input {
    background: #ffefef !important;
  }

  /* #counseling
---------------------------------------------*/
  .counselingArea {
    background-color: #fff;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .counselingArea .ul01 {
    /* width: 1000px; */
    margin: 0 auto;
    /* display: flex;
    justify-content: center; */
  }

  .counselingArea .ul01 li {
    margin: 0 auto;
    width: 480px;
    position: relative;
  }

  .counselingArea .ul01 li a {
    display: block;
    width: 100%;
    transition: 0.3s ease;
  }

  .counselingArea .ul01 li a:hover {
    opacity: 0.7;
  }

  .counselingArea .ul01 li .p1 {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    margin-top: 10px;
  }

}


/*-----------------------------------------------------------------------------*/

@keyframes slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@media print,
screen and (min-width: 769px) {

  /* #header
---------------------------------------------*/
  #header {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 180px;
    top: 0;
    left: 0;
    line-height: 1;
    background-color: #fff;
    transition: 0.3s ease-out;
  }

  #header .inner {
    margin: 0 auto 0 0;
    padding: 0 0 0 40px;
  }

  /* #headerTop */
  #header #headerTop {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #header #headerTop .logo {
    width: 168px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/site_id1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 144px 40px;
    margin-top: -10px;
  }

  #header #headerTop .logo a {
    display: block;
    height: 100%;
  }

  #header #headerTop .btnMenu {
    display: none;
  }

  /*************************************
PCグローバルメニュー
**************************************/
  #gnav1 {
    position: absolute;
    height: 180px;
    top: 0;
    right: 170px;
    z-index: 200;
    transition: 0.3s ease-out;
  }

  #gnav1 .mainNav {
    /* width: 680px; */
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 40px;
  }

  #gnav1 .mainNav>li {
    position: relative;
    margin: 40px 0;
    height: calc(100% - 80px);
  }

  #gnav1 .mainNav>li>a {
    font-size: 14px;
    font-weight: bold;
    /* width: 128px; */
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #gnav1 .mainNav>li:not(:first-child) {
    margin-left: 20px;
  }
  

  /* #gnav1 .mainNav>li:not(.type5)>a {
    cursor: default;
  } */

  #gnav1 .mainNav>li>a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
  }

  #gnav1 .mainNav>li:not(.type5):hover a::before {
    pointer-events: auto;
    opacity: 1;
  }

  #gnav1 .mainNav>li.type5>a:hover::before {
    pointer-events: auto;
    opacity: 1;
  }

  .aboutus #gnav1 .mainNav>li.type1>a::before,
  .concept #gnav1 .mainNav>li.type1>a::before,
  .company #gnav1 .mainNav>li.type1>a::before,
  .service #gnav1 .mainNav>li.type2>a::before,
  .works #gnav1 .mainNav>li.type3>a::before,
  .seminar #gnav1 .mainNav>li.type4>a::before,
  .download #gnav1 .mainNav>li.type5>a::before {
    pointer-events: auto;
    opacity: 1;
  }

  #gnav1 .subNav {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 0;
  }

  #gnav1 .subNav a {
    display: flex;
    padding: 10px 15px;
    font-size: 11px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  #gnav1 .subNav>ul>li:first-child a {
    padding-top: 20px;
  }

  #gnav1 .subNav>ul>li:last-child a {
    padding-bottom: 20px;
  }

  #gnav1 .subNav a::before {
    content: "ー";
    margin-right: 5px;
  }

  #gnav1 .subNav a:hover {
    background-color: #b0b5b7;
}


  /* gnavHover */
  /* .fullBg1 {
	position: fixed;
	z-index: 150;
  top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease;
}
.gnavBg .fullBg1 {
	opacity: 1;
	pointer-events: auto;
}
.gnavBg #gnav1 .mainNav > li > a {
	color: #fff;
}
.gnavBg #gnav1 .mainNav > li > a::before {
	background-color: #fff;
} */
  #gnav1 .mainNav>li.gnavOn:not(.type5)>a::after {
    pointer-events: auto;
    opacity: 1;
  }

  #gnav1 .mainNav>li.gnavOn .subNav {
    pointer-events: auto;
    opacity: 1;
  }

  /*************************************
PCトグルエリア
**************************************/
  .menuWrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
  }

  .accessWrap {
    display: flex;
    transition: 0.3s ease;
  }

  .accessWrap .item {
    width: 85px;
    height: 50px;
    font-size: 10px;
    opacity: 1;
  }

  .open .accessWrap .item {
    opacity: 0;
    pointer-events: none;
  }

  .accessWrap .item.tel {
    background-color: #b0b5b7;
  }

  .accessWrap .item.mail {
    background-color: #fff;
    display: block;
    transition: background 0.3s ease;
  }

  .accessWrap .item.mail:hover {
    background-color: #b0b5b7;
  }

  .accessWrap .item .tit1 {
    font-size: 10px;
    text-align: center;
    padding-top: 32px;
    position: relative;
  }

  .accessWrap .item .tit1::before {
    content: "";
    width: 11px;
    height: 17px;
    background-image: url(../img/ico_tel01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .accessWrap .item.mail .tit1::before {
    width: 17px;
    height: 13px;
    background-image: url(../img/ico_mail01.svg);
    top: 12px;
  }

  .accessWrap .item.tel .telOn {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 150;
    width: 235px;
    padding: 20px;
    background-color: #b0b5b7;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }

  .accessWrap .item.tel:hover .telOn {
    opacity: 1;
    pointer-events: auto;
  }

  .accessWrap .item.tel .telOn .tit2 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .accessWrap .item.tel .telOn .p1,
  .accessWrap .item.tel .telOn .p2 {
    font-size: 13px;
    display: flex;
    align-items: center;
  }

  .accessWrap .item.tel .telOn .p1 .s2,
  .accessWrap .item.tel .telOn .p2 .s2 {
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
    pointer-events: none;
  }

  .accessWrap .item.tel .telOn .p2 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #000;
  }

  /* toggle */
  #nav-toggle {
    position: absolute;
    right: 0;
    top: 50px;
    width: 170px;
    height: 170px;
    cursor: pointer;
    z-index: 101;
    padding: 0 60px;
    box-sizing: border-box;
    transition: 0.3s ease;
    background-color: #000;
  }

  #nav-toggle::after {
    content: "menu";
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: 0.3s ease;
    font-family: serif;
  }

  .open #nav-toggle::after {
    content: "close";
  }

  #nav-toggle div {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
    background: #fff;
  }

  #nav-toggle span:nth-child(1) {
    top: 63px;
  }

  #nav-toggle span:nth-child(2) {
    top: 78px;
  }

  .open #nav-toggle span {
    height: 7px;
    width: 46px;
  }

  .open #nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 60px;
  }

  .open #nav-toggle span:nth-child(2) {
    transform: translateY(-8px) rotate(45deg);
    top: 76px;
  }

  /*************************************
PCメガメニュー
**************************************/
  /* megaMenu */
  .megaMenu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 290;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
    color: #fff;
    padding-bottom: 60px;
  }

  .open .megaMenu {
    opacity: 1;
    pointer-events: auto;
    overflow: auto;
  }

  .megaMenu a {
    color: #fff;
  }

  .megaMenu .logo2 {
    width: 1040px;
    height: 180px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .megaMenu .logo2 a {
    display: block;
    width: 208px;
    height: 60px;
    margin-top: -10px;
  }

  .megaMenu .megaInner {
    width: 820px;
    margin: 0 auto;
  }

  .megaMenu .titBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .megaMenu .titBlock .tit1 {
    font-size: 46px;
    letter-spacing: 0.1em;
  }

  .megaMenu .titBlock .contact {
    display: flex;
  }

  .megaMenu .titBlock .contact .tel,
  .megaMenu .titBlock .contact .mail {
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #000;
    background-color: #b0b5b7;
    position: relative;
    width: 235px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
  }

  .megaMenu .titBlock .contact .mail {
    background-color: #fff;
    transition: 0.3s ease;
    margin-left: 12px;
    padding-left: 30px;
  }

  .megaMenu .titBlock .contact .mail:hover {
    background-color: #b0b5b7;
  }

  .megaMenu .titBlock .contact .tel::before,
  .megaMenu .titBlock .contact .mail::before {
    content: "";
    width: 18px;
    height: 27px;
    background-image: url(../img/ico_tel01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    left: 33px;
    margin: auto;
  }

  .megaMenu .titBlock .contact .mail::before {
    width: 25px;
    height: 19px;
    background-image: url(../img/ico_mail01.svg);
    top: 17px;
    left: 44px;
  }

  .megaMenu .titBlock .contact .tel .telOn {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 150;
    width: 235px;
    padding: 20px;
    background-color: #b0b5b7;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
    letter-spacing: 0;
  }

  .megaMenu .titBlock .contact .tel:hover .telOn {
    opacity: 1;
    pointer-events: auto;
  }

  .megaMenu .titBlock .contact .tel .telOn .tit2 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .megaMenu .titBlock .contact .tel .telOn .p1,
  .megaMenu .titBlock .contact .tel .telOn .p2 {
    font-size: 13px;
    display: flex;
    align-items: center;
  }

  .megaMenu .titBlock .contact .tel .telOn .p1 .s2,
  .megaMenu .titBlock .contact .tel .telOn .p2 .s2 {
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
  }

  .megaMenu .titBlock .contact .tel .telOn .p2 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #000;
  }

  /* clm3 */
  .megaMenu .clm3 {
    display: flex;
    justify-content: space-between;
  }

  .megaMenu .clm3 .mMenu {
    width: 230px;
  }

  .megaMenu .clm3 .mMenu a {
    transition: 0.3s ease;
  }

  .megaMenu .clm3 .mMenu a:hover {
    opacity: 0.7;
  }

  .megaMenu .clm3 .mMenu .inBlock {
    padding-top: 40px;
  }

  .megaMenu .clm3 .mMenu .inBlock+.inBlock {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }

  .megaMenu .clm3 .mMenu .inBlock .inTit1 {
    font-size: 26px;
    letter-spacing: 0.2em;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl1>li {
    margin-top: 16px;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl1>li>a {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    display: block;
    padding-left: 26px;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl1>li>a::before {
    display: block;
    content: '';
    position: absolute;
    top: .35em;
    left: 4px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl1>li.type2 {
    margin-top: 24px;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl1>li.type2>a {
    background-color: #b1b7b8;
    color: #000300;
    font-weight: 500;
    text-align: center;
    padding: 5px 0 6px;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl1>li.type2>a::before {
    border-right: 1px solid #000300;
    border-bottom: 1px solid #000300;
    top: 0.8em;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl2>li {
    margin-top: 8px;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl2>li>a {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    display: block;
    padding-left: 42px;
  }

  .megaMenu .clm3 .mMenu .inBlock .inUl2>li>a::before {
    display: block;
    content: '_';
    position: absolute;
    top: 0;
    left: 30px;
    width: 10px;
    height: 10px;
  }

  .megaMenu .clm3 .mMenu .inBlock .bnr1 {
    margin-top: 30px;
  }

  /* #headWrap
---------------------------------------------*/
  body.open {
    overflow: hidden;
  }

  .headOn #header,
  .headOn #gnav1,
  .headOn .menuWrap {
    position: fixed;
  }

  body:not(.close).headOn #header,
  body:not(.close).headOn #gnav1,
  body:not(.close).headOn .menuWrap {
    animation: slideInDown .3s forwards linear;
  }

  body:not(.open).headEnd #header,
  body:not(.open).headEnd #gnav1,
  body:not(.open).headEnd .menuWrap {
    position: fixed;
    animation: slideInUp .3s forwards linear;
  }

  /* ヘッダー変形 */
  .navChange #header {
    height: 100px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .navChange #header #headerTop .logo {
    margin-top: 0;
  }

  .navChange #gnav1 {
    height: 100px;
  }

  .navChange #gnav1 .mainNav>li {
    /* margin: 0; */
    height: 100%;
  }

  .navChange #gnav1 .mainNav>li:not(.type5)>a::after {
    bottom: -1px;
  }

  .navChange #gnav1 .mainNav>li>a::before {
    bottom: 30px;
  }

  .navChange .accessWrap {
    flex-flow: column;
    padding-right: 100px;
  }

  .navChange #nav-toggle {
    top: 0;
    width: 100px;
    height: 100px;
    padding: 0 26px;
  }

  .navChange #nav-toggle::after {
    bottom: 26px;
  }

  .navChange #nav-toggle span:nth-child(1) {
    top: 29px;
  }

  .navChange #nav-toggle span:nth-child(2) {
    top: 44px;
  }

  .open.navChange #nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 26px;
  }

  .open.navChange #nav-toggle span:nth-child(2) {
    transform: translateY(-8px) rotate(45deg);
    top: 42px;
  }
}


/*-----------------------------------------------------------------------------*/

@media print,
screen and (max-width: 1000px) and (min-width: 768px) {
  #container.simpleLayout {
    padding: 70px 0 0;
  }

  #container.simpleLayout #ttlArea {
    border-top: none;
  }

  #header #headerTop .logo {
    left: 15px;
  }
}


/*-----------------------------------------------------------------------------*/

@media print {

  /* -----------------------------------------------------------------------------

	print

----------------------------------------------------------------------------- */
  body {
    min-width: 1040px;
  }

  #header {
    position: absolute;
  }
}


/*-----------------------------------------------------------------------------*/

@media print,
screen and (min-width: 769px) {
  div#tubular-container iframe {
    display: none;
  }

  /* .bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 700px;
       background: url(../../img/bg_main.jpg) no-repeat center top;
        background-size: cover;
        z-index: -1;
				transition: 0.3s ease;
    }
	.bg:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background-color: rgba(0,0,0,0.6);
		z-index: 1;
	}
	.bg .slick-slide img {
	    display: block;
	    width: 100%;
	    height: 100vh;
	    object-fit: cover;
	}
	.obj-fit-img {
		object-fit: cover;
		object-position: center;
		font-family: 'object-fit: cover; object-position: center;';

	} */
}


/* 210406 */
.offerBox {
  width: 100%;
  margin: 0 auto;
}

.offerBox.type1 {
  width: 535px;
  margin-top: 55px;
}

.offerBox .link1 {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 60px 30px;
  transition: 0.3s ease;
}

.offerBox .link1:hover {
  opacity: .7;
}

.offerBox .img1 {
  width: 475px;
  margin: 0 auto;
}

.offerBox .img1 img {
  width: 100%;
  display: block;
}

@media print,
screen and (max-width: 768px) {
  .offerBox {
    width: 100%;
  }

  .offerBox.type1 {
    width: 100%;
    margin-top: 30px;
  }

  .offerBox .link1 {
    padding: 30px 12px;
  }

  .offerBox .img1 {
    width: 100%;
    max-width: 320px;
  }
}