@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
font-size: 180%;
-webkit-text-size-adjust: none;
font-weight: 400;
}
html:focus-within {scroll-behavior: smooth;}
img {vertical-align: middle;max-width: 100%;flex-shrink: 0;height: auto;}
*,
::before,
::after{box-sizing:border-box;outline: none;}
select { visibility: visible !important; }
a{transition:all ease 0.3s;text-decoration:none;color: var(--txt);}
a[href^="tel:"] {word-break: keep-all;}
iframe{width: 100%;height: 100%;border:none;outline:none;}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html{background:#fff}
body{color:var(--txt);-webkit-text-size-adjust:none;min-width:320px;font-family: var(--font-main)}
#fmail select,
#fmail input,
#fmail textarea{font-family: var(--font-main)}
table {width: 100%}
h1,h2,h3,h4,h5,h6{line-height: 1.5;}
p,
dd,
dt,
li,
th,
td,
address{line-height: 1.78em;letter-spacing: 0;}
p {margin: 0 0 1.5em;}
p:last-child{margin-bottom: 0}

.bold{font-weight: bold;}
.left{text-align:left}
.right{text-align: right;}
.auto{margin-left: auto; margin-right: auto;}
.red{color: var(--red);}
.txt_line{text-decoration: underline;}
.m0a{display: block;margin: 0 auto;}
.f_big{font-size: 150%;}
.f_sm{font-size: 80%;}
.txt_clr1 {color: var(--mcolor);letter-spacing: -0.075em;}
.txt_clr2 {color: var(--scolor);}
.txt_dot_bot {vertical-align: sub;line-height: 0;}

:root {
  --font-main: "Noto Sans JP", sans-serif;
	--roboto: "Roboto", sans-serif;
  --txt: #000;     
  --mcolor: #f26221;
  --scolor: #e54100; 
  --site_size: 1260px;
  
  --gray: #333333;
  --gray-light: #eeeeef;
  --blue: blue;
  --red: red;
  --red-fire: #c13200;
  --red-light: #fbd0bc;
  --red-gray: #feefe9;

}

#wrapper{min-width: 1260px;overflow:hidden;margin:0 auto}
.inner{width: var(--site_size);margin:0 auto;position:relative;max-width: 100%;padding: 0 30px;}

/*==========================================================
                       H E A D E R  
==========================================================*/
header{position: relative; z-index: 10;}
#logo {margin: 0;transition: all 0.3s;width: 373px;}
.h_box{width:100%;position: fixed;transition: all 0.3s;}
.h_inner{display:flex;justify-content:space-between;align-items: center;width: 1920px;padding: 0 40px 0 0;}
.h_contact {margin: 20px 0 0;}
.h_contact a {width: 400px;height: 80px;display: flex;justify-content: center;align-items: center;background: var(--red-fire);color: #fff;font-size: 16px;font-weight: 500;border-radius: 40px;line-height: 1.5em;padding: 0 0 8px;border: 2px solid var(--red-fire);position: relative;overflow: hidden;}
.h_contact a .lager {display: block;font-size: 125%;font-weight: 700;}
.h_contact a::before {content: '';position: relative;display: inline-block;background: url("../images/ic_contact.svg") no-repeat center center/100% auto;width: 43px;height: 30px;margin: 7px 12px 0 2px;}
.h_contact a .small {display: inline-flex;align-items: center;margin: 0 0 0px 4px;}
.h_contact a .small::before, .h_contact a .small::after {content: '';position: relative;display: inline-block;background: url("../images/ic_line_contact.svg") no-repeat center center/100% auto;width: 9px;height: 8px;top: 3px;}
.h_contact a .small::after {transform: rotateY(180deg);margin-left: -2px;}
.h_contact a .small::before {margin-right: 5px;}
header.fixed .h_box {background: #fff;box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);}
header.fixed #logo {width: 250px;}
header.fixed .h_contact {margin: 0}
.h_contact a::after, .mv_btn li:nth-child(3) a::before {position: absolute;content: '';top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);transform: skewX(-45deg);animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;}
@keyframes nyainy-btn {
0% {left: -100%;}
25% {left: 100%;}
100% {left: 100%;}
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main{position: relative;}
.mv{position: relative;padding: 0;}
.mv_info {background: url("../images/main_visual_bg.jpg") no-repeat center center/cover;height: 900px;}
.mv_main {width: 840px;height: 840px;background: rgba(255,255,255,0.92);border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}
.mv_info .inner {width: 1920px;padding: 0 19px 0 0;display: flex;justify-content: center;align-items: center;height: 100%;}
.mv_doctor {margin: 0;position: absolute;left: 43px;bottom: 0;width: 32%;max-width: 553px;}
.mv_doctor .txt{position:absolute;background:#fce0d3;bottom:60px;width:339px;height:90px;left:calc(100% - 33px);border-radius:10px;font-weight:500;padding:12px 0 0 21px;letter-spacing:-0.04em;color: var(--gray);}
.mv_doctor .txt .name {font-size: 120%;font-weight: 600;letter-spacing: 0;}
.mv_doctor .txt::before {content: '';position: absolute;width: 47px;height: 26px;top: 28px;left: -43px;background: #fce0d3;clip-path: polygon(100% 20%, 0 0, 100% 100%);transform: rotate(7deg);}
.mv_img {margin: 0;position: absolute;right: 121px;bottom: 85px;width: 24%;max-width: 430px;}
.mv_img img {transform: rotate(-350deg);box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.4);}
.mv_img .txt {position: absolute;height: 150px;border-radius: 10px;width: 200px;color: #fff;background: var(--mcolor);left: -253px;bottom: 25px;font-weight: 600;text-align: center;line-height: 1.9em;padding: 15px 0 0;}
.mv_img .txt .lager {font-size: 144.45%;font-weight: 700;letter-spacing: -0.02em;}
.mv_img .txt .num {font-size: 140%;}
.mv_img .txt .small {display: inline-flex;align-items: center;letter-spacing: -0.04em;margin: 0 7px 0 0;font-weight: 500;}
.mv_img .txt .small::before, .mv_img .txt .small::after {content: '';position: relative;display: inline-block;background: url("../images/main_visual_line_white.svg") no-repeat center center/100% auto;width: 7px;height: 10px;top: 3px;}
.mv_img .txt .small::after {transform: rotateY(180deg);margin-left: -2px;}
.mv_img .txt .small::before {margin-right: 3px;}
.mv_img .txt::before {content: '';position: absolute;width: 47px;height: 30px;top: 55px;right: -43px;background:  var(--mcolor);clip-path: polygon(100% 0, 0 32%, 0 100%);transform: rotate(-4deg);}
.mv_main_note {font-size: 30px;font-weight: 600;color: var(--gray);position: relative;z-index: 2;text-align: center;display: inline-block;letter-spacing: -0.055em;margin: 0 19px 8px 0;}
.mv_main_note::before, .mv_main_note::after {content: '';position: absolute;background: url("../images/main_visual_line.svg") no-repeat center center/100% auto;width: 20px;height: 25px;top: 16px;}
.mv_main_note::before {left: -14px;}
.mv_main_note::after {right: -27px;transform: rotateY(180deg);}
.mv_main_note .txt::after {content: '';position: absolute;width: 100%;height: 18px;background: #fff3cc;left: 10px;bottom: 5px;z-index: -2;}
.mv_info h2 {font-size: 70px;font-weight: 700;color: var(--gray);line-height: 1.55em;letter-spacing: -0.075em;text-align: left;margin: -2px 0 9px 26px;}
.mv_info h2 .lager {font-size: 140%;font-weight: 900;letter-spacing: -0.065em;}
.txt_dot span {position: relative;}
.txt_dot span::after {content: '・';position: absolute;font-size: 33px;color: var(--mcolor);left: 3px;bottom: -3px;line-height: 0.5em;width: 100%;text-align: center;}
.mv_main_txt {font-weight: 700;font-size: 16px;line-height: 1.875em;color: var(--gray);text-align: left;margin-left: 56px;}
.mv_info h2 .small {position: relative;top: -10px;margin-left: 2px;}
.mv_btn {display: flex;background: var(--mcolor);}
.mv_btn li {width: calc(100%/3);}
.mv_btn li a {position: relative;height: 140px;display: flex;justify-content: center;align-items: center;text-align: center;color: #fff;font-size: 28px;font-weight: 700;border: 2px solid var(--mcolor);overflow: hidden;}
.mv_btn li:nth-child(2) a {background: var(--scolor);border-color: var(--scolor);}
.mv_btn li:nth-child(3) a {background: var(--red-fire);border-color: var(--red-fire);}
.mv_btn li a::after {content: '';position: absolute;width: 38px;height: 38px;background: url("../images/main_btn_arr.svg") no-repeat center center/14px auto #fff;border-top-left-radius: 7px;right: 0;bottom: 0;}
.mv_info h2 .txt_clr1:last-child {margin-left: -10px;}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.idx_ttl {text-align: center;margin: 0 0 24px;}
.idx_ttl .en {display: inline-flex;width: 100px;height: 100px;color: #fff;background: var(--mcolor);border-radius: 50%;justify-content: center;align-items: center;font-weight: 700;flex-direction: column; letter-spacing: 0.1em;font-family: var(--roboto);line-height: 1.5em;padding: 0 0 0 4px;margin: 0 0 7px;}
.idx_ttl .en .num  {font-size: 180%;letter-spacing: 0.1em;}
.idx_ttl .ja {display: block;font-size: 60px;color: var(--gray);font-weight: 500;line-height: 1.34em;letter-spacing: -0.088em;}
.idx_ttl .ja .txt_clr1 {letter-spacing: 0;}
section{padding: 40px 0;letter-spacing: -0.088em;}

/*==================== SEC01 ===================*/
.sec01 {background: url("../images/sec01_bg.jpg") top center;position: relative;padding: 120px 0 0px;z-index: 3;}
.sec01::before {content: '';position: absolute;background: #fff;width: 100%;height: 160px;clip-path: polygon(100% 0, 0 0, 50% 100%);z-index: -2;pointer-events: none;top: 0;}
.sec01_txt {text-align: center;margin: 0 0 54px;font-weight: 500;}
.sec01 .inner {width: 1460px;}
.sec01_list {display: flex;justify-content: space-between;flex-wrap: wrap;counter-reset: item1;}
.sec01_item {width: calc((100% - 80px)/3);height: 330px;background: #fff;box-shadow: 10px 10px 0px 0px rgba(242,98,33,0.5);margin: 0 0 40px;padding: 30px;font-size: 24px;font-weight: 600;line-height: 1.67em;}
.sec01_item::before {content: '';position: relative;display: block;background: url("../images/sec01_img01.svg") no-repeat center center/100% auto;width: 160px;height: 160px;margin: 0 auto 30px;}
.sec01_item:nth-child(2)::before {background-image: url("../images/sec01_img02.svg");}
.sec01_item:nth-child(3)::before {background-image: url("../images/sec01_img03.svg");}
.sec01_item:nth-child(4)::before {background-image: url("../images/sec01_img04.svg");}
.sec01_item:nth-child(5)::before {background-image: url("../images/sec01_img05.svg");}
.sec01_item:nth-child(6)::before {background-image: url("../images/sec01_img06.svg");}
.sec01_item .txt::before {counter-increment: item1;content: counter(item1);font-size: 80px;font-weight: 500;font-family: var(--roboto);color: var(--mcolor);position: absolute;left: 0;top: 0;line-height: 1em;}
.sec01_item .txt {position: relative;display: inline-block;padding-left: 66px;letter-spacing: -0.07em;white-space: nowrap;}
.sec01::after {content: '';position: absolute;width: 100%;height: 470px;background: url("../images/sec01_bg_bottom.jpg") top center;left: 0;bottom: 0;z-index: -2;pointer-events: none;}
.sec01_bottom {display: flex;justify-content: center;align-items: center;}
.sec01_bottom_img {position: relative;z-index: 2;margin: 0 38px 0 20px;}
.sec01_bottom_img::after {content: '';position: absolute;width: 240px;height: 240px;background: #fff;border-radius: 50%;z-index: -2;top: 23px;left: 28px;}
.sec01_bottom_txt {font-size: 32px;line-height: 1.5625em;letter-spacing: -0.06em;}
.sec01_bottom_txt .lager {display: block;font-size: 125%;font-weight: 500;margin: 24px 0 -1px;letter-spacing: -0.1em;}
.sec01_bottom_txt .small{display: inline-block;position: relative;}
.sec01_bottom_txt .small::after{content: '';position: absolute;width: 100%;height: 2px;background: #f1a768;left: 0;top: calc(50% + 2px);}
.sec01_bottom_txt .small::before{content:'';position:absolute;width:100%;height:calc(100% + 2px);top:2px;left:0;border-bottom:2px solid #f1a768;border-top:2px solid #f1a768}
.sec01_bottom_txt .txt_dot span::after {font-size: 24px;left: 0;bottom: -8px;}
/*==================== SEC02 ===================*/
.sec02 .inner {width: 1920px;padding: 0;display: flex;justify-content: flex-end;flex-direction: row-reverse;}
.sec02 .idx_ttl .ja {text-align: left;font-size: 54px;line-height: 1.3em;letter-spacing: -0.12em;}
.sec02 {padding: 0;position: relative;}
.sec02::before, .sec02::after {content: '';position: absolute;z-index: -2;pointer-events: none;background: url("../images/sec02_circle.png") center center;border-radius: 50%;}
.sec02::before {width: 540px;height: 540px;left: calc(50% + 558px);top: -109px;}
.sec02::after {width: 700px;height: 700px;left: calc(50% + 138px);bottom: -240px;}
.sec02 .idx_ttl .ja .lager {font-size: 60px;margin-left: -30px;letter-spacing: 0;}
.sec02 .idx_ttl .ja .txt_clr1 {font-weight: 700;margin-left: -8px;letter-spacing: -0.05em;}
.sec02_img {width: 45%;max-width: 800px;flex-shrink: 0;margin: 0 60px 0 -7px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.sec02_img img {width: 100%;height: 100%;max-width: none;object-fit: cover;}
.sec02_main {padding: 81px 0;position: relative;}
.sec02 .idx_ttl {margin-bottom: 28px;}
.sec02_txt p {letter-spacing: -0.06em;}
.sec02_txt p:not(:last-child) {margin-bottom: 1.75em;}
.sec02_img_bottom {margin: 0;position: absolute;width: max-content;height: max-content;bottom: 4px;left: calc(50% + 377px);z-index: 4;}
.sec02_img_bottom img {transform: rotate(-345deg);box-shadow: 12px 8px 0px 0px rgba(153,153,153,0.5);}
.sec02_img_bottom::before {content: '';position: absolute;background: url("../images/sec02_img_icon.svg") no-repeat center center/100% auto;width: 69px;height: 74px;top: -31px;left: -44px;}
/*==================== SEC03 ===================*/
.sec03 {position: relative;background: url("../images/sec03_bg.jpg");padding: 120px 0 80px;z-index: 2;}
.sec03::before, .sec03::after {content: '';position: absolute;z-index: -2;pointer-events: none;width: 600px;height: 600px;background: var(--red-light);}
.sec03::before {right: calc(50% + 360px);bottom: 0;clip-path: polygon(100% 100%, 0 0, 0 100%);}
.sec03::after {top: 0;left: calc(50% + 360px);clip-path: polygon(100% 100%, 0 0, 100% 0);}
.sec03 .inner {width: 1460px;display: flex;justify-content: space-between;align-items: flex-start;}
.sec03_txt {text-align: center;letter-spacing: -0.06em;margin-bottom: 73px;}
.sec03 .idx_ttl .ja {font-size: 52px;line-height: 1.4em;letter-spacing: -0.1em;}
.sec03 .idx_ttl .ja .lager {font-size: 60px;margin: 0 22px 0 0;}
.sec03_main {padding: 9px 0 0 6px;flex-shrink: 0;margin-right: 41px;}
.sec03 .idx_ttl {margin-bottom: 26px;}
.sec03_btn {width: 480px;height: 80px;background: #fff;border: 2px solid var(--mcolor);color: var(--mcolor);display: flex;justify-content: center;align-items: center;margin: 0 auto;text-align: center;font-size: 24px;font-weight: 500;border-radius: 40px;letter-spacing: -0.02em;padding: 0 0 2px;}
.sec03_btn::before {content: '';position: relative;display: inline-block;background: url("../images/ic_search.svg") no-repeat center center/100% auto;width: 30px;height: 40px;margin: 0 15px 0 0;}
.sec03_list {display: flex;flex-wrap: wrap;justify-content: space-between;}
.sec03_list li {width: calc((100% - 40px)/2);margin: 0 0 40px;}
.sec03_list a {display: block;height: 100%;background: #fff;padding: 4px 0;position: relative;}
.sec03_list a::after {content: '';position: absolute;width: 60px;height: 60px;background: url("../images/ic_search_white.svg") no-repeat center center/32px auto var(--mcolor);right: 0;bottom: 0;border-top-left-radius: 7px;}
.sec03_list a img {transition: all 0.3s;}
/*==================== SEC04 ===================*/
.sec04 {background: url("../images/sec04_bg.jpg") top center;padding: 86px 0 79px;position: relative;z-index: 2;}
.sec04::before, .sec04::after {content: '';position: absolute;z-index: -2;pointer-events: none;width: 600px;height: 600px;background: var(--gray-light);}
.sec04::before {right: calc(50% + 360px);bottom: 0;clip-path: polygon(100% 100%, 0 0, 0 100%);}
.sec04::after {top: 0;left: calc(50% + 360px);clip-path: polygon(100% 100%, 0 0, 100% 0);}
.sec04_txt {text-align: center;letter-spacing: -0.06em;margin: 0 0 75px;}
.sec04 .inner {width: 1460px;}
.sec04_list {display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;}
/* .sec04_list::before {content: '';position: absolute;background: url("../images/sec04_img.png") no-repeat top center/100% auto; width: 262px;height: 399px;top: -399px;right: 87px;} */
.sec04_list dl {background: #fff;margin: 0 0 41px;box-shadow: 10px 10px 0px 0px rgba(242,98,33,0.5);width: calc((100% - 40px)/2);}
.sec04_list dt {display: flex;align-items: flex-start;font-size: 22px;font-weight: 600;line-height: 1.36em;color: var(--scolor);padding: 29px 0 22px;letter-spacing: -0.07em;}
.sec04_list dt .num {width: 110px;flex-shrink: 0;border-top-right-radius: 30px;border-bottom-right-radius: 30px;height: 50px;display: flex;justify-content: center;align-items: center;margin: -9px 21px 0 0;background: var(--red-fire);color: #fff;text-align: center;font-size: 20px;font-weight: 500;letter-spacing: 0;}
.sec04_list dd {padding: 0 30px 17px;}
.sec04_list_txt {counter-reset: item4;}
.sec04_list_txt li::before {counter-increment: item4;content: counter(item4);width: 36px;height: 36px;background: #fce0d3;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: var(--mcolor);font-family: var(--roboto);font-weight: 500;position: absolute;left: -2px;top: 0;}
.sec04_list_txt li {border-bottom: 1px solid #e1e1e1;padding: 0 0 10px 51px;letter-spacing: -0.07em;margin: 0 0 7px;position: relative;}
.sec04_list_txt.no_num li::before {display: none;}
.sec04_list_txt.no_num li {padding-left: 11px;letter-spacing: -0.04em;}
.sec04_list dl:last-child {margin: 0 auto;}
/*==================== SEC05 ===================*/
.sec05 {padding: 107px 0 101px;position: relative;}
.sec05::before, .sec05::after {content: '';position: absolute;z-index: -2;pointer-events: none;width: 600px;height: 600px;background:url("../images/sec05_bg.jpg");}
.sec05::before {right: calc(50% + 349px);bottom: 0;clip-path: polygon(100% 100%, 0 0, 0 100%);}
.sec05::after {top: 0;left: calc(50% + 360px);clip-path: polygon(100% 100%, 0 0, 100% 0);}
.sec05 .idx_ttl::before {content: '';position: absolute;z-index: -2;pointer-events: none;width: 360px;height: 360px;background: var(--red-gray);border-radius: 50%;left: 50%;transform: translateX(-50%);top: -177px;}
.sec05 .inner {width: 1460px;}
.sec05_img {float: right;margin: 0;width: 49%;max-width: 680px;}
.sec05_img img {box-shadow: 10px 10px 0px 0px rgba(242,98,33,0.5);}
.sec05_main_ttl {display: inline-block;color: #231815;line-height: 2em;letter-spacing: -0.03em;margin: 0 0 46px;font-weight: 500;}
.sec05_main_ttl .name {font-size: 140%;font-weight: 800;letter-spacing: 0;}
.sec05_main_ttl_line {position: relative;letter-spacing: 0.13em;font-weight: 500;font-size: 111.12%;}
.sec05_main_ttl_line::after {content: '';position: absolute;width: 100%;height: 10px;background: var(--red-gray);left: 0;bottom: -3px;z-index: -2;}
.sec05 .idx_ttl {margin-bottom: 32px;}
.sec05_item {display: flex;margin: 0 0 30px;color: #231815;}
.sec05_item dt {color: var(--mcolor);font-weight: 500;letter-spacing: -0.12em;position: relative;flex-shrink: 0;width: 121px;margin-right: 30px;}
.sec05_main:nth-of-type(1) dt {letter-spacing: 0;}
.sec05_main:nth-of-type(1) dl:nth-child(1) dt {letter-spacing: -0.1em;}
.sec05_item dt::after {content: '';position: absolute;width: 1px;height: calc(100% - 10px);right: 0;top: 8px;background: var(--mcolor);}
.sec05_item_txt1 li {display: flex;letter-spacing: -0.08em;line-height: 1.5em;margin: 3px 0 0;}
.sec05_item_txt1 li .txt {flex-shrink: 0;min-width: 52px;margin-right: 18px;}
.sec05_item_txt2 li {position: relative;line-height: 1.67em;letter-spacing: -0.01em;padding-left: 18px;}
.sec05_item_txt2 li::before {content: '';position: absolute;width: 5px;height: 5px;background: var(--mcolor);left: 0;top: 14px;}
.sec05_main:nth-of-type(2) .sec05_img {float: left;margin-right: 40px;}
.sec05_main:nth-of-type(2) {margin-top: 28px;}
.sec05_main:nth-of-type(2) dl {margin: 0;padding: 2px 0 0;}
.sec05_main:nth-of-type(2) dt {letter-spacing: 0;width: 71px;}
.sec05_item_txt3 li {display: flex;margin: 2px 0 11px;letter-spacing: -0.08em;line-height: 1.64em;}
.sec05_item_txt3 li .txt {flex-shrink: 0;width: 129px;letter-spacing: 0;}
.sec05_main:nth-of-type(2) dt::after {height: calc(100% - 17px);}
.sec05_item_txt3 li:last-child {margin-bottom: 0;}
/*==================== SEC06 ===================*/
.sec06 {padding: 116px 0 120px;background: url("../images/sec06_bg.jpg");}
.sec06_main {background: #fff;border: 4px solid #f7a17a;max-width: 1168px;margin: 0 auto 56px;padding: 50px 0;}
.sec06_top {background: var(--red-gray);display: flex;justify-content: center;align-items: center;text-align: center;padding: 10px 0;}
.sec06_note {margin: 0 20px 0 -20px;width: 120px;height: 120px;background: var(--mcolor);border-radius: 50%;color: #fff;display: flex;justify-content: center;align-items: center;text-align: center;font-size: 20px;font-weight: 500;}
.sec06_note .lager {font-size: 200%;font-family: var(--roboto);font-weight: 500;}
.sec06 .idx_ttl .medium {font-size: 52px;color: var(--gray);display: block;font-weight: 600;letter-spacing: -0.15em;margin: -8px 0 0;}
.sec06 .idx_ttl .small {display: inline-block;font-weight: 600;color: var(--mcolor);font-size: 20px;position: relative;margin: 4px 0 0 -13px;letter-spacing: -0.06em;}
.sec06 .idx_ttl .small::before, .sec06 .idx_ttl .small::after {content: '';position: absolute;background: url("../images/sec06_icon_line.svg") no-repeat center center/100% auto;width: 10px;height: 13px;top: 12px;}
.sec06 .idx_ttl .small::before {left: -23px;}
.sec06 .idx_ttl .small::after {right: -17px;transform: rotateY(180deg);}
.sec06 .idx_ttl {margin: 0;}
.sec06_img img {transform: rotate(-345deg);box-shadow: 6px 4px 0px 0px rgba(242,98,33,0.5)}
.sec06_img {margin: -4px -7px 0 39px;}
.sec06_form_main {padding: 60px 60px 9px;}
.tb_row dl {display: flex;align-items: center;margin: 0 0 19px;color: #231815;}
.tb_row dt {font-size: 16px;font-weight: 500;flex-shrink: 0;width: 120px;letter-spacing: -0.06em;}
.tb_row dl:last-child {margin-bottom: 0;}
.tb_row dd {width: calc(100% - 120px);}
.sec06_form_txt_lager {font-size: 28px;text-align: center;font-weight: 600;color: var(--mcolor);margin: 0 0 12px;letter-spacing: -0.05em;}
.sec06_form_txt {background: #fff;border: 1px solid #dbdcdc;padding: 10px 10px 10px 30px;position: relative;}
.sec06_form_txt::after {content: '';position: absolute;width: calc(100% - 20px);height: 30px;left: 0;bottom: 0;background: #fff;pointer-events: none;}
.sec06_form_txt_main {height: 280px;overflow: auto;padding: 12px 10px 12px 0;}
.sec06_form_txt_main p {font-size: 14px;line-height: 2.14em;font-weight: 500;letter-spacing: -0.06em;margin: 0 0 31px;}
.sec06_form_txt_main p:last-child {margin-bottom: 0;}
.sec06_form_info {margin: 0 0 27px;}
.sec06_form_txt_main::-webkit-scrollbar-track{background-color: #f7f7f7;}
.sec06_form_txt_main::-webkit-scrollbar{width: 10px;background-color: #f7f7f7;}
.sec06_form_txt_main::-webkit-scrollbar-thumb{background-color: #dbdcdc;	}
.sec06_btn li {width: 520px;margin: 0 auto;}
.sec06_btn li a {display: flex;background: #fff;position: relative;align-items: center;font-size: 28px;color: var(--gray);font-weight: 600;letter-spacing: -0.06em;}
.sec06_btn li a::before {content: '';position: relative;background: url("../images/sec06_img_bottom.svg") no-repeat center center/100% auto;width: 120px;height: 120px;}
.sec06_btn li .txt {display: inline-flex;align-items: center;width: calc(100% - 120px);justify-content: center;text-align: center;margin: 0 0 5px;}
.sec06_btn li .txt::after {content: '';position: relative;display: inline-block;background: url("../images/ic_blank.svg") no-repeat center center/100% auto;width: 20px;height: 20px;margin: 5px -3px 0 18px;transition: all 0.3s;}
.list01 li {position: relative;font-size: 14px;line-height: 2.14em;font-weight: 500;letter-spacing: -0.06em;padding-left: 10px;}
.list01 li::before {content: '';position: absolute;width: 3px;height: 3px;background: var(--txt);left: 0;top: 14px;border-radius: 50%;}
/*==========================================================
                        F O O T E R
==========================================================*/
footer{background-color: var(--gray);padding: 45px 0 50px;}

address{text-align:center;color:#fff;font-size: 14px;letter-spacing: -0.01em;}

/* BACK TO TOP */
.to_top{position:fixed;z-index:9;width:80px;height:80px;bottom:20px;right:20px;cursor:pointer;transition:all .2s;opacity:0;visibility:hidden}
.to_top.show{transform:scale(1);opacity:1;visibility:visible}