/* resset.dev • v5.0.2 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}


/* common
--------------------------------------------- */
body {
	background-image: url(img/bg.png);
    background-repeat: repeat;  
    background-size: auto;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.11;
	font-size:18px;
	color:#00031A;
}

/* header
--------------------------------------------- */

header{
    background-image: url(img/header-bg.png);
  	background-repeat: repeat;  
  	background-size: auto;
	text-align:center;
	height: 100vh; 
    width: 100%;
	display: flex;           
    justify-content: center;
    align-items: center;  
	flex-direction: column;
}
header h1{
	font-family: 'Open Sans', Arial, sans-serif;
	font-family: 'Inter', Arial, sans-serif;
	font-size:41.7px;
	line-height:1.3;
	font-weight:700;
	letter-spacing: 0.1em;
	margin-bottom:40px;
}
header h1 span:first-child{
	font-size:58.5px;
	display: block;
}
header h1 span:last-child{
	font-size:175px;
	display: block;
	line-height:1;
}
header p{
	font-size:33px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	text-shadow: 1px 1px 5px #BBB;
	font-weight:600;
}
header p span{
	font-size:22px;
}

/* section common
--------------------------------------------- */

section{
	margin:0 auto;
	max-width:750px;
	padding:20px 25px 50px 25px;
	background-color: rgba(244, 244, 244, 0.8);
	margin-bottom:100px;
}
.highlight {
  position: relative;
  display: inline-block;
}

.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 7px; 
  background-color: #FFD900;
}

section h2{
	font-family: 'Inter', Arial, sans-serif;
	font-size:50px;
	border-bottom: 0.5px solid #231815;
  display: inline-block; 
	margin-bottom:30px;
	line-height: 1.2;
	letter-spacing: 0.01em;
}
section h2 span{
	font-size:22px;
	padding-left:22px;
}
section .h3_inner{
	display:block;
	margin:0;
}

section h3{
	display: inline-block;
	background:#C9DAE4;
	padding:0px 20px;
	font-size:22px;
	font-family: 'Noto Sans JP', sans-serif;
}
.kome {
  text-indent: -1em; 
  padding-left: 1em;
  margin:0;
  font-size:15px;
}
section .mb70{
	margin:0 0 70px 0;
}
.mt30{
	margin-top:30px;
}
.mb0{
	margin-bottom:0;
}
.mb0 span{
font-size:12px;
}
/* section first
--------------------------------------------- */
section.first{
  margin-top: 74px;
	padding: 20px 25px 25px 25px;
}
section.first p{
	font-size: 21px;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-weight:bold;
	font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}


/* section about
--------------------------------------------- */
section p{
	margin-bottom:30px;
}
section p:last-child{
	margin-bottom:0;
}

/* section Who Should Attend
--------------------------------------------- */
.boxlist{
	display: flex;
  flex-wrap: wrap; 
  gap: 40px;
	justify-content: center;
    align-items: center;
	list-style: none;
	text-align:center;
	max-width:589px;
	margin:0 auto;
}
.boxlist li{
	flex: 0 0 calc(50% - 20px);
}
.boxlist li p{
	margin-bottom:10px;
	line-height: 1.6;
}
.boxlist li > div{
	background:#fff;
	border-radius: 30px;
	border:1px solid #000;
	margin:0;
	padding:25px 10px 30px 10px;
	line-height: 1.6;
}
.boxlist li > div span{
	font-weight:bold;
	font-size:22px;
}
/* section Contents
--------------------------------------------- */
.kakomi{
	border:3px solid #C9DAE4;
	padding:5px 40px;
	margin-top:-3px;
	margin-left:82px;
	background:#fff;
}
ul.con_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 20px;
	margin-bottom:22px;
}
ul.con_list li{
	display: flex;
    flex-direction: column;
	font-size:12px;
	
}

ul.con_list li p{
	margin:0;
	background: #fff;
	border: 1px solid #231815;
	border-radius: 32px;
	display: inline-block;
	padding:0 23px;
	font-size:18px;
	line-height:1.7;
	margin-bottom:8px;
	
}
dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 16px;  
  row-gap: 5px;
	margin-bottom:10px;
}

dl dt {
  /*font-weight: bold;*/
  text-align: left;
}

dl dd {
  margin: 0;
  word-break: break-word;
}
dl dd span{
  font-size:12px;
}
  /*link*/


.button_inner{
text-align:center;
}
.button-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #2E59A7;
  padding: 8px 40px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 1px 1px 3px gray;
  margin-top: 30px;
  background-color: #2E59A7;
min-width: 440px;
line-height: 1.7;
}

    .button-link::after {
      content: '';
      width: 8px;
      height: 8px;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 12px;
      margin: auto;
      transition: transform 0.3s ease, right 0.3s ease;
    }

    .button-link:hover {
      background-color: #FFFFFF;
      color: #2E59A7;
    }

 .button-link:hover::after {
      border-top: solid 2px #2E59A7;
      border-right: solid 2px #2E59A7;
     right: 9px;
    }


/* section Summary
--------------------------------------------- */
section.summary {
  margin-bottom: 30px;
}
section.summary h3{
  margin-bottom: 20px;
}
section.summary img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}
section.summary ul{
	margin:0 0 30px 30px;
}
section.summary .ft25{
	font-size:25px;
	font-weight:bold;
	margin-bottom:0;
}
section.summary .ft18{
	font-size:18px;
}
/* footer
--------------------------------------------- */
footer{
	margin:0 auto;
	max-width:750px;
	text-align:right;
	padding-bottom:50px;
}
/* 767px以下
--------------------------------------------- */
@media (max-width: 767px) {
body {
	font-size:16px;
}
header {
	padding:0 10px;
}	
header h1{
	font-size:30px;
}
header h1 span:first-child{
	font-size:40px;
}
header h1 span:last-child{
	font-size:120px;
}
header p{
	font-size:26px;
}
header p span{
	font-size:20px;
}
section{
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 50px;
}
section.first {
    margin-top: 30px;
}
	
section h2{
	font-size:32px;
}
section h2 span{
	font-size:20px;
	display:block;
	padding-left: 0;
}
section h3 {
font-size:20px;
line-height: 1.6;
    padding: 8px 16px;
}
.boxlist{	
	flex-direction: column;
}
.boxlist li {
    flex: 0 0 100%;
	width: 90%;
}
	
.kakomi {
    margin-left: 0;
    background: #fff;
	padding:5px 10px;
}	
ul.con_list li p {
    font-size:16px;
	}
section .mb70{
	margin:0 0 50px 0;
}	
section.summary .ft18 {
    font-size: 16px;
text-indent: -1.2em;
    padding-left: 1.2em;
}
.button-link {
padding: 8px 24px;
}	
footer{
	text-align:left;
	padding:0 20px 50px 20px;
	font-size:15px;
}

}	
@media (max-width: 440px) {
.button-link {
min-width: 100%;

}}