@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:25px 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/*============================================================
base
============================================================*/

html, body {
  overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  color: #333;
  background: #fff;
  position: relative;
    font-family: "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


#content {
    padding-top: 50px;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #007bff;
  text-decoration: underline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:active,
a:focus {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover,
button:hover {
    opacity: 80%;
}



img {
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

.object-fit-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* iOS初期仕様解除 
input {
  -webkit-appearance: none;
  border-radius: 0;
}*/

/* テキストハイライト 
*::selection {
  background: rgba(129, 56, 56,.3);
}
*::-moz-selection {
  background: rgba(129, 56, 56,.3);
}
*/
button {
    padding:0;
    border-width:0;
    background-color: transparent;
}

.inner {
    padding: 30px 0;
}

.error_box {
    border: 1px solid #ff5126;
    background: #FADBDA;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 0;
}

.error_box a {
    color: #ff5126;
    text-decoration: underline;
}

footer {
    padding: 24px 0 0 0;
    background: #f7f9fb;
}

#footer_wrap {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 24px 0 18px;
    border-top: 1px solid #e5e8eb;
}

.footer-main,
.footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.footer-brand img {
    width: 190px;
    height: auto;
    margin-bottom: 12px;
}

.footer-brand p,
.footer-brand address,
.footer-contact p,
.footer-mail {
    color: #555;
    font-size: 13px;
    line-height: 1.7;
}

.footer-brand address {
    margin-top: 10px;
}

.footer-link-block {
    padding: 18px 16px;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 8px;
}

.footer-links h2,
.footer-contact h2 {
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.footer-link-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
}

.footer-links li {
    line-height: 1.45;
}

.footer-links a,
.footer-mail {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.footer-contact {
    padding: 18px 16px;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.footer-phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 12px 0 0;
    padding: 11px 16px;
    color: #ff5126;
    background: #fff4ed;
    border: 1px solid rgba(255,81,38,0.22);
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.footer-phone-link::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: currentColor;
    flex: 0 0 auto;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.91.32 1.8.59 2.65a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6.27 6.27l1.25-1.25a2 2 0 0 1 2.11-.45c.85.27 1.74.47 2.65.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.91.32 1.8.59 2.65a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6.27 6.27l1.25-1.25a2 2 0 0 1 2.11-.45c.85.27 1.74.47 2.65.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-contact-button {
    display: block;
    margin: 14px 0 10px;
    padding: 11px 16px;
    color: #fff;
    background: #ff5126;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.right  {
    text-align: right  !important;
}

.left  {
    text-align: left  !important;
}

.center  {
    text-align: center  !important;
}



/*============================================================
============================================================*/
#wrapper {
    width: 100%;
}

header {
    background: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 102;
    opacity: 95%;
}

#header_wrap {
    position: relative;
    margin:0;
    width: 100%;
    padding: 0 0px 0 10px;
    height: 75px;
    
}

.wrap {
    width: 90%;
    margin: 0 auto;
}


#header_logo {
    position: relative;
    z-index: 2;
    width: 112px;
    min-height: 60px;
    float:left;
    background: none;
}

#header_logo img {
    width: 106px;
    height: auto;

    margin: 23px 0 0 0;
}

#header_catchcopy {
    float: none;
    position: absolute;
    z-index: 1;
    left: 120px;
    right: 58px;
    top: 5px;
    width: auto;
    min-width: 0;
    height: 66px;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

#header_catchcopy img {
    display: block;
    width: 84%;
    height: 54px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
}

#header_nav {
    width: 58px;
    float: right;
}



#header_address {
    position: absolute;
    right: 70px;
    top: 17px;
    
}

#header_address img {
    width: 88px;
}


.view_wrap {
    width: 100%;
    padding: 30px 30px;
    
}

.view_page .col_left .col_text {
    font-size: 14px;
}
.view_page .col_right .col_text {
    font-size: 14px;
}


.page_head_left {
    width: 200px;
    margin: -60px 0 0 0;
    
}



#home_main {
    padding: 30px 0 0px 0;
    margin:0 0 -10px 0;
}

#home_main h1,
#home_main h2 {
    display: none;
}

#home_main #home_video {
    width: 100%;
    height: auto;
}


#home_news {
    margin: 0px 0 0 0;
    background:#f0f0f0;
    padding: 0px;
    font-size: 13px;
}

#home_news .view_wrap {
    padding: 10px 30px;
}


#home_news dl {
    margin: 0 auto;
}


#home_news dt {
    color: #ff5126;
}

#home_news dd {
    padding-left: 20px;
}


.view_page h3 {
    color: #ff5126;
    font-size: 20px;
    
    padding: 30px 0 30px 0;
    text-align: center;
}



#home_business .view_title {
    padding: 0 0 50px 0;
}

#home_business .col_text {
    padding-bottom: 50px;
}


#home_business .col_logo a img {
    width: 100%;
}

#home_aboutus {
    padding: 0px 0 0px 0;
    background:  #FFFBF0;
}

#home_aboutus > .view_wrap {
    background: url(/common/img/toucan_print.png) no-repeat right;
    background-size: 40%;
}

#feature #home_aboutus {
    background: white;
}

#home_aboutus h3 {
    padding: 30px 0 20px 0;
    font-size: 22px;
    font-weight: bold;
}

#home_aboutus .detail_button {
    padding: 30px 0 100px 0;
}

#home_aboutus .col_left {
    text-align: right;
}

#home_aboutus .col_left .col_text > div {
    text-align: left;
}

#home_aboutus .col_left .col_text > div > .detail_button {
    text-align: right;
}


#home_second {
    background: #ff5126;
    color: white;
    text-align: left;
    margin-top: 0;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 40px;
}

#home_head_left {
    padding: 50px 0;
}

#home_item_menu a .icon {
    font-weight: bold;
    line-height: 40px;
    margin-top: 30px;
}

#home_inquiry {
    margin: 40px 0 40px 0;
    text-align: center;
}

#home_inquiry h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

#home_inquiry .detail_button {
    text-align: center;
    width: 100%;
    margin: 60px 0 100px 0;
}



.form_page_wrap {
    margin: 0 auto;
    padding: 0 0 50px 0;
}


.form_page_wrap input[type=text],
.form_page_wrap input[type=email],
.form_page_wrap input[type=tel],
.form_page_wrap select  {
    width: 100%;
    border: 1px solid #666;
    border-radius: 10px;
    margin: 5px;
    height: 40px;
    padding: 3px 5px;
    -webkit-appearance: auto;
}

.form_page_wrap .inquriy_left {
    text-align: left;
}


.form_page_wrap input[type=radio],
.form_page_wrap input[type=checkbox] {
    -webkit-appearance: auto;
    vertical-align: middle;
    margin:0 10px 0 20px;
}


.form_page_wrap input[type=radio] + label,
.form_page_wrap input[type=checkbox] + label {

}

.form_page_wrap textarea {
    width: 100%;
    margin: 5px;
    padding: 3px 5px;
    border: 1px solid #666;
    border-radius: 10px;
    min-height: 160px;
}


.form_page_wrap h2 {
    padding: 30px 0 10px 0;
    font-weight: bold;
    text-align: left;
}


.form_page_wrap h1,
.form_page_wrap h3 {
    padding: 10px 0 0 0;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.form_page_wrap button {
    width: 300px;
    margin: 20px auto;
    color:white;
    font-size: 16px;
    text-align:center;
    background: #ff5126;
    border-radius: 20px;
    line-height: 40px;
    display:block;
}

#frm_home_inquiry button {
    margin-bottom: 60px;
    
}


/*============================================================
============================================================*/
.view_bg_cream {
    background:  #FFFBF0;
}

.view_bg_gray {
    background: #FAF8F8;
}




/*============================================================
============================================================*/


#nav-container {
    position: static;
}

body.nav-open {
    overflow: hidden;
}

.button {
    position: fixed;
    right: 12px;
    top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 300;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 60px;
    width: 44px;
    cursor: pointer;
    pointer-events: auto;
    margin-right: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.icon-bar {
    display: block;
    width: 30px;
    height: 1px;
    background: #ff5126;
    transition: .2s;
}

.icon-bar + .icon-bar {
    margin-top: 8px;
}

.button-label {
    display: block;
    margin-top: 6px;
    color: #ff5126;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

#nav-container.is-open .icon-bar:nth-of-type(1) {
    transform: translate3d(0,9px,0) rotate(45deg);
}

#nav-container.is-open .icon-bar:nth-of-type(2) {
    opacity: 0;
}

#nav-container.is-open .icon-bar:nth-of-type(3) {
    transform: translate3d(0,-9px,0) rotate(-45deg);
}

#nav-content {
    padding: 92px 24px 36px 24px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,251,240,0.98);
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .2s, transform .2s;
    z-index: 150;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

#nav-container.is-open #nav-content {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.nav-content-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}

.nav-menu-label {
    color: #ff5126;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
}

a .icon {
    padding-left: 20px;
    background: url(/common/img/icon_link.png) left 50% no-repeat;
    background-size: 15px;
}

#nav-content-link {
    width: 100%;
    padding: 0;
}

#nav-content-link a {
    display: block;
    margin: 0 0 17px 0;
    color: #333;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

#nav-content-link .nav-service-group > a {
    margin-bottom: 10px;
}

.nav-service-list {
    display: grid;
    gap: 8px;
    margin: -2px 0 18px 20px;
    padding: 0 0 0 14px;
    border-left: 2px solid rgba(255,81,38,0.22);
}

#nav-content-link .nav-service-list a {
    margin: 0;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.55;
}

.nav-menu-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 13px;
    align-items: center;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid rgba(51,51,51,0.14);
    padding: 0 0 14px 0;
    margin-bottom: 14px;
}

.nav-menu-card-image {
    display: block;
    width: 92px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f0f0f0;
}

.nav-menu-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-menu-card-body,
.nav-news-item {
    display: block;
}

.nav-menu-date {
    display: block;
    color: #ff5126;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}

.nav-menu-title {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.45;
}

.nav-news-item {
    color: #333;
    font-size: 12px;
    line-height: 1.6;
    text-decoration: none;
    border-bottom: 1px solid rgba(51,51,51,0.14);
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.nav-social-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.nav-social-links a {
    display: block;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.45;
    text-decoration: none;
}

.nav-social-links a:hover {
    color: #ff5126;
}



#copyright {
    font-size: 11px;
    margin-top: 24px;
    padding: 16px 0 0;
    border-top: 1px solid #e5e8eb;
    color: #777;
    text-align:center;
}




#blog_title {
    padding: 30px 30px 10px 30px;
    z-index: 1;
    position: relative;
}
#blog_title_second {
    background: #ff5126;
    color: white;
    text-align: center;
    margin-top: 0;
    font-size: 11px;
    line-height: 20px;
    padding: 5px 15px;
    margin: 0px 0 0px 0;
}
#blog_title_second .view_wrap {
    padding: 0px 0;
    margin: 5px 0;
}



#blog_main {
    margin: 0px 0 0 0;
    background:#f0f0f0;
    padding-top: 5px;
}


#blog_main .view_wrap {
    padding: 10px 10px;
}

#blog_left_col {
    width: 100% !important;
}

#blog_left_col > div {
}

h3.blog_title,
h1.blog_title {
    font-size: 20px;
    padding: 0px 0 20px 0;
    text-align: left;
    color: #ff5126;
}

h3.blog_title a {
    color: #ff5126;
    
}

.blog_date {
    text-align:right;
    color: #333 !important;
}

.blog_body {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0px 10px 0;
    padding: 20px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
    position: relative;
    
transform: none !important;
}

#blog_main_bg {
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    
}

.blog_body h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ff5126;
    text-decoration-style: dotted;
    text-decoration-thickness: 5px;
    text-underline-offset: 3px;

}

.blog_body h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 10px 0;
    color: #ff5126;

}
.blog_quote h5 {
    color: #000;
}

.blog_body li {
    margin-left: 20px;
    list-style: disc;
}

.blog_body ol li {
    list-style: decimal;
}


.blog_body .blog_quote {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 10px;
    font-size: 14px;
}

.blog_body .blog_iframe_youtube {
    max-height: 200px;
}

#blog_sidebar_index {
    display: none;
}



.tbl_excel {
    width: 100%;
}

.tbl_excel th,
.tbl_excel td {
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #999;
    padding: 3px 5px;
    background: #fff;
}

.tbl_excel th {
    text-align: center;
    font-weight: bold;
    background: #ccc;
}

.tbl_excel tr:nth-child(odd) td {
    background: #f0f0f0;
}

.sp_full {
    width: 100% !important;
}


.blog_body_footer {
    text-align: center;
}


/*---SNSボタンを丸くする---*/
.blog_body_footer .button-caption {
    display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.blog_body_footer .sns-share-message{
    font-weight: bold; /*太字*/
    color: #ff5126; /*文字色*/
    padding: 0 0 20px 0;
}
.blog_body_footer .sns-share-buttons {
    flex-wrap: nowrap; /*折り返さない*/
    justify-content: center; /*中央寄せ*/
}
.blog_body_footer .sns-share-buttons a {
    border-radius: 50%; /*丸くする*/
    font-size: 20px; /*アイコンのサイズ*/
    margin: 0 10px; /*ボタン同士の間隔*/
}
.blog_body_footer .sns-share a {
    width: 40px; /*ボタンの横幅*/
    height: 40px; /*ボタンの高さ*/
}
.blog_body_footer .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.blog_body_footer .icon-twitter {
    background: url('/common/img/button/twitter.png') 0 0 no-repeat;
    background-size: 40px;
}
.blog_body_footer .icon-facebook {
    background: url('/common/img/button/facebook.png') 0 0 no-repeat;
    background-size: 40px;
}

#gotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.8;
    display: none;
}

.blog_body .blog_box {
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 30px;
}
