@charset "UTF-8";

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

ボタンの動き

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

/*-----メインイメージ-----*/

.button .btn-1 {
    width: 320px;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.2);
}

.button .btn-1 a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.button .btn-1::before,
.button .btn-1::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.button .btn-1 a::before,
.button .btn-1 a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.button .btn-1:hover::before,
.button .btn-1:hover::after {
    width: 100%;
}

.button .btn-1:hover a::before,
.button .btn-1:hover a::after {
    height: 100%;
}

/*----- button 1 -----*/
.btn-1::before,
.btn-1::after {
    transition-delay: 0.2s;
}

.btn-1 a::before,
.btn-1 a::after {
    transition-delay: 0s;
}

.btn-1::before {
    right: 0;
    top: 0;
}

.btn-1::after {
    left: 0;
    bottom: 0;
}

.btn-1 a::before {
    left: 0;
    top: 0;
}

.btn-1 a::after {
    right: 0;
    bottom: 0;
}

.btn-1:hover::before,
.btn-1:hover::after {
    transition-delay: 0s;
}

.btn-1:hover a::before,
.btn-1:hover a::after {
    transition-delay: 0.2s;
}

@media only screen and (max-width: 690px) {
    .button .btn-1 {
        margin: 50px 0 0 0;
		max-width: 80%;
    }

    .button .btn-1 a {
        border: 2px solid #fff;
    }
}


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

TOP サービス

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

.top_service .dlb_box4-4_area .col:nth-child(2n) .dlb_box4-4_txt {
    background-color: #EEEEEE;
}

.top_service_title {
    font-size: 18px;
    color: #063468;
    margin-bottom: 15px;
}


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

TOP 運び先から探す

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

.top_search {
    background-image: url(../image/top_search_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 80px 0;
}

.top_search .top_title_center_underbar {
    color: #ffffff;
}

.top_search .top_title_center_underbar_en {
    color: #ffffff;
}

.top_search .sreach_switching {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 340px;
}

.top_search .sreach_switching_list {
    width: 45%;
    padding-right: 20px;
}

.top_search .sreach_switching_list ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    /* justify-content: space-between; */
    justify-content: space-around;
    height: 100%;
}

.top_search .sreach_switching_list li {
    width: 100%;
}

.top_search .sreach_switching_list li+li {
    margin-top: 15px;
}

.top_search .sreach_switching_list li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
    height: 70px;
    padding: 0 0 0 60px;
    background: url(../other/icon_ship.svg)no-repeat rgba(255, 255, 255, 0.6) center left 20px /23px 30px;
}

.top_search .sreach_switching_list li a:hover {
    text-decoration: none;
}

.sreach_switching_img {
    width: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 340px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 0;
}

.top_search .sreach_switching_list li.def {
    margin-bottom: 0;
    margin-top: -18px;
}

.sreach_switching_list .def .sreach_switching_img {
    opacity: 1;
    background-image: url(../image/top_thailand.jpg);
}

/*------------------------
HOVER ACTION
--------------------------*/
.sreach_switching_list .thailand .button:hover+.sreach_switching_img {
    opacity: 1;
    background-image: url(../image/top_indonesia.jpg);
}

.sreach_switching_list .indonesia .button:hover+.sreach_switching_img {
    opacity: 1;
    background-image: url(../image/top_america.jpg);
}

.sreach_switching_list .malaysia .button:hover+.sreach_switching_img {
    opacity: 1;
    background-image: url(../image/top_malaysia.jpg);
}

.sreach_switching_list .usa .button:hover+.sreach_switching_img {
    opacity: 1;
    background-image: url(../image/top_america.jpg);
}

@media only screen and (max-width: 979px) {
    .top_search .sreach_switching_list {
        width: 100%;
        padding-right: 0;
    }

    .sreach_switching_img {
        width: 100%;
        display: none;
    }
}

/*------------------------
BUTTON ACTION
--------------------------*/
.button {
    border: none;

    position: relative;
    width: 100%;
}

.button .text {
    position: relative;
    z-index: 100;
    font-size: 2em;
}

#button .text {
    -webkit-transition: color .5s linear;
    transition: color .5s linear;
}

#button .border,
#button .top,
#button .left,
#button .bottom,
#button .right {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background-color: #FFF;
    position: absolute;
}

#button .top,
#button .left {
    left: 0;
    top: 0;
}

#button .bottom,
#button .right {
    right: 0;
    bottom: 0;
}

#button .right,
#button .left {
    width: 2px;
    height: 0%;
}

#button .bottom,
#button .top {
    height: 2px;
    width: 0%;
}

/*#button .button::after {
  content: '';
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: #e94f08;
}*/
#button .button:hover .text {
    color: #232122;
}

#button .button:hover>.bottom,
#button .button:hover .top {
    width: 100%;
}

#button .button:hover>.right,
#button .button:hover .left {
    height: 100%;
}

#button .button:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}



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

TOP 岡本物流の3PL

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

.top_3lp {
    background-color: #063468;
    padding: 80px 0;
}

.top_3lp .dlb_box2-8_area .dlb_box2-8_title {
    font-size: 32px;
    font-weight: normal;
    color: #063468;
}

.top_3lp .dlb_box2-8_area .dlb_box2-8_title .title_mini {
    font-size: 16px;
    color: #5588C0;
}

.button_02 .btn-2 {
    width: 320px;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 50px;
    margin-left: auto;
    margin-right: auto;
}

.button_02 .btn-2 a {
    display: block;
    padding: 15px 10px;
    color: #0F58AA;
    text-align: center;
    text-decoration: none;
}

.button_02 .btn-2::before,
.button_02 .btn-2::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #0F58AA;
}

.button_02 .btn-2 a::before,
.button_02 .btn-2 a::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #0F58AA;
}

.button_02 .btn-2:hover::before,
.button_02 .btn-2:hover::after {
    width: 100%;
}

.button_02 .btn-2:hover a::before,
.button_02 .btn-2:hover a::after {
    height: 100%;
}

/*----- button 1 -----*/
.btn-2::before,
.btn-2::after {
    transition-delay: 0.2s;
}

.btn-2 a::before,
.btn-2 a::after {
    transition-delay: 0s;
}

.btn-2::before {
    right: 0;
    top: 0;
}

.btn-2::after {
    left: 0;
    bottom: 0;
}

.btn-2 a::before {
    left: 0;
    top: 0;
}

.btn-2 a::after {
    right: 0;
    bottom: 0;
}

.btn-2:hover::before,
.btn-2:hover::after {
    transition-delay: 0s;
}

.btn-2:hover a::before,
.btn-2:hover a::after {
    transition-delay: 0.2s;
}
.top_3lp .dlb_box2-8_area .dlb_box2-8_txt{
    height:420px;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
}

@media only screen and (max-width: 979px) {
    .button_02 .btn-2 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 690px) {
    .top_3lp .dlb_box2-8_area .dlb_box2-8_title {
        font-size: 20px;
    }

    .button_02 .btn-2 {
        width: 240px;
    }

    .button_02 .btn-2 a {
        border: 1px solid #0F58AA;
    }

    .top_3lp .dlb_box2-8_area .dlb_box2-8_txt{
        height: auto;
    }

}

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

TOP 会社案内

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

.top_company {
    position: relative;
    background-image: url(../image/top_company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
}
.top_company .inner{
    position: relative;
    z-index: 1;
}
.top_company::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 87, 172, 0.3);
    z-index: 0;
}

.top_company .top_title_center_underbar {
    color: #fff;
}

.top_company .top_title_center_underbar_en {
    color: #fff;
}

.button_03 .btn-3 {
    position: relative;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.button_03 .btn-3 a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.button_03 .btn-3::before,
.button_03 .btn-3::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.button_03 .btn-3 a::before,
.button_03 .btn-3 a::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.button_03 .btn-3:hover::before,
.button_03 .btn-3:hover::after {
    width: 100%;
}

.button_03 .btn-3:hover a::before,
.button_03 .btn-3:hover a::after {
    height: 100%;
}

/*----- button 1 -----*/
.btn-3::before,
.btn-3::after {
    transition-delay: 0.2s;
}

.btn-3 a::before,
.btn-3 a::after {
    transition-delay: 0s;
}

.btn-3::before {
    right: 0;
    top: 0;
}

.btn-3::after {
    left: 0;
    bottom: 0;
}

.btn-3 a::before {
    left: 0;
    top: 0;
}

.btn-3 a::after {
    right: 0;
    bottom: 0;
}

.btn-3:hover::before,
.btn-3:hover::after {
    transition-delay: 0s;
}

.btn-3:hover a::before,
.btn-3:hover a::after {
    transition-delay: 0.2s;
}

@media only screen and (max-width: 690px) {
    .button_03 .btn-3 {
        width: 240px;
    }

    .button_03 .btn-3 a {
        border: 1px solid #fff;
    }
}

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

TOP お知らせ

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

.top_news {
    padding: 80px 0 0 0;
}

.top_news .dlb_subtitle2_02 {
    color: #063468;
}

.top_news .rss_date {
    color: #5588C0;
}

.top_news .dlb_btn_posi {
    position: absolute;
    top: -4px;
    right: 0;
}

.button_04 .btn-4 {
    position: relative;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.2);
}

.button_04 .btn-4 a {
    display: block;
    padding: 10px 10px;
    color: #0F58AA;
    text-align: center;
    text-decoration: none;
}

.button_04 .btn-4::before,
.button_04 .btn-4::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #0F58AA;
}

.button_04 .btn-4 a::before,
.button_04 .btn-4 a::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #0F58AA;
}

.button_04 .btn-4:hover::before,
.button_04 .btn-4:hover::after {
    width: 100%;
}

.button_04 .btn-4:hover a::before,
.button_04 .btn-4:hover a::after {
    height: 100%;
}

/*----- button 1 -----*/
.btn-4::before,
.btn-4::after {
    transition-delay: 0.2s;
}

.btn-4 a::before,
.btn-4 a::after {
    transition-delay: 0s;
}

.btn-4::before {
    right: 0;
    top: 0;
}

.btn-4::after {
    left: 0;
    bottom: 0;
}

.btn-4 a::before {
    left: 0;
    top: 0;
}

.btn-4 a::after {
    right: 0;
    bottom: 0;
}

.btn-4:hover::before,
.btn-4:hover::after {
    transition-delay: 0s;
}

.btn-4:hover a::before,
.btn-4:hover a::after {
    transition-delay: 0.2s;
}

@media only screen and (max-width: 690px) {
    .top_news .dlb_btn_posi {
        position: static;
        margin-top: 24px;
    }

    .button_04 .btn-4 {
        width: 240px;
    }

    .button_04 .btn-4 a {
        border: 1px solid #0F58AA;
    }
}

.top_news .dlb_rss_02 .dlb_rss_ban {
    background-position: left;
}

.top_news .dlb_rss_02 .dlb_rss_ban a {
    height: 100%;
    padding: 50px 20px;
    text-align: right;
    position: relative;
}

.top_news .dlb_rss_02 .dlb_rss_ban a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    right: 5px;
    bottom: 5px;
}
@media only screen and (max-width: 690px) {
    .top_news .dlb_rss_02 .dlb_rss_ban{
        width: 100%;
        margin-right: 0;
        }
    .top_news .dlb_rss_02 .dlb_rss_ban a{
        font-size: 18px;
    }
}
/* ### ### ### bg_blur_btn ### ### ###*/
.button_03 .bg_blue_btn a {
    background: #0F58AA;
}

