<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1201px){
  .pc_hide{
    display: none!important;
  }
}/*@media(min-width:1201px){*/


@media(max-width:1200px){
  .pad_hide{
    display: none!important;
  }

  .container{
    max-width:600px;
    margin:0 auto;
    padding:0;
  }

  .common_button{
    width:fit-content;
    min-width:200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:24px;
  }

  .button_type1{
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);

  }

  .button_type1:hover{
    opacity: 0.7;
  }

  .button_type2{
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
  }

  .button_type2:hover{
    transform: translateY(3px);
  }

  .button_type2::after{
    content:"";
    width:100%;
    height:5px;
    background-color: inherit;
    position: absolute;
    bottom:0;
    left:0;
    filter: brightness(0.8);
    transition: 0.4s;
  }

  .button_type2:hover::after{
    height:2px;
  }


  .button_type3{
    max-width: 400px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    background-color: #000;
    color:#fff;

  }

  .button_type3 .button_bg{
    width: 150%;
    aspect-ratio: 1 / 0.9;
    /* height: 500%; */
    transition: all 0.5s ease-in-out;
    position: absolute;
    top:0;
    left:0;
    z-index:0;
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    background-color: inherit;
  }

  .button_type3:hover .button_bg{
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
  }

  .button_type3 span{
    position: relative;
    z-index:1;
  }


  .button_type4{
    -webkit-transform: rotateX(35deg);
    transform: rotateX(35deg);
    /* border-radius: 0.25rem 0.25rem 0 0; */
    border-radius: 6px 6px 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 0.4s;
  }

  .button_type4 .button_bg {
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 30%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 0 0 6px 6px;
    filter: brightness(0.8);
  }

  .button_type4:hover {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);

    /* border-radius: 0.25rem; */
    border-radius: 6px;
  }


  .common_border_title_head{

  }
  
  .common_border_title_head .sec_title{
    min-width:300px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .common_border_title_head .border{
    width:100%;
    height:1px;
  }




  .banner_link_section{
    padding-bottom: 48px;
  }

  .banner_link_section .card{
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    margin-bottom: 48px;
  }

  .banner_link_section .card .thumb{
    width:100%;
  }

  .banner_link_section .card .thumb img{
    width:100%;
    min-height:300px;
    height:300px;
    object-fit: cover;
  }

  .banner_link_section .text_block{
    width:100%;
    padding:32px;
  }

  .banner_link_section .text_block h2{
    font-weight: normal;
    text-align: center;
    font-size: 25px;
    margin-bottom: 12px;
  }

  .banner_link_section .text_block .p1{
    margin-bottom: 40px;
  }

  .banner_link_section .text_block .p2{
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .banner_link_section .text_block .link{
    margin:16px auto 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;


  }

  .map_section{

  }

  .map_section .map{
    aspect-ratio: 1 / 0.2;
    min-height:300px;
  }

  .map_section iframe{
    display: block;
    width:100%;
    height:100%;
  }


  footer{
    padding:40px 0;
  }

  footer .logo_frame{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  footer .adress01{
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }

  footer .border{
    max-width:360px;
    margin:0 auto 16px;
  }

  footer .tel_block{
    text-align: center;
    margin-bottom: 16px;
  }

  footer .tel_block .tel{
    pointer-events: none;
    font-weight: normal;
    font-size: 18px;
  }

  footer .sns_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  footer .sns_flex a{
    width:40px;
    margin:0 32px;
  }

  footer .sns_flex a img{
    width:100%;
  }

  footer .copy{
    font-size: 18px;
    text-align: center;
  }


  /*
  --------------------------------------------------------
  ä¸‹å±¤å…±é€š
  --------------------------------------------------------
  */


  .common_full_mv_section{
    position: relative;
    height:500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 40px;
  }

  .common_full_mv_section .mv{
    position: absolute;
    width:100%;
    height:100%;
    z-index:-3;
    object-fit: cover;
  }

  .common_full_mv_section .page_title{
    font-weight: normal;
    font-size: 45px;
    line-height: 1.3; 
  }



  .common_half_mv_section .mv{
    position: relative;
    width:600px;
    max-width:800px;
    min-width: 600px;
    margin:0 auto;
    
  }

  .common_half_mv_section .mv img{
    width:100%;
    aspect-ratio: 1/1;
    /* height: 100%; */
    max-height: 600px;
    object-fit: cover;
  }

  .common_half_mv_section .page_title{
    position: absolute;
    bottom:32px;
    width:90%;
    font-size: 40px;
  }


  /*
  --------------------------------------------------------
  TOPãƒšãƒ¼ã‚¸ ãƒ‘ã‚¿ãƒ¼ãƒ³1
  --------------------------------------------------------
  */

  body.top01_body{

  }

  main.top01_main{

  }

  .top01_section01{
    position: relative;

  }

  .top01_section01 .mv{
    width:100%;
  }

  .top01_section01 .logo{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index:10;
    width:150px;
  }

  .top01_section01 .logo img{
    width:100%;
  }

  .top01_section02{
    position: relative;
    padding:64px 0;
  }

  .top01_section02 .blog_bg{
    position: absolute;
    width:100%;
    height:100%;
    object-fit: cover;
    z-index:-10;
    top:0;
    left:0;
    opacity: 0.2;
  }

  .top01_section02 h2{
    font-family: "Noto Serif Myanmar";
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-bottom: 16px;
  }

  .top01_section02 .sub{
    text-align: center;
    font-family: "Noto Serif Myanmar";
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .top01_section02 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    max-width: 900px;
    margin:0 auto;

  }

  .top01_section02 .card{
    display: flex;
    width:400px;
    padding:32px 0;
    align-items: center;
    color: #000;
    margin-top: -1px;
  }

  .top01_section02 .card .thumb{
    width:150px;
    height:100px;
  }

  .top01_section02 .card .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .top01_section02 .card .text_block{
    width:calc(100% - 150px);
    padding-left: 30px;
  }

  .top01_section02 .card .date{
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 16px;
  }

  .top01_section02 .card h3{
    font-weight: normal;
    font-size: 15px;
    text-align: left;
  }

  .top01_section02 .blog_link{

    margin:24px auto 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
  }

  .top01_section03{
    padding:160px 0 72px;
  }

  .top01_section03 .area{
    position: relative;
  }

  .top01_section03 .area .img_frame{
    position: absolute;
    z-index:-2;
    width:calc(50% + 120px);
    height:400px;
  }

  .top01_section03 .area .img_frame img{
    object-fit: cover;
    width:100%;
    height:100%;
  }

  .top01_section03 .area .verti_text{
    height:300px;
    margin-bottom: 56px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .top01_section03 .area .verti_text .verti_title{
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
  }

  .top01_section03 .area .text_block{
    width: 100%;
    min-height: 250px;
    padding:56px 64px 24px;
  }

  .top01_section03 .area .text_block p{
    font-size: 15px;
  }

  .top01_section03 .area .link{
    margin:16px auto 0;
    font-weight: normal;
    font-size: 15px;

    line-height: 1;
  }

  .top01_section03 .area01{
    margin-bottom: 100px;

  }

  .top01_section03 .area01 .img_frame{
    top:0;
    left:0;
  }

  .top01_section03 .area01 .verti_text{
    margin-right: 0;
    margin-left: auto;
  }

  .top01_section03 .area01 .text_block{
    margin-right: 0;
    margin-left: auto;
  }

  .top01_section03 .area01{
    margin-bottom: 100px;

  }

  .top01_section03 .area02 .img_frame{
    top:0;
    right:0;
  }

  .top01_section04{
    padding-bottom: 120px;
  }

  .top01_section04 .catch{
    margin-bottom: 24px;
    font-size: 25px;
    text-align: center;
  }

  .top01_section04 .bg{
    position: relative;
    z-index:-1;
  }

  .top01_section04 .bg img{
    width:100%;
  }

  .top01_section04 .flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -24px;
  }

  .top01_section04 .flex .card{
    width:100%;
    padding:24px;
    margin:0 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top01_section04 .flex .card .icon{
    width:100px;
    height:100px;
    margin:0;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-bottom: 0;
  }

  .top01_section04 .flex .card .icon img{
    max-width:100%;
    max-height:100%;

  }

  .top01_section04 .flex .card .text{
    font-size: 15px;
    line-height:1.6;
    width:calc(100% - 130px);
  }

  .top01_section04 .contact_link{
    margin:40px auto 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
  }


  /*
  --------------------------------------------------------
  ä¼šç¤¾ã«ã¤ã„ã¦ãƒ¼ç†å¿µã‚¿ã‚¤ãƒ—
  --------------------------------------------------------
  */


  body.company01_body{

  }

  main.company01_main{

  }


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

  .company01_section02 .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .company01_section02 .flex .text_area{
    width:100%;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    display: flex;
    justify-content: center;
  }


  .company01_section02 .flex .img_area{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .company01_section02 .flex .img_area img{
    width:100%;
  }

  .company01_section03{
    padding:80px 0;
    background-position: bottom;
  }

  .company01_section03 .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .company01_section03 .flex .text_area{
    width:100%;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    display: flex;
    justify-content: center;
  }


  .company01_section03 .flex .img_area{
    width:360px;
    height:360px;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .company01_section03 .flex .img_area img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 50%;
  }


  .company01_section04{
    padding:80px 0 120px;
  }

  .company01_section04 .outline{
    width:100%;
    max-width:100%;
    min-width:100%;
    margin:0 auto;
  }

  .company01_section04 .outline li{
    display: flex;
    padding:16px 0;

  }

  .company01_section04 .outline li:first-child{

  }

  .company01_section04 .outline li .left{
    width:200px;
    padding-left: 16px;
    flex-shrink: 0;
    font-weight: 700;
    line-height: 1.5;
  }

  .company01_section04 .outline li .right{
    width:100%;
    padding-left: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 16px;
  }


  /*
  --------------------------------------------------------
  ä¼šç¤¾æ¦‚è¦ãƒ¼ãƒ‘ã‚¿ãƒ¼ãƒ³2
  --------------------------------------------------------
  */


  body.company02_body{

  }

  main.company02_main{

  }

  .company02_section01{
    
    
  }
  /*
  --------------------------------------------------------
  ä¼šç¤¾æ¦‚è¦ãƒ¼ãƒ‘ã‚¿ãƒ¼ãƒ³3
  --------------------------------------------------------
  */


  body.company03_body{

  }

  main.company03_main{
    padding-top: 120px;
  }

  .company03_section{

  }


  .company03_section01{
    padding-bottom: 60px;
    
  }

  .company03_section01 .mv_text{
    margin-top: 80px;
    font-size: 24px;
    line-height: 2;
  }

  .company03_info_section{
    padding:60px 0;
  }

  .company03_info_section .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 64px;
  }

  .company03_info_section .flex .img_frame{
    width:100%;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 32px;
  }

  .company03_info_section .flex .img_frame img{
    width:100%;
    max-width: 400px;
    margin:0 auto;
  }

  .company03_info_section .flex .text_frame{
    width:100%;
  }

  .company03_info_section .flex .text_frame p{
    font-size: 18px;
    line-height: 2;

  }

  .company03_outline_section{
    padding:60px 0;
  }

  .company03_outline_section .outline_frame{
    margin-top: 64px;
  }

  .company03_outline_section  table{
    /* table-layout: fixed; */
    width:900px;
    max-width:100%;
    margin:0 auto;
  }

  .company03_outline_section  table th,
  .company03_outline_section  table td{
    vertical-align: top;
    padding:16px 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .company03_outline_section  table th{
    text-align: left;
  }

  .company03_outline_section table tr{
    
  }


    /*
  --------------------------------------------------------
  äº‹æ¥­ã«ã¤ã„ã¦ - ãƒ‘ã‚¿ãƒ¼ãƒ³1
  --------------------------------------------------------
  */


  body.business01_body{

  }

  main.business01_main{

  }


  .business01_section02{
    padding-bottom: 148px;
  }

  .business01_section02 .service_area{
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .business01_section02 .service_area .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
  }


  .business01_section02 .service_area .text_area{
    width:100%;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    display: flex;
    justify-content: center;
  }

  .business01_section02 .service_area .img_area{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .business01_section02 .service_area .img_area img{
    width:100%;
  }


  .business01_section02 .service_area .img_area .service_title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:12px 24px;
    font-size: 22px;
    line-height: 1.3;

  }

  .business01_section02 .service_area:nth-child(even) .flex{
    flex-direction: column-reverse;
  }

  .business01_section02 .service_area:nth-child(even) .flex .img_area{
    margin-left: 0;
    margin-right: 0;
  }



  /*
  --------------------------------------------------------
  åº—èˆ—ç´¹ä»‹01
  --------------------------------------------------------
  */


  body.shop01_body{

  }

  main.shop01_main{

  }


  .shop01_section02{
    padding:64px 0 80px;
  }

  .shop01_section02 .shop_list{

    display: flex;
    justify-content: space-between;
  }

  .shop01_section02 .shop_list li{
    width:280px;
    margin-right: 0;
    margin-bottom: 48px;
  }

  .shop01_section02 .shop_list li:nth-child(3n){
    margin-right: 0;
  }

  .shop01_section02 .shop_list li .thumb{
    height:230px;
    position: relative;
    margin-bottom: 24px;
  }


  .shop01_section02 .shop_list li .shop_name{
    position: absolute;
    bottom:0;
    right:0;
    padding:4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
  }

  .shop01_section02 .shop_list li .shop_info{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 2;
  }

  .shop01_section02 .shop_list li .shop_title{
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.3;
    padding-left: 16px;
    position: relative;
  }

  .shop01_section02 .shop_list li .shop_title .border{
    width:4px;
  }

  .shop01_section02 .shop_list li .shop_text{
    margin-top: 16px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 2;

  }

  .shop01_section02 .shop_list li .shop_map{
    margin:24px auto 0;
    width: 200px;
    max-width:100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
  }

  .shop01_section02 .shop_list li .shop_url{
    margin:24px auto 0;
    width: 200px;
    max-width:100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    border:1px solid;
  }



  /*
  --------------------------------------------------------
  åº—èˆ—ç´¹ä»‹02
  --------------------------------------------------------
  */


  body.shop02_body{

  }

  main.shop02_main{

  }

  .shop02_section02{
    padding:60px 0 80px;
  }

  .shop02_section02 .shop_block{
    margin-bottom: 64px;
  }

  .shop02_section02 .shop_block .img_list{
    margin-top: 48px;
    gap:0 20px;
  }

  .shop02_section02 .shop_block .img_list img{
    width:180px;
    height:180px;
    object-fit: cover;
  }

  .shop02_section02 .shop_block .shop_info{
    margin-top: 48px;
    text-align: center;
    font-size: 15px;
  }

  .shop02_section02 .shop_block .shop_text_head{
    font-size: 30px;
    line-height: 1.3;
    width:fit-content;
    padding:0 24px 8px;
    min-width:300px;
    max-width:80%;
    margin:0 auto;
    margin:32px auto 0;
  }

  .shop02_section02 .shop_block .shop_text{
    max-width: 800px;
    width:fit-content;
    font-size: 15px;
    letter-spacing: 0.01em;
    margin:16px auto 0;
  }

  .shop02_section02 .shop_block .shop_map{
    margin:24px auto 0;
    width: 200px;
    max-width:100%;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }

  .shop02_section02 .shop_block .shop_url{
    margin:24px auto 0;
    width: 200px;
    max-width:100%;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }



  /*
  --------------------------------------------------------
  Q&amp;Aãƒ‘ã‚¿ãƒ¼ãƒ³01
  --------------------------------------------------------
  */


  body.faq01_body{

  }

  main.faq01_main{

  }

  .faq01_section02{
    padding:48px 0 96px;
  }

  .faq01_section02 .faq01_msg{
    margin-bottom: 64px;
    font-size: 24px;
  }

  .faq01_section02 .faq_list{
    padding:0 50px;
    flex-direction: column;
    align-items: center;
  }

  .faq01_section02 .faq_block{
    width:100%;
    position: relative;
    padding:6px;
  }

  .faq01_section02 .faq_block .question_area{
    padding:18px 18px 0 72px;
    font-size: 14px;
    min-height:auto;
  }

  .faq01_section02 .faq_block .question_area::before{
    content:"Q";
    width:40px;
    height:40px;
    font-size: 20px;
    left:14px;
    top:12px;
  }

  .faq01_section02 .faq_block .answer_area{
    margin-top: 16px;
    padding:18px 18px 18px 72px;
    font-size: 14px;
    min-height:auto;
  }

  .faq01_section02 .faq_block .answer_area::before{
    content:"A";
    width:40px;
    height:40px;
    font-size: 20px;
    left:14px;
    top:12px;
  }



  /*
  --------------------------------------------------------
  Q&amp;Aãƒ‘ã‚¿ãƒ¼ãƒ³02
  --------------------------------------------------------
  */


  body.faq02_body{

  }

  main.faq02_main{

  }

  .faq02_section02{
    padding:56px 0 80px;
  }

  .faq02_section02 .faq02_msg{
    margin-bottom: 64px;
    font-size: 24px;
  }

  .faq02_section02 .faq_area{

  }

  .faq02_section02 .faq_area .tab_flex{
    display: flex;
    justify-content: center;
  }

  .faq02_section02 .faq_area .tab{
    cursor: pointer;
    font-size: 20px;
    line-height: 1.4;
    padding:16px;
    position: relative;
  }

  .faq02_section02 .faq_area .tab:first-child{
    border-top-left-radius:24px;
  }
  .faq02_section02 .faq_area .tab:last-child{
    border-top-right-radius:24px;
  }

  .faq02_section02 .faq_body{
    padding:40px 60px 40px;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 24px 24px;
  }

  .faq02_section02 .faq_body_border{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    border:5px solid;
    opacity: 0.5;
    border-radius: 0 0 24px 24px;
  }

  .faq02_section02 .faq_block .question_area{
    cursor: pointer;
    position: relative;
    padding:16px 24px 16px 48px;
  }

  .faq02_section02 .faq_block .answer_area{
    padding-left: 48px;
    padding:16px 0 16px 48px;
  }

  .faq02_section02 .faq_block .icon_frame{
    position: absolute;
    left:0;
    top:12px;
  }

  .faq02_section02 .faq_block .icon{
    
    width:32px;
    height:32px;
    font-size: 18px;
  }



  /*
  --------------------------------------------------------
  æŽ¡ç”¨ã«ã¤ã„ã¦ - ãƒ‘ã‚¿ãƒ¼ãƒ³1
  --------------------------------------------------------
  */


  body.recruit01_body{

  }

  main.recruit01_main{

  }

  .recruit01_section02{
    padding:64px 0 120px;
  }

  .recruit01_section02 .recruit_block{
    margin-top: 100px;
  }

  .recruit01_section02 .recruit_block .recruit_title{
    
    margin-bottom: 40px;
    font-size: 24px;
  }

  .recruit01_section02 .recruit_block .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    /* flex-wrap: wrap; */
  }

  .recruit01_section02 .recruit_block .recruit_text{
    width:100%;
  }

  .recruit01_section02 .recruit_block .recruit_img{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }

  .recruit01_section02 .recruit_block .recruit_img img{
    width:100%;
  }

  .recruit01_section02 .recruit_block .appli_title{
    margin-top: 56px;
    margin-bottom: 8px;
  }

  .recruit01_section02 .recruit_block .table_frame{
    margin-top: 16px;
  }

  .recruit01_section02 .recruit_block table{
    table-layout: fixed;
    border-collapse: collapse;
  }

  .recruit01_section02 .recruit_block table td{
    padding:8px 16px;
    line-height: 1.5;
    font-size: 14px;
  }

  .recruit01_section02 .recruit_block table td:first-child{
    font-weight: bold;
  }


  /*
  --------------------------------------------------------
  æŽ¡ç”¨ã«ã¤ã„ã¦ - ãƒ‘ã‚¿ãƒ¼ãƒ³1
  --------------------------------------------------------
  */


  body.recruit02_body{

  }

  main.recruit02_main{

  }

  .recruit02_section02{
    padding:80px 0 50px;
  }

  .recruit02_section02 .block_list{
    margin-top: 64px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:40px 0;
  }

  .recruit02_section02 .block{
    width:80%;
  }

  .recruit02_section02 .block .block_text{
    margin-top: 24px;
    line-height: 1.5;
  }

  .recruit02_section03{
    padding:50px 0 100px;
  }

  .recruit02_section03 .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
  }

  .recruit02_section03 .flex .text_area{
    width:100%;
    line-height: 1.75;
    order: 1;
  }

  .recruit02_section03 .flex .img_area{
    width:100%;
    flex-shrink:0 ;
    margin-left:0;
    order: 0;
    margin-bottom: 32px;
  }

  .recruit02_section03 .flex .img_area img{
    width:100%;
  }

  .recruit02_section03 .flex:nth-child(even){
    flex-direction: column;
  }
  
  .recruit02_section03 .flex:nth-child(even) .img_area{
    margin-left: 0;
    margin-right: 0;
  }

  .recruit02_section04{
    padding:50px 0 80px;
  }



  /*
  --------------------------------------------------------
  ãƒ¡ãƒ‹ãƒ¥ãƒ¼ ãƒ‘ã‚¿ãƒ¼ãƒ³01
  --------------------------------------------------------
  */



  /*
  --------------------------------------------------------
  æ–™é‡‘ãƒ—ãƒ©ãƒ³ ãƒ‘ã‚¿ãƒ¼ãƒ³01
  --------------------------------------------------------
  */


  body.plan01_body{

  }

  main.plan01_main{

  }

  .plan01_section02{
    padding:64px 0 120px;
  }

  .plan01_section02 .contact_link{
    margin:48px auto 0;
  }

  .plan01_section02 .service_block{
    margin-bottom: 88px;
  }

  .plan01_section02 .service_block:last-child{
    margin-bottom: 0;
  }

  .plan01_section02 .service_block .common_border_title_head{
    /* margin-bottom: 80px; */
  }

  .plan01_section02 .service_block .flex{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:1150px;
    margin:64px auto 0;
    gap:40px;
  }


  .plan01_section02 .service_block .plan_box{
    width:280px;
  }

  .plan01_section02 .plan_box .plan_title{
    min-height:100px;
    padding:16px 12px;
    font-size: 20px;

  }

  .plan01_section02 .plan_box ul li{
    padding:24px;
  }

  .plan01_section02 .plan_box ul li .price{
    
    font-size: 20px;
    text-align: center;
  }

  .plan01_section02 .plan_box ul li .option_title{

    margin-bottom: 8px;
    font-size: 16px;
  }

  .plan01_section02 .plan_box ul li .option_text{
    font-size: 14px;
    line-height: 1.5;
  }


  /*
  --------------------------------------------------------
  ãƒ–ãƒ­ã‚° ãƒ‘ã‚¿ãƒ¼ãƒ³01
  --------------------------------------------------------
  */


  body.blog01_body{

  }

  main.blog01_main{

  }

  .blog01_section02{
    padding:80px 0 120px;
  }

  .blog01_section02 .blog_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:48px 0;
  }

  .blog01_section02 .blog_list li{
    width:48%;
  }

  .blog01_section02 .blog_card .thumb{
    width:100%;
    aspect-ratio: 1 / 0.715;
  }


  .blog01_section02 .blog_card .blog_text_area{
    padding:24px 24px 16px;
  }

  .blog01_section02 .blog_card .blog_title{
    font-size: 16px;
    line-height: 1.5;
  }

  .blog01_section02 .blog_card .blog_date{
    font-size: 14px;
    margin-top: 16px;

  }



  /*
  --------------------------------------------------------
  ãƒ–ãƒ­ã‚° ãƒ‘ã‚¿ãƒ¼ãƒ³02
  --------------------------------------------------------
  */


  body.blog02_body{

  }

  main.blog02_main{

  }


  .blog02_section02{
    padding:80px 0;
  }

  .blog02_section02 .flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .blog02_section02 .article{
    width:100%;
  }

  .blog02_section02 .blog_card{
    padding:32px 16px;
    margin-bottom: 48px;
  }

  .blog02_section02 .blog_card:last-child{
    margin-bottom: 0;
  }


  .blog02_section02 .blog_card .thumb{
    flex-shrink: 0;
    width:220px;
    height:110px;
  }


  .blog02_section02 .blog_card .text_area{
    width:100%;
    padding-left: 32px;
  }

  .blog02_section02 .blog_card .blog_cat{
    font-size: 15px;
    margin-bottom: 4px;
  }

  .blog02_section02 .blog_card .blog_time{
    font-size: 15px;
    margin-bottom: 24px;
  }

  .blog02_section02 .blog_card .blog_title{
    font-size: 18px;
    line-height: 1.8;
  }

  #sidebar02{
    width:400px;
    margin-top: 64px;
  }

  #sidebar02 .head_text{
    font-size: 30px;    
    padding-bottom: 4px;
  }

  #sidebar02 .category_area{
    margin-bottom: 80px;
  }

  #sidebar02 .category_area ul{
    margin-top: 24px;
  }

  #sidebar02 .category_area ul li{  
    margin-top: 16px;

  }

  #sidebar02 .category_area ul li a{
    font-size: 20px;
  }

  #sidebar02 .category_area ul li a:hover{
    border-bottom:none;
  }


  #sidebar02 .recent_area{

  }

  #sidebar02 .recent_list{
    margin-top: 24px;
  }

  #sidebar02 .recent_list li{
    margin-bottom: 32px;
  }

  #sidebar02 .recent_list .recent_card{
    display: flex;
  }

  #sidebar02 .recent_card .recent_thumb{
    flex-shrink: 0;
    width:150px;
    height:90px;
  }

  #sidebar02 .recent_card .recent_text_area{
    width:100%;
    padding-left: 24px;
  }

  #sidebar02 .recent_card .recent_cat{
    font-size: 13px;
    margin-bottom: 6px;
  }

  #sidebar02 .recent_card .recent_time{
    font-size: 11px;
    margin-bottom: 12px;
  }

  #sidebar02 .recent_card .recent_title{
    font-size: 15px;
  }


  /*
  --------------------------------------------------------
  ã‚·ãƒ³ã‚°ãƒ«ãƒšãƒ¼ã‚¸ å…±é€š
  --------------------------------------------------------
  */

  .common_single_block{

  }

  .common_single_block .blog_title{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .common_single_block h2{
    margin: 32px 0;
    pointer-events: none;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
  }

  .common_single_block h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 24px 0;
  }

  .common_single_block p{
    line-height: 2;
    margin: 24px 0;
  }

  .common_single_block figure{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  /*
  --------------------------------------------------------
  ã‚·ãƒ³ã‚°ãƒ«ãƒšãƒ¼ã‚¸ ãƒ‘ã‚¿ãƒ¼ãƒ³01
  --------------------------------------------------------
  */


  body.single01_body{

  }

  main.single01_main{

  }

  .single01_section02{
    padding:108px 0 160px;
  }

  .single01_section02 article{
    padding:40px 40px 80px;
  }


  .single01_section02 .link_flex{
    margin-top: 64px;
  }

  .single01_section02 .link_flex .link{
    width:30%;
  }

  /*
  --------------------------------------------------------
  ã‚·ãƒ³ã‚°ãƒ«ãƒšãƒ¼ã‚¸ ãƒ‘ã‚¿ãƒ¼ãƒ³02
  --------------------------------------------------------
  */



  body.single02_body{

  }

  main.single02_main{

  }

  .single02_section02{
    padding:80px 0;
  }

  .single02_section02 .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
  }

  .single02_section02 .flex .article{
    width:100%;
  }

  .single02_section02 .single_frame{
    padding:40px;
    margin-bottom: 48px;
  }

  .single02_section02 .link_flex{
    padding:0 50px;
  }

  .single02_section02 .link_flex a{
    font-size: 16px;
  }

  .single02_section02 .link_flex a:hover{
    opacity: 1;
  }



  /*
  --------------------------------------------------------
  ãŠå•ã„åˆã‚ã› - ãƒ‘ã‚¿ãƒ¼ãƒ³1
  --------------------------------------------------------
  */


  body.contact01_body{

  }

  main.contact01_main{

  }

  .contact01_section02{
    padding:80px 0 120px;
  }

  .contact01_section02 .p01{
    margin-bottom: 48px;
    line-height: 2;
  }

  .contact01_section02 .contact_block{
    max-width:800px;
    margin:0 auto;
  }

  .contact01_section02 .contact_block .form_line{
    margin-bottom: 24px;
  }


  .contact_block .form_line .title{
    margin-bottom: 16px;
    font-size: 15px;
  }

  .contact_block .form_line .title::before{
    content:"ä»»æ„";
    width: 50px;
    height: 30px;
    margin-right: 16px;
    font-size: 15px;
    
  }

  .contact_block .form_line .title.must::before{
    content:"å¿…é&nbsp;ˆ";
  }

  .contact_block .form_line input[type="text"],
  .contact_block .form_line input[type="number"],
  .contact_block .form_line input[type="tel"],
  .contact_block .form_line input[type="email"]
  {
    width:100%;
    height:50px;
    padding:0 16px;
  }


  .contact_block .form_line textarea{
    width:100%;
    height:200px;
    padding:16px;
    line-height: 1.5;
  }

  .contact_block input[type="submit"]{
    margin:40px auto 0;
    width: 200px;
    height: 40px;
    cursor: pointer;
    transition: 0.4s;
  }

  .contact_block input[type="submit"]:hover{
    opacity: 1;
  }

  /*
  --------------------------------------------------------
  çš†æµ·é‹é€ç”¨
  --------------------------------------------------------
  */

  .blog01_section .category_list{
    width: 100%;
    margin:0 auto 80px;
    display: flex;
    flex-wrap: wrap;

  }
  
  .blog01_section .category_link{
    width:33.3%;
    min-height:50px;
    padding:4px;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
  }
  
  
  .blog01_section .category_link:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .blog01_section .category_link:nth-child(3n){
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .blog01_section .category_link:nth-child(4n){
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  
  .blog01_section .category_link:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }


}/*@media(max-width:1200px){*/
</pre></body></html>