@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* main 共通  */
/******************************************************/


/******************************************************/
/* topMain  */
/******************************************************/
#topMain {
    height: 618px;
    overflow: hidden;
    position: relative;
}
#topMain img {
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/******************************************************/
/*  awards  */
/******************************************************/
#awards {
  padding: 60px 0;  
  
}


#awards .awards_list_wrap .awards_list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

#awards .awards_list_wrap .awards_list li {
  width: auto;
  height: auto;
  flex-shrink: unset;
}

#awards .awards_list_wrap .awards_list li.sp {
  display: none;
}

#awards .awards_list_wrap .awards_list li img {
  width: 100%;
  height: auto;
}  


/******************************************************/
/* topics  */
/******************************************************/
#topics {
    background: #feefe4;
    padding: 60px 0 80px;
}
#topics h2 {
    color: #e8340c;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 28px;
}
#topics h2 span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-top: 7px;
}
#topics .topics_area {
    display: flex;
    justify-content: space-between;
}
#topics .topics_news {
    background: #ffffff;
    width: 520px;
    min-height: 328px;
    text-align: left;
    position: relative;
}
#topics .topics_news ul {
    padding-bottom: 56px;
}
#topics .topics_news li {
    padding: 17px 20px 10px 20px;
    background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
    font-size: 1.5rem;
    line-height: 1.65;
    letter-spacing: normal;
    box-sizing: border-box;
    display: flex;
}
#topics .topics_news li .date {
    color: #e8340c;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    width: 8em;
    display: block;
    flex-shrink: 0;
}
#topics .topics_news li a {
    color: #000000;
    text-decoration: none;
    display: block;
}
#topics .topics_news .btn {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.1;
    position: absolute;
    bottom: 0;
    right: 0;
    display: table;
}
#topics .topics_news .btn a {
    background: #e8340c url(../images/arrow_right.svg) no-repeat 15px center;
    background-size: 11px 15px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding: 0 15px 0 46px;
    text-decoration: none;
}
#topics dl#topics_sns {
    background: #ffffff;
    width: 520px;
}
#topics dl#topics_sns > dt {
    background: #e8340c;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.18em;
    padding: 17px 20px;
}
#topics dl#topics_sns > dd {
    border-top: 1px solid #e7e7e7;
    padding: 0 30px 0 40px;
}
#topics dl#topics_sns > dd dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 89px;
}
#topics dl#topics_sns > dd dl.new::before {
    content: "NEW";
    background: #e8340c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 5px 4px 5px;
    position: absolute;
    top: 10px;
    left: -42px;
    transform: rotate(-15deg);
}
#topics dl#topics_sns > dd dl dt {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
}
#topics dl#topics_sns > dd dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 60px;
    width: 160px;
    flex-shrink: 0;
}
#topics dl#topics_sns > dd dl dd::before {
    content: "";
    display: block;
    background: url("../images/topics_sns_dotted.png") no-repeat;
    width: 30px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    left: 10px;
    opacity: 0.3;
}
#topics dl#topics_sns > dd dl dd ul {
    display: flex;
}
#topics dl#topics_sns > dd dl dd ul li {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    width: 80px;
}
#topics dl#topics_sns > dd dl dd ul li a {
    color: #333;
    font-weight: 600;
}
#topics dl#topics_sns > dd dl dd ul li a span {
    display: block;
    margin-top: 6px;
}
#topics dl#topics_sns > dd dl dd ul li.sns_note img {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    width: 38px;
    height: 38px;
}


/******************************************************/
/* facilities  */
/******************************************************/
#facilities {
    padding: 60px 0 80px;
}
#facilities h2 {
    color: #e8340c;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 28px;
}
#facilities h2 span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-top: 7px;
}
#facilities .facilities_map .flick {
    display: none;
}
#facilities .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
#facilities .list li {
    width: 258px;
}
#facilities .list li a {
    text-decoration: none;
    position: relative;
    display: block;
}
#facilities .list li p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    height: 50px;
    width: 258px;
    position: relative;
    display: table;
}
#facilities .list li p span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}
#facilities .list li p::after {
    content: "";
    display: block;
    background: #e8340c url(../images/arrow_right.svg) no-repeat center center;
    background-size: 11px 15px;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}


/******************************************************/
/* topSection  */
/******************************************************/
#main .topSection {
    position: relative;
    padding: 90px 0;
}
#main #section01 {
    background: url(../images/top_section01-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section02 {
    background: url(../images/top_section02-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section03 {
    background: url(../images/top_section03-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section04 {
    background: url(../images/top_section04-bnr-img.png) no-repeat center center;
    background-size: cover;
}
#main #section01::before {
    content: "";
    display: block;
    background: url(../images/top_section_line01.png) no-repeat center center;
    background-size: 100% 30px;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}
#main #section02::before {
    content: "";
    display: block;
    background: url(../images/top_section_line02.png) no-repeat center center;
    background-size: 100% 30px;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}
#main #section03::before {
    content: "";
    display: block;
    background: url(../images/top_section_line03.png) no-repeat center center;
    background-size: 100% 30px;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}
#main #section04::before {
    content: "";
    display: block;
    background: url(../images/top_section_line04.png) no-repeat center center;
    background-size: 100% 32px;
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}
#main #section04::after {
    content: "";
    display: block;
    background: url(../images/top_section_line05.png) no-repeat center bottom;
    background-size: 100% 16px;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#main .topSection .message {
    background: rgba(255,255,255,0.9);
    color: #333333;
    box-sizing: border-box;
    width: 470px;
    padding: 35px 40px 30px;
    border-radius: 8px;
    text-align: left;
}
#main .topSection .message h2 {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
#main #section01 .message h2::before {
    content: url(../images/top_section01-bnr-icon.png);
    margin-right: 10px;
}
#main #section02 .message h2::before {
    content: url(../images/top_section02-bnr-icon.png);
    margin-right: 10px;
}
#main #section03 .message h2::before {
    content: url(../images/top_section03-bnr-icon.png);
    margin-right: 10px;
}
#main #section04 .message h2::before {
    content: url(../images/top_section04-bnr-icon.png);
    margin-right: 10px;
}
#main #section05 .message h2::before {
    content: url(../images/top_section05-bnr-icon.png);
    margin-right: 10px;
}
#main .topSection .message p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.02em;
}
#main .topSection .message p.btn {
    display: table;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 18px;
}
#main .topSection .message p.btn a {
    background: #ffffff;
    color: #333333;
    border: 2px solid #cccccc;
    border-radius: 6px;
    display: table-cell;
    padding: 13px 54px 15px 20px;
    text-decoration: none;
    position: relative;
}
#main #section01 .message p.btn a {
    border-color: #f2c517;
}
#main #section02 .message p.btn a {
    border-color: #abcd74;
}
#main #section03 .message p.btn a {
    border-color: #6fc7e7;
}
#main #section04 .message p.btn a {
    border-color: #91b7fd;
}
#main .topSection .message p.btn a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #555555;
    border-top: 1px solid #555555;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
/* #section05 */
#main #section05 {
    position: relative;
    padding: 20px 0 40px;
}
#main #section05 .inbox {
    display: flex;
    align-items: center;
    width: auto;
    min-width: 1000px;
    margin: auto;
}
#main #section05 .rbox {
    width: calc(50% + 150px);
    text-align: left;
}
#main #section05 picture {
    width: auto;
    height: auto;
}
#main #section05 picture img {
    width: auto;
    height: auto;
    max-width: 100%;
}
#main #section05 .lbox {
    width: calc(50% - 150px);
    text-align: right;
    order: -1;
}
#main #section05 .message {
    background: none;
    border-left: 6px solid #e60012;
    color: #333333;
    box-sizing: border-box;
    width: 320px;
    padding: 35px 24px 30px 36px;
    border-radius: 0;
    text-align: left;
    margin-left: auto;
    margin-right: 30px;
}
#main #section05 .message p {
    text-align: left;
}
#main #section05 .message p.btn a {
    background: #e60012;
    color: #ffffff;
    border-color: #f8a1a8;
}
#main #section05 .message p.btn a::after {
    border-color: #ffffff;
}



}